index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
15
-0
/
+15
*
radeonsi: capitalize VM hex addr when dumping buffer list
Samuel Pitoiset
2017-01-04
1
-1
/
+1
*
r600/sb: Fix loop optimization related hangs on eg
Heiko Przybyl
2017-01-03
6
-30
/
+68
*
freedreno/ir3: rework varying slots (maybe??)
Rob Clark
2016-12-30
1
-4
/
+9
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
2
-2
/
+2
*
vc4: Rework scheduling of thread switch to cut one more NOP.
Eric Anholt
2016-12-29
1
-46
/
+75
*
vc4: Fill thread switching delay slots
Jonas Pfeil
2016-12-29
1
-7
/
+38
*
vc4: Enable NIR-based loop unrolling.
Eric Anholt
2016-12-29
1
-0
/
+5
*
freedreno/ir3: fix linkage::var size
Rob Clark
2016-12-27
1
-1
/
+1
*
freedreno/ir3: treat clipvertex like a normal varying
Rob Clark
2016-12-27
1
-3
/
+1
*
freedreno/a5xx: transform-feedback support
Rob Clark
2016-12-27
7
-38
/
+209
*
freedreno: update generated headers
Rob Clark
2016-12-27
7
-43
/
+81
*
freedreno/ir3: UBO support for 64b GPUs (a5xx)
Rob Clark
2016-12-27
1
-3
/
+24
*
freedreno/ir3: rework location of driver constants
Rob Clark
2016-12-27
6
-53
/
+75
*
freedreno/a5xx: fix emit for bo addresses
Rob Clark
2016-12-27
1
-3
/
+9
*
freedreno/a5xx: texture layout
Rob Clark
2016-12-27
2
-2
/
+2
*
swr: fix icc compile error
Bruce Cherniak
2016-12-23
1
-1
/
+1
*
radeonsi: Bugfix needed for hashcat
Christian Inci
2016-12-22
1
-5
/
+7
*
radeonsi: fix gl_ClipDistance and gl_ClipVertex for points
Nicolai Hähnle
2016-12-22
1
-2
/
+10
*
radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is used
Nicolai Hähnle
2016-12-22
1
-5
/
+6
*
llvmpipe: Link tests with CLOCK_LIB.
Vinson Lee
2016-12-21
1
-1
/
+2
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
4
-1
/
+7
*
svga: Fix a strict-aliasing violation in shader dumper
Edward O'Callaghan
2016-12-21
1
-1
/
+9
*
freedreno/a5xx: border color support
Rob Clark
2016-12-18
1
-3
/
+160
*
freedreno/a5xx: use MRT0 to import linear zs
Rob Clark
2016-12-18
1
-5
/
+20
*
freedreno: fdN_gmem_restore_format() is not gen specific
Rob Clark
2016-12-18
8
-50
/
+25
*
freedreno/a5xx: cargo-cult end-batch sequence more faithfully
Rob Clark
2016-12-18
4
-4
/
+39
*
freedreno/a5xx: misc fix
Rob Clark
2016-12-18
1
-1
/
+1
*
freedreno/a5xx: fix (at least some) vtx formats
Rob Clark
2016-12-18
1
-1
/
+1
*
freedreno/a5xx: more formats
Rob Clark
2016-12-18
1
-25
/
+25
*
freedreno/a5xx: fixup caps
Rob Clark
2016-12-18
2
-6
/
+11
*
freedreno/a5xx: fix random faults on first sysmem draw
Rob Clark
2016-12-18
1
-0
/
+3
*
freedreno: update generated headers
Rob Clark
2016-12-18
6
-17
/
+80
*
freedreno/a5xx: fix stride/size for mem->gmem blits
Rob Clark
2016-12-18
1
-5
/
+7
*
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
2016-12-16
9
-54
/
+255
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
2
-2
/
+2
*
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2016-12-12
2
-222
/
+138
*
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
2016-12-12
1
-1
/
+1
*
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2016-12-12
2
-25
/
+40
*
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
2016-12-12
4
-50
/
+67
*
radeonsi: pack GS output components for each vertex stream contiguously
Nicolai Hähnle
2016-12-12
1
-3
/
+8
*
radeonsi: do not write non-existent components through the GSVS ring
Nicolai Hähnle
2016-12-12
1
-2
/
+4
*
radeonsi: only write values belonging to the stream when emitting GS vertex
Nicolai Hähnle
2016-12-12
1
-0
/
+3
*
radeonsi: generate an explicit switch instruction over vertex streams
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
radeonsi: fetch only outputs of current vertex stream from the GSVS ring
Nicolai Hähnle
2016-12-12
1
-16
/
+25
*
radeonsi: only export from GS copy shader for vertex stream 0
Nicolai Hähnle
2016-12-12
1
-12
/
+19
*
radeonsi: do not export VS outputs from vertex streams != 0
Nicolai Hähnle
2016-12-12
1
-0
/
+6
*
radeonsi: pull iteration over vertex streams into GS copy shader logic
Nicolai Hähnle
2016-12-12
1
-25
/
+37
*
radeonsi: group streamout writes by vertex stream
Nicolai Hähnle
2016-12-12
1
-10
/
+22
*
radeonsi: load the streamout buf descriptors closer to their use
Nicolai Hähnle
2016-12-12
1
-14
/
+11
[next]