summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-04-17android: amd/addrlib: trivial fix for gfx9 supportHEADmasterMauro Rossi1-0/+2
2017-04-14radv: remove the temp descriptor set infrastructureFredrik Höglund2-76/+28
2017-04-14radv: use push descriptors in metaFredrik Höglund6-416/+301
2017-04-14radv: add private push descriptors for metaFredrik Höglund2-0/+41
2017-04-14radv: remove irrelevant commentGrazvydas Ignotas1-1/+1
2017-04-14radv: report timestampPeriod correctlyGrazvydas Ignotas2-2/+2
2017-04-14radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen2-7/+7
2017-04-13radv: Set descriptor set limits.Bas Nieuwenhuizen1-15/+29
2017-04-13radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen1-8/+8
2017-04-14radv: support S8_UINT as a depth/stencil format.Dave Airlie1-1/+1
2017-04-14radv: bump maxGeometryShaderInvocations.Dave Airlie1-1/+1
2017-04-13radv: Add more trace points.Bas Nieuwenhuizen2-0/+3
2017-04-13radv: Ignore CmdUpdateBuffer with size 0.Bas Nieuwenhuizen1-0/+3
2017-04-13radv: Enable query inheritance.Bas Nieuwenhuizen1-1/+1
2017-04-13radv: enable variableMultisampleRate.Bas Nieuwenhuizen1-1/+1
2017-04-13radv: fix stencil regression since new addrlib importDave Airlie2-1/+9
2017-04-13radv: allocate thin textures as linear.Dave Airlie1-0/+7
2017-04-12radv: Disable primitive restart for non-indexed drawsAlex Smith2-22/+34
2017-04-12radv: Hash the immutable samplers.Bas Nieuwenhuizen1-0/+3
2017-04-12radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen4-27/+39
2017-04-12radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen1-4/+4
2017-04-12radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen1-0/+6
2017-04-12radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen1-3/+4
2017-04-11radv: Implement pipeline statistics queries.Bas Nieuwenhuizen3-27/+394
2017-04-11radv: Let count be dynamic in radv_break_on_count.Bas Nieuwenhuizen1-3/+3
2017-04-11radv: Rename query pipeline/set layout.Bas Nieuwenhuizen2-13/+13
2017-04-11radv: Use VK_WHOLE_SIZE for the query buffer bindings.Bas Nieuwenhuizen1-2/+2
2017-04-11radv: Use a shader for occlusion CmdCopyQueryPoolResults.Bas Nieuwenhuizen1-74/+64
2017-04-11radv: Add occlusion query shader.Bas Nieuwenhuizen4-0/+435
2017-04-10ac: add unreachable() in ac_build_image_opcode()Samuel Pitoiset1-0/+2
2017-04-10amd/addrlib: use correct variable name in headerThomas Hindoe Paaboel Andersen1-1/+1
2017-04-07radv: don't call radeon_check_space in radv_BindDescriptorSetsFredrik Höglund1-5/+0
2017-04-07radv: implement VK_KHR_descriptor_update_templateFredrik Höglund5-0/+231
2017-04-07radv: implement VK_KHR_push_descriptorFredrik Höglund6-2/+128
2017-04-07radv: replace an assertion with a conditionalFredrik Höglund1-3/+3
2017-04-07radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2-12/+52
2017-04-05amd/addrlib: automake: add all headers to the tarballEmil Velikov1-0/+2
2017-04-04amd/addrlib: second update for Vega10 + bug fixesMarek Olšák17-2132/+3298
2017-04-04radv: Increase descriptor limits.Bas Nieuwenhuizen1-14/+14
2017-04-03radv: Rework guard band calculation.Bas Nieuwenhuizen1-40/+15
2017-04-03radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen3-1/+15
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand1-1/+2
2017-04-04radv: fix interp at sample code.Dave Airlie1-3/+1
2017-04-04radv: overhaul fragment shader sample positions.Dave Airlie5-51/+87
2017-04-04radv/ac: fix texture derivative orderingDave Airlie1-2/+2
2017-04-04radv/ac: round cube array coordinate before fixup.Dave Airlie1-1/+5
2017-04-04radv: move to using common buffer load format.Dave Airlie1-8/+5
2017-04-03amd/addrlib: fix optimized build warningsGrazvydas Ignotas1-1/+1
2017-04-02radv: fix order of the guardband register emission.Dave Airlie1-2/+2
2017-04-01radv: enable tessellation shaders.Dave Airlie2-9/+10