| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm, ac: add writeonly and inaccessiblememonly attributes | Marek Olšák | 2017-03-03 | 4 | -0/+8 |
* | tgsi/scan: record load/store/atomic image usage | Marek Olšák | 2017-03-03 | 3 | -11/+16 |
* | glapi: Fix a comment typo | Eric Anholt | 2017-03-03 | 1 | -1/+1 |
* | mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong target | Alejandro Piñeiro | 2017-03-03 | 1 | -3/+3 |
* | tgsi/ureg: return correct token count in ureg_get_tokens | Grazvydas Ignotas | 2017-03-03 | 1 | -1/+1 |
* | radeonsi: add support for an on-disk shader cache | Timothy Arceri | 2017-03-03 | 1 | -7/+60 |
* | util/disk_cache: compress individual cache entries | Timothy Arceri | 2017-03-03 | 3 | -24/+158 |
* | util/disk_cache: add support for detecting corrupt cache entries | Timothy Arceri | 2017-03-03 | 1 | -3/+34 |
* | glsl: fix subroutine mismatch between declarations/definitions | Samuel Pitoiset | 2017-03-03 | 5 | -8/+18 |
* | genxml: Depend on Makefile.am for generated sources. | Matt Turner | 2017-03-02 | 1 | -1/+1 |
* | clover: Work around build failure with AltiVec. | Matt Turner | 2017-03-02 | 1 | -0/+3 |
* | anv/image: Allow HiZ on input attachment-capable depth/stencil images | Nanley Chery | 2017-03-02 | 1 | -14/+0 |
* | anv/cmd_buffer: Centralize automatic layout transitions | Nanley Chery | 2017-03-02 | 1 | -42/+12 |
* | anv/cmd_buffer: Add attachment transitioning functions | Nanley Chery | 2017-03-02 | 1 | -0/+85 |
* | anv/blorp: Encapsulate subpass id querying | Nanley Chery | 2017-03-02 | 2 | -6/+17 |
* | anv/cmd_buffer: Enable render pass awareness | Nanley Chery | 2017-03-02 | 2 | -0/+10 |
* | anv/pass: Store subpass attachment reference list | Nanley Chery | 2017-03-02 | 2 | -2/+13 |
* | anv/pass: Fix size of anv_render_pass:subpass_attachments | Nanley Chery | 2017-03-02 | 1 | -2/+1 |
* | anv: Store the user's VkAttachmentReference | Nanley Chery | 2017-03-02 | 8 | -52/+47 |
* | anv/cmd_buffer: Remove extra resolve for certain depth buffers | Nanley Chery | 2017-03-02 | 1 | -42/+29 |
* | anv/cmd_buffer: Conditionally choose the sampled image surface state | Nanley Chery | 2017-03-02 | 1 | -7/+8 |
* | anv/descriptor_set: Store aux usage of sampled image descriptors | Nanley Chery | 2017-03-02 | 3 | -18/+23 |
* | anv/image: Create an additional surface state for sampling | Nanley Chery | 2017-03-02 | 2 | -1/+27 |
* | anv/image: Simplify setup of HiZ sampler surface state | Nanley Chery | 2017-03-02 | 1 | -18/+12 |
* | anv/image: Remove extra dependency on HiZ-specific variable | Nanley Chery | 2017-03-02 | 1 | -2/+7 |
* | anv: Update the HiZ sampling helper | Nanley Chery | 2017-03-02 | 4 | -8/+14 |
* | anv/cmd_buffer: Replace layout_to_hiz_usage() | Nanley Chery | 2017-03-02 | 1 | -44/+28 |
* | anv/image: Add anv_layout_to_aux_usage() | Nanley Chery | 2017-03-02 | 2 | -0/+139 |
* | anv/pass: Avoid accessing attachment array out of bounds | Nanley Chery | 2017-03-02 | 1 | -9/+13 |
* | ralloc: Make sure ralloc() allocations match malloc()'s alignment. | Jonas Pfeil | 2017-03-02 | 1 | -1/+12 |
* | swr: fix crash in swr_update_derived following st/mesa state changes | Bruce Cherniak | 2017-03-02 | 2 | -3/+46 |
* | swr: enable clear_texture with util_clear_texture | Bruce Cherniak | 2017-03-02 | 2 | -1/+2 |
* | automake: i965: list correct header in Makefile.source | Emil Velikov | 2017-03-02 | 1 | -1/+1 |
* | svga: fix crash regression since e027935a795 | Brian Paul | 2017-03-02 | 2 | -4/+5 |
* | svga: s/unsigned/pipe_prim_type/ | Brian Paul | 2017-03-02 | 4 | -2/+8 |
* | svga: whitespace fixes in svga_context.h | Brian Paul | 2017-03-02 | 1 | -10/+9 |
* | svga: whitespace and formatting fixes in svga_stage.c | Brian Paul | 2017-03-02 | 1 | -44/+40 |
* | mesa: Avoid read of uninitialized variable | Robert Foss | 2017-03-02 | 1 | -1/+1 |
* | anv: add VK_KHR_descriptor_update_template support | Lionel Landwerlin | 2017-03-02 | 5 | -0/+232 |
* | anv: add VK_KHR_push_descriptor support | Lionel Landwerlin | 2017-03-02 | 4 | -0/+117 |
* | anv: descriptor: make descriptor writing take a stream allocator | Lionel Landwerlin | 2017-03-02 | 2 | -0/+10 |
* | anv: descriptors: extract writing of descriptors elements | Lionel Landwerlin | 2017-03-02 | 2 | -81/+162 |
* | anv: make layout size computation helper available across compilation units | Lionel Landwerlin | 2017-03-02 | 2 | -3/+6 |
* | anv: move buffer_view declaration | Lionel Landwerlin | 2017-03-02 | 1 | -13/+13 |
* | mesa: Use _mesa_has_OES_geometry_shader() when validating draws | Tomasz Figa | 2017-03-02 | 1 | -1/+2 |
* | i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*. | Kenneth Graunke | 2017-03-02 | 9 | -602/+355 |
* | i965: Only flush the batchbuffer if we need to zero the SO offsets | Chris Wilson | 2017-03-02 | 1 | -4/+14 |
* | anv: do not subtract the base layer to compute depth in 3DSTATE_DEPTH_BUFFER | Iago Toral Quiroga | 2017-03-02 | 1 | -2/+1 |
* | isl: document the meaning of the array_len field in isl_view | Iago Toral Quiroga | 2017-03-02 | 1 | -0/+6 |
* | vulkan/wsi: Improve the DRI3 error message | Jacob Lifshay | 2017-03-01 | 1 | -10/+41 |