aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/svga: use new ioctl for loggingRoland Scheidegger2020-01-294-6/+42
* radv: remove the non conformant VK implementation warning on GFX10Samuel Pitoiset2020-01-291-2/+1
* radv: bump conformance version to 1.2.0.0Samuel Pitoiset2020-01-291-2/+2
* radv: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-293-8/+19
* radv: gather which input PS variables use an explicit interpolation modeSamuel Pitoiset2020-01-292-0/+3
* aco: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-292-5/+42
* ac/llvm: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-293-21/+51
* spirv: implement SPV_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-294-0/+73
* nir: lower interp_deref_at_vertex to load_input_vertexSamuel Pitoiset2020-01-293-17/+42
* nir: add nir_intrinsic_interp_deref_at_vertexSamuel Pitoiset2020-01-2912-13/+34
* nir: lower SYSTEM_VALUE_BARYCENTRIC_* to nir_load_barycentric()Samuel Pitoiset2020-01-291-0/+28
* nir: add nir_intrinsic_load_barycentric_modelSamuel Pitoiset2020-01-292-11/+14
* spirv: add support for SpvBuiltInBaryCoord*Samuel Pitoiset2020-01-291-0/+28
* compiler: add new SYSTEM_VALUE_BARYCENTRIC_*Samuel Pitoiset2020-01-292-2/+10
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-2911-32/+32
* spirv: add support for SpvDecorationExplicitInterpAMDSamuel Pitoiset2020-01-292-0/+7
* compiler: add a new explicit interpolation modeSamuel Pitoiset2020-01-295-3/+5
* turnip: Fix issues in tu_compute_pipeline_create() that may lead to crashEduardo Lima Mitev2020-01-291-7/+9
* turnip: Remove failed command buffer from poolEduardo Lima Mitev2020-01-291-1/+3
* radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer2020-01-293-16/+0
* radv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7Samuel Pitoiset2020-01-291-1/+1
* loader: Check if the kernel driver is i915 before loading irisKenneth Graunke2020-01-282-1/+9
* anv: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+6
* iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+12
* zink: set compareEnable when setting compareOpErik Faye-Lund2020-01-281-1/+3
* mesa/st: Fix compiler warnings from INTEL_shader_integer_functions.Eric Anholt2020-01-281-0/+7
* iris: Silence warning about AUX_USAGE_MC.Eric Anholt2020-01-281-0/+2
* vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.Eric Anholt2020-01-281-2/+5
* intel/mi_builder: Force write completion on Gen12+Jason Ekstrand2020-01-281-0/+3
* anv: Replace one more aux_surface.isl.size_B checkJason Ekstrand2020-01-281-1/+1
* intel/blorp: Handle bit-casting UNORM and BGRA formatsJason Ekstrand2020-01-281-37/+34
* aco: fix combine_salu_not_bitwise() when SCC is usedDaniel Schürmann2020-01-281-0/+1
* radeonsi: Clear uninitialized variableDrew Davenport2020-01-281-1/+1
* anv: Handle unavailable queries in vkCmdCopyQueryPoolResultsBrian Ho2020-01-281-0/+54
* anv: Properly fetch partial results in vkGetQueryPoolResultsBrian Ho2020-01-281-2/+11
* aco: fix rebase error from GS copy shader supportRhys Perry2020-01-281-0/+15
* anv/android: make format_supported_with_usage staticTapani Pälli2020-01-281-1/+1
* anv/android: setup gralloc1 usage from gralloc0 usage manuallyTapani Pälli2020-01-282-8/+17
* aco: use MUBUF in some situations instead of splitting vertex fetchesRhys Perry2020-01-281-10/+25
* aco: value-number MUBUF instructionsRhys Perry2020-01-281-2/+16
* aco: handle unaligned vertex fetch on GFX10Rhys Perry2020-01-281-1/+2
* aco: skip unused channels at the start when fetching verticesRhys Perry2020-01-281-1/+10
* aco: rework vertex fetching a bitRhys Perry2020-01-283-74/+128
* amd/common,radv: move vertex_format_table to ac_shader_util.{h,c}Rhys Perry2020-01-283-27/+38
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-283-9/+27
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-273-1/+9
* lima: ppir: always create move and update ld_tex successors for all blocksVasily Khoruzhick2020-01-283-23/+24
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-01-281-6/+1
* freedreno/drm: fix invalid-cmdstream-size with older kernelsRob Clark2020-01-281-0/+3
* Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"Marek Olšák2020-01-272-45/+24