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
...
*
nv50/ir: Fold sat into mad
Roy Spliet
2015-01-01
1
-1
/
+1
*
nv50/ir: fold MAD when one of the multiplicands is const
Ilia Mirkin
2015-01-01
1
-0
/
+23
*
radeonsi: fix warnings
Marek Olšák
2015-01-01
2
-1
/
+3
*
vc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b.
Eric Anholt
2014-12-31
1
-5
/
+5
*
nv50,nvc0: set vertex id base to index_bias
Ilia Mirkin
2014-12-30
5
-7
/
+35
*
nv50,nvc0: implement half_pixel_center
Tiziano Bacocco
2014-12-30
8
-14
/
+11
*
vc4: Only render tiles where the scissor ever intersected them.
Eric Anholt
2014-12-30
4
-10
/
+52
*
vc4: Move draw call reset handling to a helper function.
Eric Anholt
2014-12-30
1
-23
/
+31
*
vc4: Drop the content of vc4_flush_resource().
Eric Anholt
2014-12-30
1
-4
/
+4
*
vc4: Handle unaligned accesses in CL emits.
Eric Anholt
2014-12-25
2
-26
/
+78
*
vc4: Don't bother zero-initializing the shader reloc indices.
Eric Anholt
2014-12-25
1
-2
/
+2
*
vc4: Fix the argument type for cl_u16().
Eric Anholt
2014-12-25
1
-1
/
+1
*
radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
Michel Dänzer
2014-12-25
1
-2
/
+4
*
vc4: Optimize CL emits by doing size checks up front.
Eric Anholt
2014-12-24
5
-16
/
+66
*
vc4: Avoid repeated hindex lookups in the loop over tiles.
Eric Anholt
2014-12-24
2
-15
/
+24
*
freedreno/ir3: split out legalize pass
Rob Clark
2014-12-23
5
-154
/
+214
*
freedreno/ir3: ra debug
Rob Clark
2014-12-23
3
-17
/
+61
*
radeonsi: force NaNs to 0
Marek Olšák
2014-12-21
1
-4
/
+8
*
r300g: implement ARR opcode
David Heidelberg
2014-12-21
4
-4
/
+16
*
freedreno/a4xx: blend-color
Rob Clark
2014-12-20
1
-0
/
+13
*
freedreno/a4xx: alpha-test
Rob Clark
2014-12-20
1
-0
/
+2
*
freedreno: update generated headers
Rob Clark
2014-12-20
6
-61
/
+151
*
freedreno/ir3: trans_kill cleanup
Rob Clark
2014-12-20
1
-12
/
+7
*
freedreno/ir3: hack for standalone compiler
Rob Clark
2014-12-20
1
-1
/
+5
*
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
[prev]
[next]