summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* vc4: Allow submitting jobs with no bin CL in validation.Eric Anholt2015-04-134-11/+19
* vc4: Move the blit code to a separate file.Eric Anholt2015-04-134-64/+92
* vc4: Separate out a bit of code for submitting jobs to the kernel.Eric Anholt2015-04-134-90/+139
* vc4: When asked to sample from a raster texture, make a shadow tiled copy.Eric Anholt2015-04-131-2/+9
* vc4: Fix off-by-one in branch target validation.Eric Anholt2015-04-131-1/+1
* vc4: Use NIR-level lowering for idiv.Eric Anholt2015-04-131-11/+1
* vc4: Add a bunch of type conversions.Eric Anholt2015-04-131-0/+12
* vc4: Use the blit interface for updating shadow textures.Eric Anholt2015-04-131-13/+31
* vc4: Remove dead fields from vc4_surface.Eric Anholt2015-04-131-3/+0
* vc4: Skip sending down the clear colors if not clearing.Eric Anholt2015-04-131-5/+7
* vc4: Sync with kernel changes to relax BCL versus RCL validation.Eric Anholt2015-04-131-22/+3
* vc4: Fix another space allocation mistake.Eric Anholt2015-04-131-0/+1
* vc4: Add missed accounting for the size of the semaphore.Eric Anholt2015-04-131-0/+2
* freedreno/ir3/nir: couple little fixesRob Clark2015-04-111-2/+10
* freedreno/ir3/nir: handle system valuesRob Clark2015-04-111-3/+50
* freedreno/ir3/nir: handle txs and query_levels tex opsRob Clark2015-04-111-4/+81
* freedreno/ir3/nir: split out tex helpersRob Clark2015-04-111-34/+72
* freedreno/ir3/nir: simplify emit_tex()Rob Clark2015-04-112-61/+66
* freedreno/ir3/cp: handle indirect properlyRob Clark2015-04-111-13/+20
* freedreno/ir3/sched: avoid getting stuck on addr conflictsRob Clark2015-04-111-32/+42
* freedreno/ir3/nir: add variable-indexing supportRob Clark2015-04-111-16/+204
* freedreno/ir3/asm: change assert to warningRob Clark2015-04-111-1/+4
* freedreno/ir3/nir: set first_driver_paramRob Clark2015-04-111-0/+2
* freedreno/ir3/cp: support to swap mad src'sRob Clark2015-04-114-9/+43
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59
* gallium/ttn: add support for temp arraysRob Clark2015-04-111-15/+145
* gallium/ttn: minor cleanupRob Clark2015-04-111-5/+6
* gallivm: Fix build since llvm-3.7.0svn r234495Nick Sarnie2015-04-101-4/+0
* gallivm: Fix build since llvm-3.7.0svn r234460.Vinson Lee2015-04-091-0/+4
* draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)Roland Scheidegger2015-04-091-5/+5
* gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger2015-04-093-69/+58
* u_tile: fix warnings about incompatible casts.Dave Airlie2015-04-081-3/+3
* r600g/sb: Enable SB for geometry shadersGlenn Kennard2015-04-0811-16/+55
* r600g/sb: Update last_cf for loopsGlenn Kennard2015-04-081-0/+8
* u_tile: fix stencil texturing tests under softpipeDave Airlie2015-04-081-6/+6
* nv50,nvc0: limit the y-tiling of 3d textures to the first level's tilingIlia Mirkin2015-04-063-10/+13
* r600g: fix op3 abs issueDave Airlie2015-04-071-17/+34
* freedreno/ir3: add NIR compilerRob Clark2015-04-057-5/+1762
* freedreno/a3xx: don't decode srgb on mem2gmemIlia Mirkin2015-04-051-6/+12
* freedreno/a3xx: pass sprite coord mode through to program emitIlia Mirkin2015-04-053-1/+4
* freedreno/a3xx: add UBO supportIlia Mirkin2015-04-056-38/+132
* freedreno/ir3: insert nop between sfu/mem operationsIlia Mirkin2015-04-051-1/+6
* freedreno: dirty context when reallocating a bound boIlia Mirkin2015-04-051-0/+40
* freedreno: keep track of buffer valid rangesIlia Mirkin2015-04-052-0/+27
* freedreno: mark resources as being read so that writes flush the queueIlia Mirkin2015-04-055-1/+59
* freedreno: don't bother setting resource timestampsIlia Mirkin2015-04-051-9/+0
* freedreno: add a reading flag to indicate gpu is reading rscIlia Mirkin2015-04-052-2/+3