aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add Kaby Lake brandstringsBen Widawsky2017-03-021-10/+10
* 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-034-24/+162
* 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-022-0/+17
* 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
* anv/cmd_buffer: Conditionally choose the sampled image surface stateNanley Chery2017-03-021-7/+8
* anv/descriptor_set: Store aux usage of sampled image descriptorsNanley Chery2017-03-023-18/+23
* anv/image: Create an additional surface state for samplingNanley Chery2017-03-022-1/+27
* anv/image: Simplify setup of HiZ sampler surface stateNanley Chery2017-03-021-18/+12
* anv/image: Remove extra dependency on HiZ-specific variableNanley Chery2017-03-021-2/+7
* anv: Update the HiZ sampling helperNanley Chery2017-03-024-8/+14
* anv/cmd_buffer: Replace layout_to_hiz_usage()Nanley Chery2017-03-021-44/+28
* anv/image: Add anv_layout_to_aux_usage()Nanley Chery2017-03-022-0/+139
* anv/pass: Avoid accessing attachment array out of boundsNanley Chery2017-03-021-9/+13
* ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil2017-03-021-1/+12
* swr: fix crash in swr_update_derived following st/mesa state changesBruce Cherniak2017-03-022-3/+46
* docs: update features.txt for GL_ARB_clear_texture with swrBruce Cherniak2017-03-021-1/+1
* swr: enable clear_texture with util_clear_textureBruce Cherniak2017-03-022-1/+2
* doc: GL_ARB_buffer_storage is supported on llvmpipe/swrGregory Hainaut2017-03-021-1/+1
* automake: i965: list correct header in Makefile.sourceEmil Velikov2017-03-021-1/+1
* svga: fix crash regression since e027935a795Brian Paul2017-03-022-4/+5
* svga: s/unsigned/pipe_prim_type/Brian Paul2017-03-024-2/+8
* svga: whitespace fixes in svga_context.hBrian Paul2017-03-021-10/+9
* svga: whitespace and formatting fixes in svga_stage.cBrian Paul2017-03-021-44/+40
* mesa: Avoid read of uninitialized variableRobert Foss2017-03-021-1/+1
* anv: add VK_KHR_descriptor_update_template supportLionel Landwerlin2017-03-025-0/+232