summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-02-15radv: also fixup event emission to not get culled.Dave Airlie1-0/+1
2017-02-15radv: query cmds should mark a cmd buffer as having draws.Dave Airlie1-0/+4
2017-02-14radv: fixup IA_MULTI_VGT_PARAM handling.Dave Airlie4-31/+105
2017-02-14radv: fix warning since using common gs emit codeDave Airlie1-1/+0
2017-02-15radv: adopt some init config workarounds from radeonsi.Dave Airlie1-2/+9
2017-02-15radv: re-enable init gfx state on CIK.Dave Airlie1-2/+1
2017-02-15radv: align the initial state command buffer.Dave Airlie1-0/+7
2017-02-15radv: fix cik macroModeIndex.Dave Airlie1-0/+14
2017-02-15radv: change base aligmment for allocated memory.Dave Airlie1-1/+1
2017-02-14radv/ac: use sendmsg emission interface.Dave Airlie1-26/+4
2017-02-14radeon/ac/llvm: add support for sendmsg emissionDave Airlie2-0/+25
2017-02-14radv: disable gfx init on CIK for nowDave Airlie1-1/+2
2017-02-14radv/ac: use common interp code for new intrinsicsDave Airlie1-20/+41
2017-02-13radv: use indirect buffer for initial gfx state.Dave Airlie4-1/+62
2017-02-13radv: start splitting init config upDave Airlie1-8/+20
2017-02-13radv: don't pass physical device to si_init_ fns.Dave Airlie3-11/+9
2017-02-13radv: detect command buffers that do no work and drop them (v2)Dave Airlie5-8/+27
2017-02-13radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.Bas Nieuwenhuizen1-9/+36
2017-02-12radv: reduce CPU overhead merging bo lists.Dave Airlie1-1/+11
2017-02-09radv: handle queue submission with no cs but semaphoresDave Airlie1-2/+20
2017-02-08radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.Bas Nieuwenhuizen1-2/+6
2017-02-07radv: handle dcc in explicit image resolve path. (v2)Dave Airlie1-3/+8
2017-02-07radv: Enable fast clears by default.Bas Nieuwenhuizen3-4/+4
2017-02-07radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-02-07radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-07radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-06radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-02-07radeon/ac: move common llvm build functions to a separate file.Dave Airlie6-851/+933
2017-02-03radv: fix shared memory load/stores.Dave Airlie1-0/+7
2017-02-03radv/ac: correctly size shared memory usage.Dave Airlie1-1/+1
2017-02-03radv: fix compute shared memory stores since 64-bit.Dave Airlie1-1/+3
2017-02-03radv/ac: move to using shared emit_ddxy code.Dave Airlie1-68/+7
2017-02-03radeonsi/ac: move most of emit_ddxy to shared code.Dave Airlie2-0/+86
2017-02-03radv/ac: use shared thread id codeDave Airlie1-42/+2
2017-02-03radeonsi/ac: move get thread id to shared code.Dave Airlie2-1/+53
2017-02-03radv/ac: migrate to using shared code for some load/store stuff.Dave Airlie1-103/+28
2017-02-03radeonsi/ac: move tbuffer store and buffer load to shared code.Dave Airlie2-1/+198
2017-02-03radeonsi/ac: move a bunch of load/store related things to common code.Dave Airlie2-0/+87
2017-02-01android: fix llvm, elf dependencies for M, N releasesMauro Rossi1-1/+1
2017-02-02radv: handle VK_QUEUE_FAMILY_IGNORED in image transitions (v3)Dave Airlie4-12/+15
2017-02-02radv/ac: handle clip/cull distance sizing in geometry shader outputsDave Airlie1-8/+10
2017-02-02radv/ac: add const_index to fetch index for gs inputsDave Airlie1-1/+1
2017-02-02radeonsi/ac: move frag interp emission code to shared llvm code.Dave Airlie2-0/+85
2017-02-01radv: Enable VK_KHR_shader_draw_parameters.Bas Nieuwenhuizen2-0/+5
2017-02-01radv: Pass draw index to shader.Bas Nieuwenhuizen1-5/+9
2017-02-01radv/ac: Add draw index support.Bas Nieuwenhuizen1-2/+8
2017-02-01radv: Enable Float64 support.Bas Nieuwenhuizen2-1/+2
2017-02-01radv/ac: Implement Float64 SSBO loads.Bas Nieuwenhuizen1-26/+49
2017-02-01radv/ac: Implement Float64 UBO loads.Bas Nieuwenhuizen1-2/+6
2017-02-01radv/ac: Implement Float64 load/store var.Bas Nieuwenhuizen1-53/+48