summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-2/+2
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* 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-303-193/+225
* 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
* swr/rast: SIMD16 FE - fix conservative rasterizationTim Rowley2017-05-301-0/+32
* swr/rast: SIMD16 FE - interleaved simdvertex output in GSTim Rowley2017-05-302-20/+31
* swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsicsTim Rowley2017-05-301-4/+4
* swr/rast: SIMD16 FE - primitive assembly simplificationTim Rowley2017-05-302-50/+32
* swr/rast: silence write of cfg graphTim Rowley2017-05-301-3/+3
* swr/rast: add CreateDirectoryPath to recursively create directoriesTim Rowley2017-05-303-8/+53
* swr/rast: add support for DX1_RGB{_SRGB} formatsTim Rowley2017-05-303-37/+93
* swr/rast: clean up whitespaceTim Rowley2017-05-301-1/+0
* swr/rast: adjust BinPostSetupPoints* function signatureTim Rowley2017-05-301-3/+3
* swr/rast: remove extra pixel center adjustment in BinPostSetupPointsTim Rowley2017-05-301-5/+0
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-201-30/+11
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* swr: don't use AttributeSet with llvm >= 5Tim Rowley2017-05-171-15/+21
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-103-30/+15
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-7/+7
* swr: fix polygonmode for front==backGeorge Kyriazis2017-05-082-1/+27
* swr/rast: support polygonmode pointGeorge Kyriazis2017-05-081-52/+116
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-083-80/+82
* swr/rast: add memory api to SwrGetInterface()Tim Rowley2017-04-286-28/+54
* swr/rast: use gather instruction for odd format fetchTim Rowley2017-04-281-46/+9
* swr/rast: enable SIMD16 8x2 tile backendTim Rowley2017-04-281-1/+1
* swr/rast: add SwrInit() to init backend/memory tablesTim Rowley2017-04-285-22/+26
* swr/rast: increment depth/stencil tile pointer in SIMD16 BETim Rowley2017-04-281-1/+1
* swr/rast: add SwrGetInterface() function to return apiTim Rowley2017-04-283-44/+151
* swr/rast: enable per-warp scratch space for CSTim Rowley2017-04-288-8/+33
* swr/rast: reduce simd{16}vertex stack for VS outputTim Rowley2017-04-282-16/+54
* swr/rast: remove default argument from SwrSync()Tim Rowley2017-04-281-1/+1
* swr/rast: remove unused variables in the SIMD16 FETim Rowley2017-04-283-14/+2
* swr/rast: move construction of const above gotoTim Rowley2017-04-281-2/+2
* swr/rast: name threads to aid debuggingTim Rowley2017-04-284-2/+126
* swr/rast: disable buffer overrun warning for Assemble()Tim Rowley2017-04-281-2/+4
* swr/rast: clean up clipper commentsTim Rowley2017-04-281-2/+2
* swr/rast: add SIMDAPI decorators in binner/clipperTim Rowley2017-04-282-6/+6