aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATIONCaio Marcelo de Oliveira Filho2020-04-071-0/+16
* nir: Add per_view attribute to nir_variableCaio Marcelo de Oliveira Filho2020-04-077-8/+42
* mesa: add support for NV_pixel_buffer_objectSimon Ser2020-04-072-5/+16
* turnip: implement timestamp queryJonathan Marek2020-04-072-55/+86
* turnip: Enable geometryShader device featureBrian Ho2020-04-071-1/+1
* turnip: Enable geometry shaders for CP_DRAWsBrian Ho2020-04-071-4/+12
* turnip: Populate tu_pipeline.active_stagesBrian Ho2020-04-071-0/+6
* turnip: Update maxGeometryShaderInvocations to match blobBrian Ho2020-04-071-1/+1
* turnip: Selectively configure GRAS_LAYER_CNTLBrian Ho2020-04-072-2/+9
* turnip: Set up REG_A6XX_SP_GS_CONFIGBrian Ho2020-04-071-6/+8
* turnip: Configure VFD_CONTROL with gsheader and primitiveidBrian Ho2020-04-071-7/+16
* turnip: Configure VPC for geometry shadersBrian Ho2020-04-074-60/+181
* turnip: Emit geometry shader obj and related constsBrian Ho2020-04-071-1/+49
* turnip: Set has_gs in ir3_shader_keyBrian Ho2020-04-071-2/+12
* radv: Print shader stage before disassembly.Timur Kristóf2020-04-071-1/+5
* aco: Print shader stage in aco_print_program.Timur Kristóf2020-04-071-0/+46
* radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.Timur Kristóf2020-04-072-4/+13
* aco/ngg: Run GS_ALLOC_REQ on priority 3 for NGG VS and TES.Timur Kristóf2020-04-071-0/+6
* aco/ngg: Schedule position exports of NGG VS/TES.Timur Kristóf2020-04-071-1/+1
* aco/ngg: Implement NGG VS and TES.Timur Kristóf2020-04-072-11/+270
* aco/ngg: Setup NGG VS and TES stages.Timur Kristóf2020-04-071-6/+13
* aco/ngg: Fix exports for NGG VS and TES.Timur Kristóf2020-04-071-2/+2
* aco/ngg: Initialize exec mask for NGG VS and TES.Timur Kristóf2020-04-071-1/+1
* aco/ngg: Add new stage for hw_ngg_gs.Timur Kristóf2020-04-071-11/+12
* aco: Treat s_setprio as a scheduling barrier.Timur Kristóf2020-04-071-5/+7
* aco: Extract merged_wave_info_to_mask to its own function.Timur Kristóf2020-04-071-19/+26
* aco: Print block_kind_export_end.Timur Kristóf2020-04-071-0/+2
* aco: Extract uniform if handling to separate functions.Timur Kristóf2020-04-071-64/+92
* aco: Fix crash in insert_wait_states.Timur Kristóf2020-04-071-9/+7
* pan/bit: Wire up add/add op+testAlyssa Rosenzweig2020-04-062-1/+2
* pan/bit: Add fmin/max16 testsAlyssa Rosenzweig2020-04-061-2/+9
* pan/bit: Enable more debug for `run`Alyssa Rosenzweig2020-04-061-1/+1
* pan/bit: Add min/max support to interpreterAlyssa Rosenzweig2020-04-061-1/+10
* pan/bit: Unify test frontendsAlyssa Rosenzweig2020-04-063-68/+23
* pan/bi: Force ADD scheduling for MINMAXAlyssa Rosenzweig2020-04-061-1/+1
* pan/bi: Fix incorrect abs flip in fma/fadd16Alyssa Rosenzweig2020-04-061-2/+2
* pan/bi: Set BI_MODS for MINMAXAlyssa Rosenzweig2020-04-061-1/+1
* pan/bi: Add ADD add/min/max fp32 packingAlyssa Rosenzweig2020-04-061-0/+36
* pan/bi: Structify ADD unit add/min/maxAlyssa Rosenzweig2020-04-061-0/+17
* pan/bi: Implement min/max on FMAAlyssa Rosenzweig2020-04-062-7/+15
* pan/bit: Add special unit testAlyssa Rosenzweig2020-04-065-1/+38
* pan/bit: Add special op interpretingAlyssa Rosenzweig2020-04-061-2/+36
* pan/bi: Add fp16 support for frcp/frsqAlyssa Rosenzweig2020-04-062-2/+15
* pan/bi: Add 32-bit _FAST packingAlyssa Rosenzweig2020-04-062-0/+28
* pan/bi: Remove nontrivial SPECIAL opsAlyssa Rosenzweig2020-04-063-20/+0
* aco: zero-initialize TempRhys Perry2020-04-063-2/+3
* aco: remove divergence check in sanitize_if()Rhys Perry2020-04-061-2/+1
* nir/lower_amul: fix slot calculationRob Clark2020-04-063-10/+34
* nir: add some swizzle helpersRob Clark2020-04-061-0/+20
* nir: Assert memory loads are alignedJason Ekstrand2020-04-061-9/+23