index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Coalesce MOVs into VPM with the instructions generating the values.
Eric Anholt
2014-12-18
4
-15
/
+143
*
vc4: Redefine VPM writes as a (destination) QIR register file.
Eric Anholt
2014-12-17
3
-7
/
+19
*
vc4: Add support for turning constant uniforms into small immediates.
Eric Anholt
2014-12-17
13
-46
/
+283
*
vc4: Move follow_movs() to common QIR code.
Eric Anholt
2014-12-17
3
-11
/
+12
*
vc4: Fix missing newline for load immediate instruction disasm.
Eric Anholt
2014-12-17
1
-4
/
+4
*
vc4: Add a userspace BO cache.
Eric Anholt
2014-12-17
4
-4
/
+175
*
vc4: Add dmabuf support.
Eric Anholt
2014-12-17
3
-24
/
+73
*
vc4: Drop a weird argument in the BOs-from-handles API.
Eric Anholt
2014-12-17
3
-7
/
+5
*
vc4: Add support for turning add-based MOVs to muls for pairing.
Eric Anholt
2014-12-16
1
-2
/
+49
*
vc4: Add a helper for changing a field in an instruction.
Eric Anholt
2014-12-16
2
-11
/
+12
*
vc4: Fix the name of qpu_waddr_ignores_ws().
Eric Anholt
2014-12-16
1
-5
/
+5
*
vc4: Add support for enabling early Z discards.
Eric Anholt
2014-12-16
1
-0
/
+18
*
nvc0: add missed PIPE_CAP_VERTEXID_NOBASE
Ilia Mirkin
2014-12-15
1
-0
/
+1
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
12
-0
/
+15
*
r600g/sb: implement r600 gpr index workaround. (v3.1)
Dave Airlie
2014-12-16
4
-9
/
+57
*
r600g/sb: fix issues with loops created for switch
Vadim Girlin
2014-12-16
5
-4
/
+16
*
Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
Dave Airlie
2014-12-16
1
-38
/
+12
*
vc4: Add support for 32-bit signed norm/scaled vertex attrs.
Eric Anholt
2014-12-15
2
-0
/
+18
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
6
-6
/
+94
*
vc4: Rename the 16-bit unpack #define.
Eric Anholt
2014-12-15
2
-4
/
+4
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
6
-11
/
+69
*
vc4: Refactor vertex attribute conversions a bit.
Eric Anholt
2014-12-15
1
-25
/
+40
*
vc4: Fix use of r3 as a temp in 8-bit unpacking.
Eric Anholt
2014-12-15
1
-10
/
+7
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
5
-20
/
+20
*
vc4: Add support for UMAD.
Eric Anholt
2014-12-15
1
-0
/
+9
*
vc4: 0-initialize the screen again.
Eric Anholt
2014-12-15
1
-1
/
+1
*
vc4: Fix leaks of the compiled shaders' keys.
Eric Anholt
2014-12-14
1
-1
/
+1
*
vc4: Fix leaks of the CL contents.
Eric Anholt
2014-12-14
2
-1
/
+6
*
vc4: Fix leak of vc4_bos stashed in the context.
Eric Anholt
2014-12-14
1
-0
/
+5
*
vc4: Fix leak of the compiled shader programs in the cache.
Eric Anholt
2014-12-14
3
-0
/
+24
*
vc4: Fix leak of a copy of the scheduled QPU instructions.
Eric Anholt
2014-12-14
1
-2
/
+3
*
vc4: Switch to using the util/ hash table.
Eric Anholt
2014-12-14
2
-54
/
+33
*
vc4: Fix leak of simulator memory on screen cleanup.
Eric Anholt
2014-12-14
2
-3
/
+6
*
vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.
Eric Anholt
2014-12-14
1
-0
/
+1
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-3
/
+4
*
freedreno/a4xx: mipmaps
Rob Clark
2014-12-13
4
-24
/
+80
*
freedreno: update generated headers
Rob Clark
2014-12-13
5
-12
/
+20
*
freedreno: add is_a3xx()/is_a4xx() helpers
Rob Clark
2014-12-13
3
-7
/
+27
*
freedreno: helper to calc layer/level offset
Rob Clark
2014-12-13
5
-21
/
+31
*
gallium: Remove Android files from distribution.
Matt Turner
2014-12-12
10
-13
/
+7
*
vc4: Fix referencing of sync objects.
Eric Anholt
2014-12-12
1
-0
/
+1
*
vc4: Consider FS backface color loads as color inputs as well.
Eric Anholt
2014-12-11
1
-1
/
+4
*
vc4: Drop redundant index size setting.
Eric Anholt
2014-12-11
1
-1
/
+0
*
vc4: Don't throw out the index offset in the shadow index buffer path.
Eric Anholt
2014-12-11
1
-2
/
+1
*
vc4: Fix triangle-guardband-viewport piglit test.
Eric Anholt
2014-12-11
1
-5
/
+14
*
vc4: Fix a memory leak in setting up QPU instructions for scheduling.
Eric Anholt
2014-12-11
1
-1
/
+2
*
radeonsi: take into account NULL colorbuffers when computing CB_TARGET_MASK
Marek Olšák
2014-12-10
1
-4
/
+12
*
radeonsi: only emit line stippling and provoking vertex state when it changes
Marek Olšák
2014-12-10
5
-0
/
+9
*
radeonsi: fix SPI state dependency on sprite_coord_enable
Marek Olšák
2014-12-10
2
-2
/
+4
*
radeonsi: fix line stippling and provoking vertex state for GS primitives
Marek Olšák
2014-12-10
1
-1
/
+3
[next]