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
*
r600g/sb: Skip empty ALU clause while scheduling
Glenn Kennard
2015-04-16
1
-0
/
+3
*
vc4: Don't try to use color load/stores to blit across format changes.
Eric Anholt
2015-04-15
1
-0
/
+3
*
vc4: Don't try to use color load/stores to do depth/stencil blits.
Eric Anholt
2015-04-15
1
-0
/
+3
*
vc4: Update the shadow texture for public textures on every draw.
Eric Anholt
2015-04-15
3
-7
/
+20
*
vc4: Hook up VC4_DEBUG=perf to some useful printfs.
Eric Anholt
2015-04-15
3
-1
/
+16
*
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
Brian Paul
2015-04-15
1
-0
/
+1
*
st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...
Jose Fonseca
2015-04-15
3
-9
/
+66
*
radeon/llvm: Improve codegen for KILL_IF
Tom Stellard
2015-04-14
1
-0
/
+29
*
radeon/llvm: Run LLVM's instruction combining pass
Tom Stellard
2015-04-14
1
-0
/
+1
*
radeonsi: Add header and footer to shader stat dump
Tom Stellard
2015-04-14
1
-2
/
+4
*
vc4: Add a blitter path using just the render thread.
Eric Anholt
2015-04-13
1
-0
/
+127
*
vc4: Allow submitting jobs with no bin CL in validation.
Eric Anholt
2015-04-13
4
-11
/
+19
*
vc4: Move the blit code to a separate file.
Eric Anholt
2015-04-13
4
-64
/
+92
*
vc4: Separate out a bit of code for submitting jobs to the kernel.
Eric Anholt
2015-04-13
4
-90
/
+139
*
vc4: When asked to sample from a raster texture, make a shadow tiled copy.
Eric Anholt
2015-04-13
1
-2
/
+9
*
vc4: Fix off-by-one in branch target validation.
Eric Anholt
2015-04-13
1
-1
/
+1
*
vc4: Use NIR-level lowering for idiv.
Eric Anholt
2015-04-13
1
-11
/
+1
*
vc4: Add a bunch of type conversions.
Eric Anholt
2015-04-13
1
-0
/
+12
*
vc4: Use the blit interface for updating shadow textures.
Eric Anholt
2015-04-13
1
-13
/
+31
*
vc4: Remove dead fields from vc4_surface.
Eric Anholt
2015-04-13
1
-3
/
+0
*
vc4: Skip sending down the clear colors if not clearing.
Eric Anholt
2015-04-13
1
-5
/
+7
*
vc4: Sync with kernel changes to relax BCL versus RCL validation.
Eric Anholt
2015-04-13
1
-22
/
+3
*
vc4: Fix another space allocation mistake.
Eric Anholt
2015-04-13
1
-0
/
+1
*
vc4: Add missed accounting for the size of the semaphore.
Eric Anholt
2015-04-13
1
-0
/
+2
*
freedreno/ir3/nir: couple little fixes
Rob Clark
2015-04-11
1
-2
/
+10
*
freedreno/ir3/nir: handle system values
Rob Clark
2015-04-11
1
-3
/
+50
*
freedreno/ir3/nir: handle txs and query_levels tex ops
Rob Clark
2015-04-11
1
-4
/
+81
*
freedreno/ir3/nir: split out tex helpers
Rob Clark
2015-04-11
1
-34
/
+72
*
freedreno/ir3/nir: simplify emit_tex()
Rob Clark
2015-04-11
2
-61
/
+66
*
freedreno/ir3/cp: handle indirect properly
Rob Clark
2015-04-11
1
-13
/
+20
*
freedreno/ir3/sched: avoid getting stuck on addr conflicts
Rob Clark
2015-04-11
1
-32
/
+42
*
freedreno/ir3/nir: add variable-indexing support
Rob Clark
2015-04-11
1
-16
/
+204
*
freedreno/ir3/asm: change assert to warning
Rob Clark
2015-04-11
1
-1
/
+4
*
freedreno/ir3/nir: set first_driver_param
Rob Clark
2015-04-11
1
-0
/
+2
*
freedreno/ir3/cp: support to swap mad src's
Rob Clark
2015-04-11
4
-9
/
+43
*
gallium/ttn: add support for system values
Rob Clark
2015-04-11
1
-0
/
+34
*
gallium/ttn: fix TXD
Rob Clark
2015-04-11
1
-3
/
+17
*
gallium/ttn: add TXQ support (v2)
Rob Clark
2015-04-11
1
-8
/
+51
*
gallium/ttn: split out helper to get texture info
Rob Clark
2015-04-11
1
-53
/
+59
*
gallium/ttn: add support for temp arrays
Rob Clark
2015-04-11
1
-15
/
+145
*
gallium/ttn: minor cleanup
Rob Clark
2015-04-11
1
-5
/
+6
*
gallivm: Fix build since llvm-3.7.0svn r234495
Nick Sarnie
2015-04-10
1
-4
/
+0
*
gallivm: Fix build since llvm-3.7.0svn r234460.
Vinson Lee
2015-04-09
1
-0
/
+4
*
draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)
Roland Scheidegger
2015-04-09
1
-5
/
+5
*
gallivm: don't use control flow when doing indirect constant buffer lookups
Roland Scheidegger
2015-04-09
3
-69
/
+58
*
u_tile: fix warnings about incompatible casts.
Dave Airlie
2015-04-08
1
-3
/
+3
*
r600g/sb: Enable SB for geometry shaders
Glenn Kennard
2015-04-08
11
-16
/
+55
*
r600g/sb: Update last_cf for loops
Glenn Kennard
2015-04-08
1
-0
/
+8
*
u_tile: fix stencil texturing tests under softpipe
Dave Airlie
2015-04-08
1
-6
/
+6
*
nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
Ilia Mirkin
2015-04-06
3
-10
/
+13
[next]