summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-233-4/+4
* swr: [rasterizer core] fix dependency bugTim Rowley2016-06-234-10/+10
* swr: [rasterizer core] use wrap-around safe compares for dependency checkingTim Rowley2016-06-236-36/+45
* swr: [rasterizer jitter] add support for component packing for 'odd' formatsTim Rowley2016-06-231-4/+23
* swr: [rasterizer core] track whether GS outputs viewport array indexTim Rowley2016-06-231-0/+3
* swr: [rasterizer core] GS viewport array index attributeTim Rowley2016-06-232-1/+2
* swr: [rasterizer core] conservative rasterization frontend supportTim Rowley2016-06-239-63/+324
* swr: [rasterizer core] stop single threaded crash exit crashTim Rowley2016-06-231-2/+3
* swr: [rasterizer jitter] small fetch jit cleanupTim Rowley2016-06-231-134/+36
* swr: [rasterizer core] remove old commentTim Rowley2016-06-231-1/+0
* swr: [rasterizer jitter] cleanup supporting different llvm versionsTim Rowley2016-06-238-34/+73
* swr: [rasterizer jitter] unitialized component fix in fetch jitTim Rowley2016-06-231-1/+1
* swr: [rasterizer] add support for building avx512 versionTim Rowley2016-06-235-15/+20
* swr: [rasterizer common] fix include for Intel compilerTim Rowley2016-06-231-1/+1
* swr: [rasterizer common] workaround clang for windows __cpuid() bugTim Rowley2016-06-231-5/+9
* swr: fix provoking vertexTim Rowley2016-06-071-2/+36
* swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc.Vinson Lee2016-05-281-1/+1
* swr: [rasterizer] Correctly select optimized primitive assembly.Bruce Cherniak2016-05-255-5/+11
* swr: [rasterizer] remove containers.hppTim Rowley2016-05-245-214/+1
* swr: [rasterizer core] remove utility dead codeTim Rowley2016-05-242-256/+0
* swr: [rasterizer core] buckets fixesTim Rowley2016-05-245-25/+49
* swr: [rasterizer core] move centroid setup out of CalcCentroidBarycentricsTim Rowley2016-05-242-15/+20
* swr: [rasterizer jitter] implement InstanceID/VertexID in fetch jitTim Rowley2016-05-242-173/+336
* swr: [rasterizer] utility functions for shared libsTim Rowley2016-05-192-2/+64
* swr: [rasterizer jitter] fix assert in AVX implementation of MASKLOADDTim Rowley2016-05-191-2/+7
* swr: [rasterizer core] apply KNOB_TOSS_DRAW to more functionsTim Rowley2016-05-191-0/+20
* swr: [rasterizer jitter] add instancing to non-gather fetch pathTim Rowley2016-05-191-5/+37
* swr: [rasterizer core] move MultisampleTrait static from header to cppTim Rowley2016-05-193-4/+7
* swr: [rasterizer core] clang override for _mm_undefined*Tim Rowley2016-05-191-1/+1
* swr: [rasterizer common] add OSX to unix portability sectionsTim Rowley2016-05-192-2/+9
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-197-21/+36
* swr: [rasterizer jitter] rename MEMCPY function to MEMCOPYTim Rowley2016-05-191-1/+1
* swr: [rasterizer common] guard definition of __cdecl/__stdcallTim Rowley2016-05-191-0/+4
* swr: [rasterizer common] include cstddef for offsetofTim Rowley2016-05-191-0/+1
* swr: [rasterizer core] removed tabs that snuck inTim Rowley2016-05-191-4/+4
* swr: [rasterizer core] code style cleanupTim Rowley2016-05-191-22/+24
* swr: [rasterizer core] add dummy code for cygwin buildTim Rowley2016-05-191-0/+14
* swr: [rasterizer core] move variable query outside loopTim Rowley2016-05-191-1/+2
* swr: [rasterizer core] utility function for getenvTim Rowley2016-05-191-0/+17
* swr: [rasterizer common] portable threadviz bucketsTim Rowley2016-05-191-2/+11
* swr: [rasterizer common] foreground win32 assert dialogTim Rowley2016-05-191-1/+1
* swr: [rasterizer core] use parens to disambiguate operator precedenceTim Rowley2016-05-191-1/+1
* swr: [rasterizer] Include cmath for std::isnan and std::isinf.Vinson Lee2016-05-101-0/+2
* swr: [rasterizer core] Faster modulo operator in ProcessVertsTim Rowley2016-05-051-1/+4
* swr: [rasterizer] Small warning cleanupTim Rowley2016-05-052-8/+4
* swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macrosTim Rowley2016-05-052-14/+52
* swr: [rasterizer] Miscellaneous backend changesTim Rowley2016-05-053-22/+31
* swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT formatTim Rowley2016-05-053-7/+41
* swr: [rasterizer jitter] Fix printing bugs for tracing.Tim Rowley2016-05-051-81/+24
* swr: [rasterizer memory] Add missing store tiles functionTim Rowley2016-05-051-1/+4