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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: handle vertex format PIPE_FORMAT_NONE
Marek Olšák
2015-01-04
1
-2
/
+11
*
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
*
gallium/state_tracker: Rewrite Haiku's state tracker
Alexander von Gluck IV
2015-01-01
7
-190
/
+274
*
radeonsi: fix warnings
Marek Olšák
2015-01-01
2
-1
/
+3
*
u_primconvert: Fix leak of the upload BO on context destroy.
Eric Anholt
2014-12-31
1
-0
/
+2
*
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
*
gallium/target: Drop no longer needed Haiku viewport override
Alexander von Gluck IV
2014-12-27
1
-30
/
+1
*
gallium/st: Clean up Haiku depth mapping, fix colorspace errors
Alexander von Gluck IV
2014-12-27
1
-29
/
+19
*
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
*
egl: Add Haiku code and support
Alexander von Gluck IV
2014-12-23
1
-1
/
+1
*
radeonsi: force NaNs to 0
Marek Olšák
2014-12-21
1
-4
/
+8
*
st/nine: fix DBG typo (trivial)
David Heidelberg
2014-12-21
1
-1
/
+1
*
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
*
gallium: remove support for GCC older than 4.2.0
Timothy Arceri
2014-12-18
1
-1
/
+1
*
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
*
mesa: Remove unnecessary -f from $(RM).
Matt Turner
2014-12-17
3
-5
/
+5
*
gallium: Add egl and gbm to distribution.
Matt Turner
2014-12-17
1
-0
/
+4
*
targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
2014-12-17
1
-0
/
+5
*
targets/vdpau: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
2014-12-17
1
-0
/
+5
*
targets/vdpau: Add clean-local rule to remove .lib links.
Matt Turner
2014-12-17
1
-0
/
+6
*
vc4: Add a userspace BO cache.
Eric Anholt
2014-12-17
4
-4
/
+175
*
vc4: Add dmabuf support.
Eric Anholt
2014-12-17
4
-24
/
+78
*
vc4: Drop a weird argument in the BOs-from-handles API.
Eric Anholt
2014-12-17
3
-7
/
+5
*
draw: revert using correct order for prim decomposition.
Roland Scheidegger
2014-12-17
1
-1
/
+3
*
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
*
gallium: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
2
-5
/
+5
[next]