aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Drop an unused variableJason Ekstrand2020-01-131-1/+0
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-1310-15/+7
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-1318-24/+30
* intel/nir: Stop adding redundant barriersJason Ekstrand2020-01-131-14/+0
* nir/glsl: Emit memory barriers as part of barrier()Jason Ekstrand2020-01-131-0/+12
* spirv: Add output memory semantics to OpControlBarrier in TCSJason Ekstrand2020-01-131-3/+21
* spirv: Add a workaround for OpControlBarrier on old GLSLangJason Ekstrand2020-01-132-1/+24
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-1312-0/+32
* llmvpipe: No-op implement more barriersJason Ekstrand2020-01-131-0/+3
* nir: Handle barriers with more granularity in combine_storesJason Ekstrand2020-01-131-5/+9
* nir: Handle more barriers in dead_write and copy_propJason Ekstrand2020-01-132-0/+22
* intel/vec4: Support scoped_memory_barrierJason Ekstrand2020-01-131-1/+2
* lima: Add stencil supportAndreas Baierl2020-01-132-27/+64
* lima/parser: Make rsw alpha blend parsing more readableAndreas Baierl2020-01-131-4/+5
* panfrost: Remove unneeded phi nodesBoris Brezillon2020-01-131-0/+1
* aco: check if multiplication/clamp is live when applying output modifierRhys Perry2020-01-131-18/+24
* aco: disable add combining for ds_swizzle_b32Rhys Perry2020-01-131-1/+1
* aco: don't DCE atomics with return valuesRhys Perry2020-01-135-19/+26
* aco: set exec_potentially_empty for demotesRhys Perry2020-01-131-0/+6
* aco: better handle neg/abs of sgprsRhys Perry2020-01-131-2/+3
* aco: check usesModifiers() when identifying a neg/absRhys Perry2020-01-131-2/+2
* aco: handle omod successors with the constant in the first operandRhys Perry2020-01-131-6/+8
* aco: handle VOP3 modifiers when combining a constant comparison's NaN testRhys Perry2020-01-131-0/+6
* aco: fix uninitialized data in the binaryRhys Perry2020-01-131-1/+5
* aco: fix imageSize()/textureSize() with large buffers on GFX8Rhys Perry2020-01-131-19/+15
* aco: set vm for pos0 exports on GFX10Rhys Perry2020-01-132-3/+6
* panfrost: Fix headers and gpu_headers memory leakDaniel Ogorchock2020-01-131-0/+3
* panfrost: Fix panfrost_bo_access memory leakDaniel Ogorchock2020-01-131-1/+3
* radv/gfx10: improve performance for TES using PrimID but not exporting itSamuel Pitoiset2020-01-131-1/+1
* radv/gfx10: add support for NGG passthrough modeSamuel Pitoiset2020-01-132-9/+15
* radv/gfx10: do not declare LDS for NGG if uselessSamuel Pitoiset2020-01-131-6/+9
* radv/gfx10: determine if a pipeline is eligible for NGG passthroughSamuel Pitoiset2020-01-134-12/+59
* radv/gfx10: disable vertex groupingSamuel Pitoiset2020-01-131-5/+2
* nvc0: treat all draws without color0 broadcast as MRTIlia Mirkin2020-01-121-1/+1
* gm107/ir: avoid combining geometry shader stores at 0x60Ilia Mirkin2020-01-121-0/+10
* nvc0: add dummy reset status supportIlia Mirkin2020-01-122-1/+8
* nv50,nvc0: fix destination coordinates of blitIlia Mirkin2020-01-122-10/+18
* radv: Use new scanout gfx9 metadata flag.Bas Nieuwenhuizen2020-01-123-10/+14
* lima: fix PIPE_CAP_* to mark features that aren't supported yetVasily Khoruzhick2020-01-121-0/+6
* lima: implement polygon offsetVasily Khoruzhick2020-01-121-14/+9
* lima: fix viewport clippingVasily Khoruzhick2020-01-121-5/+17
* lima: fix PLBU_CMD_PRIMITIVE_SETUP commandVasily Khoruzhick2020-01-122-21/+16
* glsl: fix potential bug in nir uniform linkerTimothy Arceri2020-01-121-7/+3
* etnaviv: add deqp debug optionChristian Gmeiner2020-01-112-1/+8
* aco/wave32: Set the definitions of v_cmp instructions to the lane mask.Timur Kristóf2020-01-111-4/+6
* pan/midgard: Support indirect UBO offsetsAlyssa Rosenzweig2020-01-102-22/+7
* intel/fs: Make implied_mrf_writes() an fs_inst method.Francisco Jerez2020-01-107-18/+17
* intel/fs/cse: Fix non-deterministic behavior due to inaccurate liveness calcu...Francisco Jerez2020-01-102-4/+4
* intel/fs: Fix nir_intrinsic_load_barycentric_at_sample for SIMD32.Francisco Jerez2020-01-101-1/+1
* intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT message payload.Francisco Jerez2020-01-101-5/+11