| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_CAP_TGSI_BALLOT | Nicolai Hähnle | 2017-04-05 | 17 | -0/+18 |
* | glsl: add gl_SubGroup*ARB builtins | Nicolai Hähnle | 2017-04-05 | 3 | -0/+88 |
* | glsl: add ARB_shader_ballot builtin functions | Nicolai Hähnle | 2017-04-05 | 1 | -0/+77 |
* | glsl: add ARB_shader_ballot operations | Nicolai Hähnle | 2017-04-05 | 4 | -0/+38 |
* | glsl: add ARB_shader_ballot enable | Nicolai Hähnle | 2017-04-05 | 2 | -0/+3 |
* | mesa: add GL_ARB_shader_ballot boilerplate | Nicolai Hähnle | 2017-04-05 | 3 | -1/+3 |
* | swr: automake: add gen_common.py to the tarball | Emil Velikov | 2017-04-05 | 1 | -0/+1 |
* | intel: genxml: automake: include gen_bits_header.py in the tarball | Emil Velikov | 2017-04-05 | 1 | -0/+1 |
* | intel: genxml: automake: polish automake rules | Emil Velikov | 2017-04-05 | 1 | -2/+2 |
* | amd/addrlib: automake: add all headers to the tarball | Emil Velikov | 2017-04-05 | 1 | -0/+2 |
* | radeonsi: enable ARB_sparse_buffer | Nicolai Hähnle | 2017-04-05 | 3 | -2/+12 |
* | radeonsi: disable SDMA clears and copies for sparse buffers | Nicolai Hähnle | 2017-04-05 | 3 | -4/+11 |
* | gallium/radeon: implement pipe->resource_commit | Nicolai Hähnle | 2017-04-05 | 1 | -0/+35 |
* | gallium/radeon: transfers and invalidation for sparse buffers | Nicolai Hähnle | 2017-04-05 | 1 | -10/+24 |
* | gallium/radeon: implement sparse buffer creation | Nicolai Hähnle | 2017-04-05 | 1 | -0/+2 |
* | winsys/amdgpu: sparse buffer debugging helpers | Nicolai Hähnle | 2017-04-05 | 1 | -0/+61 |
* | winsys/amdgpu: take fences when freeing a backing buffer | Nicolai Hähnle | 2017-04-05 | 1 | -3/+11 |
* | winsys/amdgpu: add sparse buffers to CS | Nicolai Hähnle | 2017-04-05 | 2 | -16/+140 |
* | winsys/amdgpu: sparse buffer creation / destruction / commitment | Nicolai Hähnle | 2017-04-05 | 1 | -1/+400 |
* | winsys/amdgpu: add sparse buffer data structures | Nicolai Hähnle | 2017-04-05 | 2 | -1/+46 |
* | winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fences | Nicolai Hähnle | 2017-04-05 | 2 | -11/+27 |
* | winsys/amdgpu: build handles and flags list late on submit thread | Nicolai Hähnle | 2017-04-05 | 2 | -17/+28 |
* | winsys/amdgpu: share common code in amdgpu_add_fence_dependencies | Nicolai Hähnle | 2017-04-05 | 1 | -21/+17 |
* | winsys/amdgpu: extract amdgpu_do_add_real_buffer | Nicolai Hähnle | 2017-04-05 | 1 | -8/+18 |
* | winsys/radeon: sparse buffers will not be supported | Nicolai Hähnle | 2017-04-05 | 1 | -0/+2 |
* | radeon/winsys: add sparse buffer interface | Nicolai Hähnle | 2017-04-05 | 1 | -0/+17 |
* | st/mesa: plumbing for sparse buffers | Nicolai Hähnle | 2017-04-05 | 1 | -0/+20 |
* | st/mesa: enable ARB_sparse_buffer when supported | Nicolai Hähnle | 2017-04-05 | 1 | -0/+4 |
* | trace: add resource_commit pass-through | Nicolai Hähnle | 2017-04-05 | 1 | -0/+20 |
* | ddebug: add resource_commit pass-through | Nicolai Hähnle | 2017-04-05 | 1 | -0/+11 |
* | gallium: add sparse buffer interface and capability | Nicolai Hähnle | 2017-04-05 | 19 | -0/+58 |
* | mesa: implement sparse buffer commitment | Nicolai Hähnle | 2017-04-05 | 2 | -0/+76 |
* | mesa: implement sparse storage buffer allocation | Nicolai Hähnle | 2017-04-05 | 1 | -6/+23 |
* | mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARB | Nicolai Hähnle | 2017-04-05 | 3 | -0/+7 |
* | mesa: Add GL_ARB_sparse_buffer boilerplate | Nicolai Hähnle | 2017-04-05 | 8 | -0/+59 |
* | configure.ac: require libdrm_amdgpu 2.4.77 | Nicolai Hähnle | 2017-04-05 | 1 | -1/+1 |
* | mesa: Replace program locks with atomic inc/dec. | Matt Turner | 2017-04-05 | 3 | -15/+3 |
* | anv: Advertise larger heap sizes | Jason Ekstrand | 2017-04-04 | 3 | -14/+75 |
* | anv: Add support for 48-bit addresses | Jason Ekstrand | 2017-04-04 | 5 | -0/+54 |
* | anv: Replace anv_bo::is_winsys_bo with a uint32_t flags | Jason Ekstrand | 2017-04-04 | 3 | -9/+11 |
* | i965/blorp: Align vertex buffers to 64B | Jason Ekstrand | 2017-04-04 | 1 | -1/+13 |
* | anv/blorp: Align vertex buffers to 64B | Jason Ekstrand | 2017-04-04 | 1 | -1/+14 |
* | anv: Query the kernel for reset status | Jason Ekstrand | 2017-04-04 | 4 | -40/+107 |
* | anv: Check for device loss at the end of WaitForFences | Jason Ekstrand | 2017-04-04 | 1 | -5/+14 |
* | anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex | Jason Ekstrand | 2017-04-04 | 1 | -3/+24 |
* | i965/fs: Always provide a default LOD of 0 for TXS and TXL | Jason Ekstrand | 2017-04-04 | 1 | -9/+9 |
* | mesa: Require mipmap completeness for glCopyImageSubData(), sometimes. | Kenneth Graunke | 2017-04-04 | 1 | -2/+23 |
* | libgl-xlib: Link with libunwind. | Vinson Lee | 2017-04-04 | 1 | -1/+2 |
* | intel/isl: Refactor and clerify gen8 alignment calculations | Jason Ekstrand | 2017-04-04 | 1 | -15/+49 |
* | drirc: Set glsl_zero_init for Kerbal Space Program. | Francisco Jerez | 2017-04-04 | 1 | -0/+8 |