aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger2015-04-091-2/+4
* r600g/sb: Enable SB for geometry shadersGlenn Kennard2015-04-0811-16/+55
* r600g/sb: Update last_cf for loopsGlenn Kennard2015-04-081-0/+8
* 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
* freedreno: fix resource flushing confusionIlia Mirkin2015-04-051-14/+10
* freedreno: remove tex_resourceIlia Mirkin2015-04-059-11/+3
* freedreno/ir3: handle FRAG IN's without interpolation specifiedRob Clark2015-04-051-7/+15
* freedreno/ir3/cmdline: add @const headers for immediatesRob Clark2015-04-051-0/+9
* freedreno/ir3/cmdline: remove hack for old compilerRob Clark2015-04-051-23/+0
* freedreno/ir3: handle const/immed/abs/neg in cpRob Clark2015-04-053-31/+314
* freedreno/ir3: split float/int abs/negRob Clark2015-04-055-64/+213
* freedreno/ir3: add ir3 builder helpersRob Clark2015-04-053-4/+162
* freedreno/ir3: fix sam argument order commentRob Clark2015-04-051-1/+1
* xa: support for drivers which use NIRRob Clark2015-04-051-0/+4
* nv50: allocate more offset space for occlusion queriesIlia Mirkin2015-04-041-5/+5
* nv50/ir: avoid folding immediates into imad operationsIlia Mirkin2015-04-021-1/+2
* nv50/ir: fix imad emission when dst == src2Ilia Mirkin2015-04-021-1/+1
* vc4: Add support for nir_iabs.Eric Anholt2015-04-021-0/+5
* freedreno/a3xx: add MRT supportIlia Mirkin2015-04-028-138/+219
* freedreno: convert blit program to array for each number of rtsIlia Mirkin2015-04-0212-21/+45
* freedreno: add support for laying out MRTs in gmemIlia Mirkin2015-04-022-16/+43
* freedreno: add core infrastructure support for MRTsIlia Mirkin2015-04-024-8/+14
* freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2015-04-022-1/+10
* freedreno/a3xx: add independent blend function supportIlia Mirkin2015-04-022-8/+9