summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv/ac: some fix maybe-uninitialized warningsGrazvydas Ignotas2016-12-101-1/+4
* radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2016-12-103-4/+4
* radv: fix release build unused variable warningsGrazvydas Ignotas2016-12-102-19/+21
* radv: Use enum for memory types.Bas Nieuwenhuizen2016-12-092-28/+21
* radv: Use enum for memory heaps.Bas Nieuwenhuizen2016-12-092-8/+17
* radv: Clean up some unused variables.Bas Nieuwenhuizen2016-12-091-16/+0
* radv/ac: no need to pass nir to the post outputs handlingDave Airlie2016-12-081-9/+6
* radv: fix warnings in ubo load code.Dave Airlie2016-12-081-3/+0
* radv/ac: pass a mask of array params not a number.Dave Airlie2016-12-081-5/+6
* radv: split out a chunk of variant filling code.Dave Airlie2016-12-081-33/+43
* radv/meta: don't pass rect into blit2d src function.Dave Airlie2016-12-081-2/+1
* radv/meta: cleanup image info setup.Dave Airlie2016-12-081-19/+13
* radv/meta: split copyimage api into api and meta functionDave Airlie2016-12-081-11/+23
* radv/meta: clean up buffer->image code.Dave Airlie2016-12-081-35/+7
* radv/ac: don't pass nir to create_functionDave Airlie2016-12-081-7/+6
* radv: add missing license file to radv_meta_bufimage.Dave Airlie2016-12-081-0/+27
* radv/ac: use build_gep0 instead of opencoding it.Dave Airlie2016-12-081-9/+5
* radv: make push constants optionalDave Airlie2016-12-071-5/+17
* radv: only emit descriptor sgprs when neededDave Airlie2016-12-071-25/+26
* radv: move userdata sgpr ownership to compiler side.Dave Airlie2016-12-073-73/+208
* radv: refactor out the constant setting user sgpr code.Dave Airlie2016-12-071-18/+17
* radv: refactor out the descriptor user sgpr setting.Dave Airlie2016-12-071-18/+18
* radv: only bind descriptor sets to stages that need themDave Airlie2016-12-071-16/+29
* radv: move descriptor set userdata emission to draw flush time.Dave Airlie2016-12-072-2/+23
* radv: refactor descriptor set userdata emission out.Dave Airlie2016-12-071-15/+22
* radv: pass pipeline to constant flush functionDave Airlie2016-12-071-4/+6
* radv: consolidate compute pipeline flushing (v1.1)Dave Airlie2016-12-071-12/+14
* vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan2016-12-071-1/+1
* radv: fix resource leak in radv_amdgpu_ctx_createNayan Deshmukh2016-12-061-0/+1
* ac/nir: Only use the first component for SSBO atomics.Bas Nieuwenhuizen2016-12-051-2/+2
* radv: fix another regression since shadow fixes.Dave Airlie2016-12-051-1/+1
* radeonsi: document a CP DMA bug that doesn't need a workaround yetMarek Olšák2016-12-011-1/+5
* ac/nir: Fix out of bounds array access.Bas Nieuwenhuizen2016-11-301-1/+1
* radv: set spi_baryc_cntl.pos_float_location to 0Dave Airlie2016-11-291-1/+1
* radv: force persample shading when required.Dave Airlie2016-11-294-6/+23
* ac/nir: Fix accessing an unitialized value.Bas Nieuwenhuizen2016-11-291-1/+2
* radv: Initialize the shader_stats_dump flag.Bas Nieuwenhuizen2016-11-291-0/+1
* radv: Use different intrinsic for ubo loads.Bas Nieuwenhuizen2016-11-291-1/+29
* anv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-11-291-1/+1
* radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() failsEmil Velikov2016-11-281-0/+2
* radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov2016-11-281-0/+1
* radv: Make radv_finishme only warn once per call-siteEmil Velikov2016-11-281-1/+7
* radv: fix 3D clears with baseMiplevelDave Airlie2016-11-281-1/+1
* radv: brown-paper bag for a forgotten else.Dave Airlie2016-11-281-1/+1
* radv/ac/llvm: fix regression with shadow samplers fixDave Airlie2016-11-281-3/+3
* radv/ac/llvm: shadow samplers only return one value.Dave Airlie2016-11-271-1/+3
* radv/si: fix optimal micro tile selectionDave Airlie2016-11-271-7/+7
* radv: honour the number of properties availableEmil Velikov2016-11-271-11/+7
* radv: drop the return type for radv_queue_init()Mun Gwan-gyeong2016-11-271-3/+1
* radv: Don't generate radv_timestamp.hBas Nieuwenhuizen2016-11-242-8/+1