summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* android: amd/addrlib: trivial fix for gfx9 supportMauro Rossi2017-04-171-0/+2
* radv: remove the temp descriptor set infrastructureFredrik Höglund2017-04-142-76/+28
* radv: use push descriptors in metaFredrik Höglund2017-04-146-416/+301
* radv: add private push descriptors for metaFredrik Höglund2017-04-142-0/+41
* radv: remove irrelevant commentGrazvydas Ignotas2017-04-141-1/+1
* radv: report timestampPeriod correctlyGrazvydas Ignotas2017-04-142-2/+2
* radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen2017-04-142-7/+7
* radv: Set descriptor set limits.Bas Nieuwenhuizen2017-04-131-15/+29
* radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen2017-04-131-8/+8
* radv: support S8_UINT as a depth/stencil format.Dave Airlie2017-04-141-1/+1
* radv: bump maxGeometryShaderInvocations.Dave Airlie2017-04-141-1/+1
* radv: Add more trace points.Bas Nieuwenhuizen2017-04-132-0/+3
* radv: Ignore CmdUpdateBuffer with size 0.Bas Nieuwenhuizen2017-04-131-0/+3
* radv: Enable query inheritance.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: enable variableMultisampleRate.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: fix stencil regression since new addrlib importDave Airlie2017-04-132-1/+9
* radv: allocate thin textures as linear.Dave Airlie2017-04-131-0/+7
* radv: Disable primitive restart for non-indexed drawsAlex Smith2017-04-122-22/+34
* radv: Hash the immutable samplers.Bas Nieuwenhuizen2017-04-121-0/+3
* radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen2017-04-124-27/+39
* radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen2017-04-121-4/+4
* radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen2017-04-121-0/+6
* radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen2017-04-121-3/+4
* radv: Implement pipeline statistics queries.Bas Nieuwenhuizen2017-04-113-27/+394
* radv: Let count be dynamic in radv_break_on_count.Bas Nieuwenhuizen2017-04-111-3/+3
* radv: Rename query pipeline/set layout.Bas Nieuwenhuizen2017-04-112-13/+13
* radv: Use VK_WHOLE_SIZE for the query buffer bindings.Bas Nieuwenhuizen2017-04-111-2/+2
* radv: Use a shader for occlusion CmdCopyQueryPoolResults.Bas Nieuwenhuizen2017-04-111-74/+64
* radv: Add occlusion query shader.Bas Nieuwenhuizen2017-04-114-0/+435
* ac: add unreachable() in ac_build_image_opcode()Samuel Pitoiset2017-04-101-0/+2
* amd/addrlib: use correct variable name in headerThomas Hindoe Paaboel Andersen2017-04-101-1/+1
* radv: don't call radeon_check_space in radv_BindDescriptorSetsFredrik Höglund2017-04-071-5/+0
* radv: implement VK_KHR_descriptor_update_templateFredrik Höglund2017-04-075-0/+231
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-076-2/+128
* radv: replace an assertion with a conditionalFredrik Höglund2017-04-071-3/+3
* radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2017-04-072-12/+52
* amd/addrlib: automake: add all headers to the tarballEmil Velikov2017-04-051-0/+2
* amd/addrlib: second update for Vega10 + bug fixesMarek Olšák2017-04-0417-2132/+3298
* radv: Increase descriptor limits.Bas Nieuwenhuizen2017-04-041-14/+14
* radv: Rework guard band calculation.Bas Nieuwenhuizen2017-04-031-40/+15
* radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen2017-04-033-1/+15
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* radv: fix interp at sample code.Dave Airlie2017-04-041-3/+1
* radv: overhaul fragment shader sample positions.Dave Airlie2017-04-045-51/+87
* radv/ac: fix texture derivative orderingDave Airlie2017-04-041-2/+2
* radv/ac: round cube array coordinate before fixup.Dave Airlie2017-04-041-1/+5
* radv: move to using common buffer load format.Dave Airlie2017-04-041-8/+5
* amd/addrlib: fix optimized build warningsGrazvydas Ignotas2017-04-031-1/+1
* radv: fix order of the guardband register emission.Dave Airlie2017-04-021-2/+2
* radv: enable tessellation shaders.Dave Airlie2017-04-012-9/+10