summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
2017-11-08swr: Replace the check for c++11 by the unified versionGert Wollny1-2/+2
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-19swr: Rework scratch space allocationGeorge Kyriazis2-30/+23
2017-10-19swr: knob overrides for Intel Xeon PhiTim Rowley5-1/+37
2017-10-19swr/rast: Add api to override draws in flightTim Rowley4-19/+31
2017-10-19swr/rast: Widen fetch shader to SIMD16 (disabled for now)Tim Rowley1-13/+428
2017-10-19swr/rast: Change DS memory allocationTim Rowley2-2/+3
2017-10-19swr/rast: Fix indentationTim Rowley1-1/+1
2017-10-19swr/rast: Miscellaneous viewport array code changesTim Rowley5-38/+71
2017-10-19swr/rast: Minor changes for os-xTim Rowley1-2/+4
2017-10-11swr: simd16 shaders work in progressTim Rowley3-2/+21
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06swr/rast: use proper alignment for debug transposedPrimsTim Rowley1-2/+2
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-2/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-4/+0
2017-10-02swr/rast: do not crash on NULL strings returned by getenvEmil Velikov1-1/+2
2017-09-26swr: Remove unneeeded comparisonGeorge Kyriazis1-2/+1
2017-09-26swr: Handle resource across context changesGeorge Kyriazis4-10/+70
2017-09-25swr/rast: Handle instanceID offset / Instance Stride enableTim Rowley1-7/+39
2017-09-25swr/rast: Remove code supporting legacy llvm (<3.9)Tim Rowley3-105/+15
2017-09-25swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTENDTim Rowley1-10/+6
2017-09-25swr/rast: Slightly more efficient blend jitTim Rowley1-20/+10
2017-09-25swr/rast: Properly sized null GS bufferTim Rowley1-1/+1
2017-09-25swr/rast: Move SWR_GS_CONTEXT from thread local storage to stackTim Rowley1-12/+11
2017-09-25swr/rast: Fetch compile state changesTim Rowley2-1/+12
2017-09-25swr/rast: New GS state/context APITim Rowley3-212/+253
2017-09-25swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel formatTim Rowley3-17/+28
2017-09-25scons: use python3-compatible generatorEric Engestrom1-4/+2
2017-09-25scons: use python3-compatible print()Eric Engestrom1-3/+3
2017-09-22swr/rast: remove llvm fence/atomics from generated filesTim Rowley1-0/+8
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-0/+1
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-09-14swr: use ARRAY_SIZE macroEric Engestrom1-4/+6
2017-09-13swr/rast: Fetch compile state changesTim Rowley3-6/+15
2017-09-13swr/rast: adjust linux cpu topology identification codeTim Rowley1-43/+38
2017-09-13swr/rast: Missed conversion to SIMD_TTim Rowley1-1/+1
2017-09-13swr/rast: whitespace changesTim Rowley1-0/+2
2017-09-13swr/rast: add graph write to jit debug putputTim Rowley1-3/+3
2017-09-13swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley9-36/+36
2017-09-13swr/rast: Remove hardcoded clip/cull slot from clipperTim Rowley1-14/+21
2017-09-13swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley3-8/+15
2017-09-13swr/rast: Move clip/cull enables in APITim Rowley9-40/+40
2017-09-13swr/rast: Add new API SwrStallBETim Rowley2-0/+17
2017-09-06swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib typesTim Rowley3-1189/+446
2017-09-06swr/rast: Remove use of C++14 template variableTim Rowley2-6/+14
2017-09-06swr/rast: SIMD16 FE remove templated immediates workaroundTim Rowley1-90/+20
2017-09-06swr/rast: SIMD16 PA - rename Assemble_simd16 to AssembleTim Rowley3-31/+15
2017-09-06swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib typesTim Rowley5-1739/+696