| Commit message (Expand) | Author | Age | Files | Lines |
* | vc4: Clean up release build warnings using MAYBE_UNUSED. | Eric Anholt | 2017-06-20 | 2 | -6/+5 |
* | vc4: Allow VBOs to be mapped during execution. | Eric Anholt | 2017-06-20 | 1 | -1/+1 |
* | gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements() | Brian Paul | 2017-06-20 | 1 | -1/+15 |
* | gallium/vbuf: add some const qualifiers | Brian Paul | 2017-06-20 | 1 | -12/+13 |
* | translate: whitespace fixes in translate_generic.c | Brian Paul | 2017-06-20 | 1 | -199/+206 |
* | softpipe: remove unused softpipe_context::line_stipple_counter | Brian Paul | 2017-06-20 | 1 | -2/+0 |
* | radeonsi: set correct usage flag according to image access type | Samuel Pitoiset | 2017-06-20 | 1 | -1/+3 |
* | winsys/amdgpu: fix a deadlock when waiting for submission_in_progress | Marek Olšák | 2017-06-20 | 2 | -16/+43 |
* | radeonsi: update all resident texture descriptors when needed | Samuel Pitoiset | 2017-06-20 | 1 | -57/+104 |
* | radeonsi: keep track of the sampler state for texture handles | Samuel Pitoiset | 2017-06-20 | 2 | -0/+2 |
* | radeonsi: fix dumping shader descriptors into ddebug logs | Marek Olšák | 2017-06-19 | 1 | -35/+41 |
* | radeonsi: add a workaround for inexact SNORM8 blitting again | Marek Olšák | 2017-06-19 | 1 | -0/+37 |
* | radeonsi/gfx9: fix TC-compatible stencil compression | Marek Olšák | 2017-06-19 | 1 | -0/+6 |
* | radeonsi/gfx9: fix TXF_LZ with 1D textures | Marek Olšák | 2017-06-19 | 1 | -1/+2 |
* | radeonsi/gfx9: disable sparse buffers | Marek Olšák | 2017-06-19 | 1 | -0/+3 |
* | gallium/radeon/gfx9: fix PBO texture uploads to compressed textures | Nicolai Hähnle | 2017-06-19 | 1 | -1/+6 |
* | r600: fix off-by-one in egd_tables.py | Nicolai Hähnle | 2017-06-19 | 1 | -1/+1 |
* | radeonsi: reduce overhead for resident textures which need color decompression | Samuel Pitoiset | 2017-06-18 | 4 | -34/+58 |
* | radeonsi: reduce overhead for resident textures which need depth decompression | Samuel Pitoiset | 2017-06-18 | 4 | -8/+29 |
* | radeonsi: use util_dynarray_foreach for bindless resources | Samuel Pitoiset | 2017-06-18 | 2 | -129/+46 |
* | gallium/radeon: add a new HUD query for the number of resident handles | Samuel Pitoiset | 2017-06-18 | 4 | -0/+12 |
* | r600: include libelf headers only as needed | Emil Velikov | 2017-06-17 | 1 | -0/+2 |
* | radeonsi: include ac_binary.h for struct ac_shader_binary | Emil Velikov | 2017-06-17 | 1 | -2/+2 |
* | r600, radeon: move radeon_shader_binary_{init,clean} back to radeon | Emil Velikov | 2017-06-17 | 3 | -23/+28 |
* | svga: add new num-failed-allocations HUD query | Brian Paul | 2017-06-16 | 5 | -2/+26 |
* | gallium/hud: support GALLIUM_HUD_DUMP_DIR feature on Windows | Brian Paul | 2017-06-16 | 1 | -6/+30 |
* | svga: add a few minor comments | Brian Paul | 2017-06-16 | 2 | -1/+6 |
* | swr/rast: Fix read-back of viewport array index | Tim Rowley | 2017-06-16 | 10 | -117/+182 |
* | swr/rast: Refactor includes to limit simdintrin.h usage | Tim Rowley | 2017-06-16 | 16 | -1079/+1147 |
* | swr/rast: Fix read-back of render target array index | Tim Rowley | 2017-06-16 | 5 | -13/+18 |
* | swr/rast: Adjust cast for gcc warning | Tim Rowley | 2017-06-16 | 1 | -1/+1 |
* | swr/rast: Don't transition hottile resolved->dirty during store tiles | Tim Rowley | 2017-06-16 | 1 | -1/+4 |
* | swr/rast: gen_llvm_types.py support for SIMD256/SIMD512 | Tim Rowley | 2017-06-16 | 1 | -6/+6 |
* | swr/rast: Properly size GS stage scratch space | Tim Rowley | 2017-06-16 | 1 | -1/+1 |
* | swr/rast: Fix early z / query interaction | Tim Rowley | 2017-06-16 | 1 | -0/+4 |
* | swr/rast: Share vertex memory between VS input/output | Tim Rowley | 2017-06-16 | 1 | -5/+2 |
* | swr/rast: Add support for dynamic vertex size for VS output | Tim Rowley | 2017-06-16 | 3 | -15/+23 |
* | swr/rast: SIMD16 FE - improve calcDeterminantIntVertical | Tim Rowley | 2017-06-16 | 1 | -12/+20 |
* | swr/rast: Add support to PA for variable sized vertices | Tim Rowley | 2017-06-16 | 4 | -26/+38 |
* | swr/rast: Rework attribute layout | Tim Rowley | 2017-06-16 | 4 | -66/+103 |
* | swr/rast: Remove explicit primitive id slot in the vertex layout | Tim Rowley | 2017-06-16 | 7 | -58/+33 |
* | swr/rast: Fix invalid 16-bit format traits for A1R5G5B5 | Tim Rowley | 2017-06-16 | 1 | -100/+48 |
* | swr/rast: Implement JIT shader caching to disk | Tim Rowley | 2017-06-16 | 10 | -18/+358 |
* | gallium/docs: improve docs for SAMPLE_POS, SAMPLE_INFO, TXQS, MSAA semantics | Brian Paul | 2017-06-16 | 1 | -11/+47 |
* | svga: add some missing SVGA_STATS_* enum values, prefix strings | Brian Paul | 2017-06-16 | 1 | -2/+15 |
* | swr: Don't crash when encountering a VBO with stride = 0. | Bruce Cherniak | 2017-06-16 | 1 | -7/+18 |
* | etnaviv: add rs-operations sw query | Christian Gmeiner | 2017-06-16 | 5 | -0/+8 |
* | etnaviv: advertise correct max LOD bias | Lucas Stach | 2017-06-16 | 1 | -1/+3 |
* | etnaviv: mask correct channel for RB swapped rendertargets | Lucas Stach | 2017-06-16 | 3 | -13/+46 |
* | etnaviv: replace translate_clear_color with util_pack_color | Lucas Stach | 2017-06-16 | 2 | -48/+12 |