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