summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-062-5/+5
* swr/rast: remove unused variablesTim Rowley2017-07-062-4/+0
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* swr/rast: increase number of possible draws in flightTim Rowley2017-06-301-1/+1
* swr/rast: move default split size from driver to rasterizerTim Rowley2017-06-301-1/+1
* swr/rast: Fix missing setup of psContext.pColorBufferTim Rowley2017-06-302-16/+14
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-3029-2679/+6209
* swr/rast: Fix unused variable warningsTim Rowley2017-06-301-6/+0
* swr/rast: Split rasterizer.cpp to improve compile timeTim Rowley2017-06-307-1613/+1671
* swr/rast: gen_backends.py remove extraneous semicolonTim Rowley2017-06-301-1/+2
* swr/rast: Support dynamically sized vertex layoutTim Rowley2017-06-304-21/+45
* swr/rast: Split backend.cpp to improve compile timeTim Rowley2017-06-3010-1823/+2103
* swr/rast: gen_backends.py removal of commented debug printsTim Rowley2017-06-301-4/+1
* swr/rast: gen_backends.py quote cleanupTim Rowley2017-06-301-8/+8
* swr/rast: generators will create target directoriesTim Rowley2017-06-301-0/+7
* swr/rast: adjust std::string usage to fix buildTim Rowley2017-06-261-3/+9
* swr/rast: Fix read-back of viewport array indexTim Rowley2017-06-168-109/+176
* swr/rast: Refactor includes to limit simdintrin.h usageTim Rowley2017-06-1615-1079/+1144
* swr/rast: Fix read-back of render target array indexTim Rowley2017-06-163-12/+11
* swr/rast: Adjust cast for gcc warningTim Rowley2017-06-161-1/+1
* swr/rast: Don't transition hottile resolved->dirty during store tilesTim Rowley2017-06-161-1/+4
* swr/rast: gen_llvm_types.py support for SIMD256/SIMD512Tim Rowley2017-06-161-6/+6
* swr/rast: Properly size GS stage scratch spaceTim Rowley2017-06-161-1/+1
* swr/rast: Fix early z / query interactionTim Rowley2017-06-161-0/+4
* swr/rast: Share vertex memory between VS input/outputTim Rowley2017-06-161-5/+2
* swr/rast: Add support for dynamic vertex size for VS outputTim Rowley2017-06-162-15/+19
* swr/rast: SIMD16 FE - improve calcDeterminantIntVerticalTim Rowley2017-06-161-12/+20
* swr/rast: Add support to PA for variable sized verticesTim Rowley2017-06-164-26/+38
* swr/rast: Rework attribute layoutTim Rowley2017-06-163-45/+46
* swr/rast: Remove explicit primitive id slot in the vertex layoutTim Rowley2017-06-165-43/+6
* swr/rast: Fix invalid 16-bit format traits for A1R5G5B5Tim Rowley2017-06-161-100/+48
* swr/rast: Implement JIT shader caching to diskTim Rowley2017-06-169-18/+357
* swr: relax c++ requirement from c++14 to c++11Tim Rowley2017-06-081-13/+14
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-2/+2
* swr/rast: code cleanup (no functional change)Tim Rowley2017-05-301-2/+6
* swr/rast: whitespace changesTim Rowley2017-05-303-8/+3
* swr/rast: code cleanup (no functional change)Tim Rowley2017-05-301-3/+4
* swr/rast: allow early-z if shader uses depth valueTim Rowley2017-05-301-1/+1
* swr/rast: move wireframe/point triangle binning after cullingTim Rowley2017-05-301-80/+76
* swr/rast: remove unused functionsTim Rowley2017-05-301-28/+0
* swr/rast: code cleanup (no functional change)Tim Rowley2017-05-301-60/+64
* swr/rast: move binner utility functions to binner.hTim Rowley2017-05-302-193/+224
* swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()Tim Rowley2017-05-303-43/+65
* swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXTTim Rowley2017-05-302-5/+6
* swr/rast: make simd16 logicops avx512f safeTim Rowley2017-05-301-4/+10
* swr/rast: SIMD16 FE - add SIMD16 types to jitterTim Rowley2017-05-303-10/+11
* swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()Tim Rowley2017-05-301-0/+3
* swr/rast: SIMD16 FE - simplify/refactor StreamOutTim Rowley2017-05-301-42/+0