aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-083-1/+3
* radv: Whitespace fixup.Bas Nieuwenhuizen2020-04-081-1/+0
* radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZESamuel Iglesias Gonsálvez2020-04-081-1/+1
* radv: check buffer size in vkCreateBuffer()Samuel Iglesias Gonsálvez2020-04-081-0/+3
* radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen2020-04-081-4/+6
* radv: enable lowering of GS intrinsics for the LLVM backendSamuel Pitoiset2020-04-084-50/+29
* radv: remove radv_layout_has_htile() helperSamuel Pitoiset2020-04-083-38/+8
* radv: cleanup creating the decompress/resummarize pipelinesSamuel Pitoiset2020-04-081-26/+15
* radv: rename extra graphics pipeline decompress/resummarize fieldsSamuel Pitoiset2020-04-083-9/+9
* radv: rename decompress/resummarize depth/stencil functionsSamuel Pitoiset2020-04-083-27/+27
* turnip: fix compute shaders crashing after geometry shader changeJonathan Marek2020-04-081-4/+6
* nir: make opt_if_loop_terminator() less strictTimothy Arceri2020-04-081-1/+1
* radeonsi: don't lower constant arrays to uniforms in GLSL IRTimothy Arceri2020-04-081-0/+1
* meson: fix debug build on AndroidDominik Behr2020-04-071-1/+10
* radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen2020-04-071-71/+56
* gallivm: Add missing header for powf.Vinson Lee2020-04-071-0/+1
* turnip: Drop dep_llvm from dependenciesKristian H. Kristensen2020-04-071-1/+0
* turnip: Make Android platform buildKristian H. Kristensen2020-04-073-23/+24
* turnip: Stub out VK_KHR_external_{fence,semaphore}_fdKristian H. Kristensen2020-04-072-0/+40
* turnip: Add missing VKAPI_ATTR annotationsKristian H. Kristensen2020-04-073-5/+5
* freedreno/a6xx: Set a level's pitch based on minified level0 pitch, not width0.Eric Anholt2020-04-072-13/+274
* freedreno: Add the outline of a test for a6xx texture layout.Eric Anholt2020-04-073-1/+244
* freedreno/a6xx: Drop the "alignment" layout temporary.Eric Anholt2020-04-071-10/+3
* freedreno/a6xx: Remove the "aligned_height" temporary.Eric Anholt2020-04-071-5/+3
* freedreno/a6xx: Sink the per-level size temps inside the loop.Eric Anholt2020-04-071-17/+5
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-078-16/+471
* intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho2020-04-0713-17/+46
* 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