summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
2017-06-26swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak1-1/+9
2017-06-26swr/rast: adjust std::string usage to fix buildTim Rowley1-3/+9
2017-06-22swr: invalidate attachment on transition changeGeorge Kyriazis3-0/+28
2017-06-20swr: Include definition of missing functionGeorge Kyriazis1-0/+1
2017-06-16swr/rast: Fix read-back of viewport array indexTim Rowley10-117/+182
2017-06-16swr/rast: Refactor includes to limit simdintrin.h usageTim Rowley16-1079/+1147
2017-06-16swr/rast: Fix read-back of render target array indexTim Rowley5-13/+18
2017-06-16swr/rast: Adjust cast for gcc warningTim Rowley1-1/+1
2017-06-16swr/rast: Don't transition hottile resolved->dirty during store tilesTim Rowley1-1/+4
2017-06-16swr/rast: gen_llvm_types.py support for SIMD256/SIMD512Tim Rowley1-6/+6
2017-06-16swr/rast: Properly size GS stage scratch spaceTim Rowley1-1/+1
2017-06-16swr/rast: Fix early z / query interactionTim Rowley1-0/+4
2017-06-16swr/rast: Share vertex memory between VS input/outputTim Rowley1-5/+2
2017-06-16swr/rast: Add support for dynamic vertex size for VS outputTim Rowley3-15/+23
2017-06-16swr/rast: SIMD16 FE - improve calcDeterminantIntVerticalTim Rowley1-12/+20
2017-06-16swr/rast: Add support to PA for variable sized verticesTim Rowley4-26/+38
2017-06-16swr/rast: Rework attribute layoutTim Rowley4-66/+103
2017-06-16swr/rast: Remove explicit primitive id slot in the vertex layoutTim Rowley7-58/+33
2017-06-16swr/rast: Fix invalid 16-bit format traits for A1R5G5B5Tim Rowley1-100/+48
2017-06-16swr/rast: Implement JIT shader caching to diskTim Rowley10-18/+358
2017-06-16swr: Don't crash when encountering a VBO with stride = 0.Bruce Cherniak1-7/+18
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-08swr: relax c++ requirement from c++14 to c++11Tim Rowley3-16/+17
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-2/+2
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-2/+6
2017-05-30swr/rast: whitespace changesTim Rowley3-8/+3
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-3/+4
2017-05-30swr/rast: allow early-z if shader uses depth valueTim Rowley1-1/+1
2017-05-30swr/rast: move wireframe/point triangle binning after cullingTim Rowley1-80/+76
2017-05-30swr/rast: remove unused functionsTim Rowley1-28/+0
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-60/+64
2017-05-30swr/rast: move binner utility functions to binner.hTim Rowley3-193/+225
2017-05-30swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()Tim Rowley3-43/+65
2017-05-30swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXTTim Rowley2-5/+6
2017-05-30swr/rast: make simd16 logicops avx512f safeTim Rowley1-4/+10
2017-05-30swr/rast: SIMD16 FE - add SIMD16 types to jitterTim Rowley3-10/+11
2017-05-30swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()Tim Rowley1-0/+3
2017-05-30swr/rast: SIMD16 FE - simplify/refactor StreamOutTim Rowley1-42/+0
2017-05-30swr/rast: SIMD16 FE - fix conservative rasterizationTim Rowley1-0/+32
2017-05-30swr/rast: SIMD16 FE - interleaved simdvertex output in GSTim Rowley2-20/+31
2017-05-30swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsicsTim Rowley1-4/+4
2017-05-30swr/rast: SIMD16 FE - primitive assembly simplificationTim Rowley2-50/+32
2017-05-30swr/rast: silence write of cfg graphTim Rowley1-3/+3
2017-05-30swr/rast: add CreateDirectoryPath to recursively create directoriesTim Rowley3-8/+53
2017-05-30swr/rast: add support for DX1_RGB{_SRGB} formatsTim Rowley3-37/+93
2017-05-30swr/rast: clean up whitespaceTim Rowley1-1/+0
2017-05-30swr/rast: adjust BinPostSetupPoints* function signatureTim Rowley1-3/+3
2017-05-30swr/rast: remove extra pixel center adjustment in BinPostSetupPointsTim Rowley1-5/+0
2017-05-20automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov1-30/+11