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
...
*
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
*
r600g: fix op3 abs issue
Dave Airlie
2015-04-07
1
-17
/
+34
*
freedreno/ir3: add NIR compiler
Rob Clark
2015-04-05
7
-5
/
+1762
*
freedreno/a3xx: don't decode srgb on mem2gmem
Ilia Mirkin
2015-04-05
1
-6
/
+12
*
freedreno/a3xx: pass sprite coord mode through to program emit
Ilia Mirkin
2015-04-05
3
-1
/
+4
*
freedreno/a3xx: add UBO support
Ilia Mirkin
2015-04-05
6
-38
/
+132
*
freedreno/ir3: insert nop between sfu/mem operations
Ilia Mirkin
2015-04-05
1
-1
/
+6
*
freedreno: dirty context when reallocating a bound bo
Ilia Mirkin
2015-04-05
1
-0
/
+40
*
freedreno: keep track of buffer valid ranges
Ilia Mirkin
2015-04-05
2
-0
/
+27
*
freedreno: mark resources as being read so that writes flush the queue
Ilia Mirkin
2015-04-05
5
-1
/
+59
*
freedreno: don't bother setting resource timestamps
Ilia Mirkin
2015-04-05
1
-9
/
+0
*
freedreno: add a reading flag to indicate gpu is reading rsc
Ilia Mirkin
2015-04-05
2
-2
/
+3
[prev]
[next]