summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-04docs: add release notes for 17.0.1Emil Velikov1-0/+220
2017-03-04gallium/targets: don't leave an empty target directory(ies)Emil Velikov3-3/+9
2017-03-04radv: use enum_to_str util functions.Emil Velikov2-34/+5
2017-03-04vulkan: Build common Vulkan code earlierJason Ekstrand1-5/+5
2017-03-03anv: Advertise shaderInt64 on Broadwell and aboveJason Ekstrand2-1/+2
2017-03-03nir/int64: Properly handle imod/iremJason Ekstrand1-3/+21
2017-03-03nir/builder: Add an int64 immediate helperJason Ekstrand1-0/+11
2017-03-03genxml: Fill out Gen4 and G45 XML.Kenneth Graunke2-1/+2232
2017-03-03ac: normalize build helper namesMarek Olšák6-318/+317
2017-03-03ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák1-0/+20
2017-03-03radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák3-15/+33
2017-03-03radeonsi: detect and mark loads/stores from read-only/write-only memoryMarek Olšák1-10/+105
2017-03-03ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák4-15/+73
2017-03-03radeonsi: use the writeonly LLVM attributeMarek Olšák1-3/+6
2017-03-03ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák4-23/+20
2017-03-03radeonsi: enable TC L2 for tessellation offchip storesMarek Olšák1-8/+8
2017-03-03radeonsi: merge and simplify tbuffer_store functionsMarek Olšák4-114/+77
2017-03-03radeonsi: set noalias on input shader pointersMarek Olšák1-0/+1
2017-03-03radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák3-7/+33
2017-03-03radeonsi: move kill intrinsic building into amd/commonMarek Olšák4-14/+29
2017-03-03radeonsi: set readnone on reads from read-only memoryMarek Olšák3-13/+21
2017-03-03radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.loadMarek Olšák1-45/+19
2017-03-03radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák3-5/+21
2017-03-03ac: replace old image intrinsics with new onesMarek Olšák1-0/+80
2017-03-03radeonsi: remove last use of llvm.SI.resinfoMarek Olšák1-48/+49
2017-03-03radeonsi: move image intrinsic building to amd/commonMarek Olšák3-92/+159
2017-03-03ac: replace SI.export with amdgcn.exp.*Marek Olšák2-3/+36
2017-03-03radeonsi: move llvm.SI.export building to amd/commonMarek Olšák3-162/+170
2017-03-03ac: unify build_type_name_for_intr functionsMarek Olšák4-82/+47
2017-03-03radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as wellMarek Olšák1-1/+2
2017-03-03gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák4-0/+8
2017-03-03tgsi/scan: record load/store/atomic image usageMarek Olšák3-11/+16
2017-03-03glapi: Fix a comment typoEric Anholt1-1/+1
2017-03-03mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong targetAlejandro Piñeiro1-3/+3
2017-03-02i965: Add Kaby Lake brandstringsBen Widawsky1-10/+10
2017-03-03tgsi/ureg: return correct token count in ureg_get_tokensGrazvydas Ignotas1-1/+1
2017-03-03radeonsi: add support for an on-disk shader cacheTimothy Arceri1-7/+60
2017-03-03util/disk_cache: compress individual cache entriesTimothy Arceri4-24/+162
2017-03-03util/disk_cache: add support for detecting corrupt cache entriesTimothy Arceri1-3/+34
2017-03-03glsl: fix subroutine mismatch between declarations/definitionsSamuel Pitoiset5-8/+18
2017-03-02genxml: Depend on Makefile.am for generated sources.Matt Turner1-1/+1
2017-03-02clover: Work around build failure with AltiVec.Matt Turner2-0/+17
2017-03-02anv/image: Allow HiZ on input attachment-capable depth/stencil imagesNanley Chery1-14/+0
2017-03-02anv/cmd_buffer: Centralize automatic layout transitionsNanley Chery1-42/+12
2017-03-02anv/cmd_buffer: Add attachment transitioning functionsNanley Chery1-0/+85
2017-03-02anv/blorp: Encapsulate subpass id queryingNanley Chery2-6/+17
2017-03-02anv/cmd_buffer: Enable render pass awarenessNanley Chery2-0/+10
2017-03-02anv/pass: Store subpass attachment reference listNanley Chery2-2/+13
2017-03-02anv/pass: Fix size of anv_render_pass:subpass_attachmentsNanley Chery1-2/+1
2017-03-02anv: Store the user's VkAttachmentReferenceNanley Chery8-52/+47