summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Faster emulated simd16 permuteTim Rowley2017-11-141-23/+11
* swr/rast: Use gather instruction for i32gather_ps on simd16/avx512Tim Rowley2017-11-141-11/+1
* swr: Fixed an uncommon freed-memory access during state validationBruce Cherniak2017-11-102-17/+25
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-092-2/+2
* swr: Replace the check for c++11 by the unified versionGert Wollny2017-11-081-2/+2
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* swr: Rework scratch space allocationGeorge Kyriazis2017-10-192-30/+23
* swr: knob overrides for Intel Xeon PhiTim Rowley2017-10-195-1/+37
* swr/rast: Add api to override draws in flightTim Rowley2017-10-194-19/+31
* swr/rast: Widen fetch shader to SIMD16 (disabled for now)Tim Rowley2017-10-191-13/+428
* swr/rast: Change DS memory allocationTim Rowley2017-10-192-2/+3
* swr/rast: Fix indentationTim Rowley2017-10-191-1/+1
* swr/rast: Miscellaneous viewport array code changesTim Rowley2017-10-195-38/+71
* swr/rast: Minor changes for os-xTim Rowley2017-10-191-2/+4
* swr: simd16 shaders work in progressTim Rowley2017-10-113-2/+21
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+1
* swr/rast: use proper alignment for debug transposedPrimsTim Rowley2017-10-061-2/+2
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+1
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-021-4/+0
* swr/rast: do not crash on NULL strings returned by getenvEmil Velikov2017-10-021-1/+2
* swr: Remove unneeeded comparisonGeorge Kyriazis2017-09-261-2/+1
* swr: Handle resource across context changesGeorge Kyriazis2017-09-264-10/+70
* swr/rast: Handle instanceID offset / Instance Stride enableTim Rowley2017-09-251-7/+39
* swr/rast: Remove code supporting legacy llvm (<3.9)Tim Rowley2017-09-253-105/+15
* swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTENDTim Rowley2017-09-251-10/+6
* swr/rast: Slightly more efficient blend jitTim Rowley2017-09-251-20/+10
* swr/rast: Properly sized null GS bufferTim Rowley2017-09-251-1/+1
* swr/rast: Move SWR_GS_CONTEXT from thread local storage to stackTim Rowley2017-09-251-12/+11
* swr/rast: Fetch compile state changesTim Rowley2017-09-252-1/+12
* swr/rast: New GS state/context APITim Rowley2017-09-253-212/+253
* swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel formatTim Rowley2017-09-253-17/+28
* scons: use python3-compatible generatorEric Engestrom2017-09-251-4/+2
* scons: use python3-compatible print()Eric Engestrom2017-09-251-3/+3
* swr/rast: remove llvm fence/atomics from generated filesTim Rowley2017-09-221-0/+8
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+1
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* swr: use ARRAY_SIZE macroEric Engestrom2017-09-141-4/+6
* swr/rast: Fetch compile state changesTim Rowley2017-09-133-6/+15
* swr/rast: adjust linux cpu topology identification codeTim Rowley2017-09-131-43/+38
* swr/rast: Missed conversion to SIMD_TTim Rowley2017-09-131-1/+1
* swr/rast: whitespace changesTim Rowley2017-09-131-0/+2
* swr/rast: add graph write to jit debug putputTim Rowley2017-09-131-3/+3
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-139-36/+36
* swr/rast: Remove hardcoded clip/cull slot from clipperTim Rowley2017-09-131-14/+21
* swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley2017-09-133-8/+15
* swr/rast: Move clip/cull enables in APITim Rowley2017-09-139-40/+40
* swr/rast: Add new API SwrStallBETim Rowley2017-09-132-0/+17
* swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib typesTim Rowley2017-09-063-1189/+446