| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS | Marek Olšák | 2017-10-06 | 1 | -0/+1 |
* | gallium: Remove util_format_s3tc_init() | Matt Turner | 2017-10-02 | 1 | -2/+0 |
* | gallium: Remove util_format_s3tc_enabled | Matt Turner | 2017-10-02 | 1 | -4/+0 |
* | swr/rast: do not crash on NULL strings returned by getenv | Emil Velikov | 2017-10-02 | 1 | -1/+2 |
* | swr: Remove unneeeded comparison | George Kyriazis | 2017-09-26 | 1 | -2/+1 |
* | swr: Handle resource across context changes | George Kyriazis | 2017-09-26 | 4 | -10/+70 |
* | swr/rast: Handle instanceID offset / Instance Stride enable | Tim Rowley | 2017-09-25 | 1 | -7/+39 |
* | swr/rast: Remove code supporting legacy llvm (<3.9) | Tim Rowley | 2017-09-25 | 3 | -105/+15 |
* | swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND | Tim Rowley | 2017-09-25 | 1 | -10/+6 |
* | swr/rast: Slightly more efficient blend jit | Tim Rowley | 2017-09-25 | 1 | -20/+10 |
* | swr/rast: Properly sized null GS buffer | Tim Rowley | 2017-09-25 | 1 | -1/+1 |
* | swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack | Tim Rowley | 2017-09-25 | 1 | -12/+11 |
* | swr/rast: Fetch compile state changes | Tim Rowley | 2017-09-25 | 2 | -1/+12 |
* | swr/rast: New GS state/context API | Tim Rowley | 2017-09-25 | 3 | -212/+253 |
* | swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format | Tim Rowley | 2017-09-25 | 3 | -17/+28 |
* | scons: use python3-compatible generator | Eric Engestrom | 2017-09-25 | 1 | -4/+2 |
* | scons: use python3-compatible print() | Eric Engestrom | 2017-09-25 | 1 | -3/+3 |
* | swr/rast: remove llvm fence/atomics from generated files | Tim Rowley | 2017-09-22 | 1 | -0/+8 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 1 | -0/+1 |
* | gallium: introduce PIPE_CAP_LOAD_CONSTBUF | Timothy Arceri | 2017-09-15 | 1 | -0/+1 |
* | swr: use ARRAY_SIZE macro | Eric Engestrom | 2017-09-14 | 1 | -4/+6 |
* | swr/rast: Fetch compile state changes | Tim Rowley | 2017-09-13 | 3 | -6/+15 |
* | swr/rast: adjust linux cpu topology identification code | Tim Rowley | 2017-09-13 | 1 | -43/+38 |
* | swr/rast: Missed conversion to SIMD_T | Tim Rowley | 2017-09-13 | 1 | -1/+1 |
* | swr/rast: whitespace changes | Tim Rowley | 2017-09-13 | 1 | -0/+2 |
* | swr/rast: add graph write to jit debug putput | Tim Rowley | 2017-09-13 | 1 | -3/+3 |
* | swr/rast: Migrate memory pointers to gfxptr_t type | Tim Rowley | 2017-09-13 | 9 | -36/+36 |
* | swr/rast: Remove hardcoded clip/cull slot from clipper | Tim Rowley | 2017-09-13 | 1 | -14/+21 |
* | swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot | Tim Rowley | 2017-09-13 | 3 | -8/+15 |
* | swr/rast: Move clip/cull enables in API | Tim Rowley | 2017-09-13 | 9 | -40/+40 |
* | swr/rast: Add new API SwrStallBE | Tim Rowley | 2017-09-13 | 2 | -0/+17 |
* | swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib types | Tim Rowley | 2017-09-06 | 3 | -1189/+446 |
* | swr/rast: Remove use of C++14 template variable | Tim Rowley | 2017-09-06 | 2 | -6/+14 |
* | swr/rast: SIMD16 FE remove templated immediates workaround | Tim Rowley | 2017-09-06 | 1 | -90/+20 |
* | swr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble | Tim Rowley | 2017-09-06 | 3 | -31/+15 |
* | swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib types | Tim Rowley | 2017-09-06 | 5 | -1739/+696 |
* | swr/rast: Removed some trailing whitespace caught during review | Tim Rowley | 2017-09-06 | 3 | -10/+10 |
* | swr: set caps for VB 4-byte alignment | Tim Rowley | 2017-09-06 | 1 | -3/+6 |
* | swr/rast: Allow gather of floats from fetch shader with 2-4GB offsets | Tim Rowley | 2017-09-06 | 2 | -1/+7 |
* | swr: Report format max_samples=1 to maintain support for "fake" msaa. | Cherniak, Bruce | 2017-09-01 | 1 | -11/+11 |
* | swr: limit pipe_draw_info->restart_index usage | Tim Rowley | 2017-08-23 | 1 | -1/+4 |
* | swr/rast: Fix invalid casting for calls to Interlocked* functions | Tim Rowley | 2017-08-16 | 3 | -7/+7 |
* | gallium: introduce PIPE_CAP_MEMOBJ | Timothy Arceri | 2017-08-03 | 1 | -0/+1 |
* | swr/rast: fix core / knights split of AVX512 intrinsics | Tim Rowley | 2017-08-02 | 4 | -55/+69 |
* | swr/rast: simplify knob default value setup | Tim Rowley | 2017-08-02 | 2 | -14/+11 |
* | swr/rast: split gen_knobs templates into .h/.cpp | Tim Rowley | 2017-08-02 | 5 | -118/+166 |
* | swr/rast: gen_knobs template code style | Tim Rowley | 2017-08-02 | 1 | -2/+2 |
* | swr/rast: switch gen_knobs.cpp license | Tim Rowley | 2017-08-02 | 1 | -12/+17 |
* | swr/rast: fix scons gen_knobs.h dependency | Tim Rowley | 2017-08-02 | 1 | -1/+1 |
* | swr/rast: constify swr rasterizer | Tim Rowley | 2017-08-02 | 18 | -323/+339 |