summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: remove last use of llvm.SI.resinfoMarek Olšák2017-03-031-48/+49
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-033-92/+159
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-032-3/+36
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-033-162/+170
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-034-82/+47
* radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as wellMarek Olšák2017-03-031-1/+2
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-034-0/+8
* tgsi/scan: record load/store/atomic image usageMarek Olšák2017-03-033-11/+16
* glapi: Fix a comment typoEric Anholt2017-03-031-1/+1
* mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong targetAlejandro Piñeiro2017-03-031-3/+3
* tgsi/ureg: return correct token count in ureg_get_tokensGrazvydas Ignotas2017-03-031-1/+1
* radeonsi: add support for an on-disk shader cacheTimothy Arceri2017-03-031-7/+60
* util/disk_cache: compress individual cache entriesTimothy Arceri2017-03-033-24/+158
* util/disk_cache: add support for detecting corrupt cache entriesTimothy Arceri2017-03-031-3/+34
* glsl: fix subroutine mismatch between declarations/definitionsSamuel Pitoiset2017-03-035-8/+18
* genxml: Depend on Makefile.am for generated sources.Matt Turner2017-03-021-1/+1
* clover: Work around build failure with AltiVec.Matt Turner2017-03-021-0/+3
* anv/image: Allow HiZ on input attachment-capable depth/stencil imagesNanley Chery2017-03-021-14/+0
* anv/cmd_buffer: Centralize automatic layout transitionsNanley Chery2017-03-021-42/+12
* anv/cmd_buffer: Add attachment transitioning functionsNanley Chery2017-03-021-0/+85
* anv/blorp: Encapsulate subpass id queryingNanley Chery2017-03-022-6/+17
* anv/cmd_buffer: Enable render pass awarenessNanley Chery2017-03-022-0/+10
* anv/pass: Store subpass attachment reference listNanley Chery2017-03-022-2/+13
* anv/pass: Fix size of anv_render_pass:subpass_attachmentsNanley Chery2017-03-021-2/+1
* anv: Store the user's VkAttachmentReferenceNanley Chery2017-03-028-52/+47
* anv/cmd_buffer: Remove extra resolve for certain depth buffersNanley Chery2017-03-021-42/+29