summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util/disk_cache: fix make checkTimothy Arceri2017-03-063-24/+30
* radv/ac: use bitfield extract new intrinsics.Dave Airlie2017-03-061-7/+4
* radv/ac: move to new kill build.Dave Airlie2017-03-061-5/+2
* radv/ac: move to using new export intrinsics.Dave Airlie2017-03-061-93/+86
* radv/ac: switch to new intrinsics for pkrtz and clamp.Dave Airlie2017-03-061-5/+2
* radv: drop Z24 support.Dave Airlie2017-03-051-3/+0
* radv: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2017-03-062-5/+5
* radv: check for upload alloc failureGrazvydas Ignotas2017-03-061-3/+4
* radv: don't use uninitialized value on failureGrazvydas Ignotas2017-03-061-1/+1
* radv: avoid casting warnings on 32bitGrazvydas Ignotas2017-03-062-3/+5
* radv/amdgpu: Add some debug flags.Bas Nieuwenhuizen2017-03-066-16/+52
* radv: Cache command buffers in command pool.Bas Nieuwenhuizen2017-03-062-48/+84
* Revert "glsl: Switch to disable-by-default for the GLSL shader cache"Timothy Arceri2017-03-062-12/+0
* util/disk_cache: support caches for multiple architecturesTimothy Arceri2017-03-061-0/+26
* util/disk_cache: mark read-only arguments constGrazvydas Ignotas2017-03-062-27/+28
* radeon/ac: fix intrinsic version checkDave Airlie2017-03-061-1/+1
* radv: Merge fast clear flushes.Bas Nieuwenhuizen2017-03-051-13/+35
* swr: [rasterizer core] fix primID provoking vertex for GSTim Rowley2017-03-051-2/+2
* swr: implement geometry shadersTim Rowley2017-03-0513-63/+700
* i965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFER_SIZE.Kenneth Graunke2017-03-041-0/+18
* automake: move wayland-drm prior to VulkanEmil Velikov2017-03-041-5/+5
* android: fix libz dynamic library dependenciesMauro Rossi2017-03-041-4/+0
* svga: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-052-6/+3
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-041-2/+2
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-041-1/+3
* android: fix outdir for gen_enum_to_str filesTapani Pälli2017-03-041-1/+2
* EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2017-03-042-1/+59
* gallium/targets: don't leave an empty target directory(ies)Emil Velikov2017-03-043-3/+9
* radv: use enum_to_str util functions.Emil Velikov2017-03-042-34/+5
* vulkan: Build common Vulkan code earlierJason Ekstrand2017-03-041-5/+5
* anv: Advertise shaderInt64 on Broadwell and aboveJason Ekstrand2017-03-032-1/+2
* nir/int64: Properly handle imod/iremJason Ekstrand2017-03-031-3/+21
* nir/builder: Add an int64 immediate helperJason Ekstrand2017-03-031-0/+11
* genxml: Fill out Gen4 and G45 XML.Kenneth Graunke2017-03-032-1/+2232
* ac: normalize build helper namesMarek Olšák2017-03-036-318/+317
* ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák2017-03-031-0/+20
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-033-15/+33
* radeonsi: detect and mark loads/stores from read-only/write-only memoryMarek Olšák2017-03-031-10/+105
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-034-15/+73
* radeonsi: use the writeonly LLVM attributeMarek Olšák2017-03-031-3/+6
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-034-23/+20
* radeonsi: enable TC L2 for tessellation offchip storesMarek Olšák2017-03-031-8/+8
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-034-114/+77
* radeonsi: set noalias on input shader pointersMarek Olšák2017-03-031-0/+1
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-033-7/+33
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-034-14/+29
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-033-13/+21
* radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.loadMarek Olšák2017-03-031-45/+19
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-033-5/+21
* ac: replace old image intrinsics with new onesMarek Olšák2017-03-031-0/+80