summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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 Arceri3-24/+158
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 Turner1-0/+3
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
2017-03-02anv/cmd_buffer: Remove extra resolve for certain depth buffersNanley Chery1-42/+29
2017-03-02anv/cmd_buffer: Conditionally choose the sampled image surface stateNanley Chery1-7/+8
2017-03-02anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery3-18/+23
2017-03-02anv/image: Create an additional surface state for samplingNanley Chery2-1/+27
2017-03-02anv/image: Simplify setup of HiZ sampler surface stateNanley Chery1-18/+12
2017-03-02anv/image: Remove extra dependency on HiZ-specific variableNanley Chery1-2/+7
2017-03-02anv: Update the HiZ sampling helperNanley Chery4-8/+14
2017-03-02anv/cmd_buffer: Replace layout_to_hiz_usage()Nanley Chery1-44/+28
2017-03-02anv/image: Add anv_layout_to_aux_usage()Nanley Chery2-0/+139
2017-03-02anv/pass: Avoid accessing attachment array out of boundsNanley Chery1-9/+13
2017-03-02ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil1-1/+12
2017-03-02swr: fix crash in swr_update_derived following st/mesa state changesBruce Cherniak2-3/+46
2017-03-02swr: enable clear_texture with util_clear_textureBruce Cherniak2-1/+2
2017-03-02automake: i965: list correct header in Makefile.sourceEmil Velikov1-1/+1
2017-03-02svga: fix crash regression since e027935a795Brian Paul2-4/+5
2017-03-02svga: s/unsigned/pipe_prim_type/Brian Paul4-2/+8
2017-03-02svga: whitespace fixes in svga_context.hBrian Paul1-10/+9
2017-03-02svga: whitespace and formatting fixes in svga_stage.cBrian Paul1-44/+40
2017-03-02mesa: Avoid read of uninitialized variableRobert Foss1-1/+1
2017-03-02anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin5-0/+232
2017-03-02anv: add VK_KHR_push_descriptor supportLionel Landwerlin4-0/+117