aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer common] remove threadviz codeTim Rowley2016-10-113-94/+0
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-1115-1834/+2276
* swr: [rasterizer core] refactor thread creationTim Rowley2016-10-033-9/+29
* swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2016-10-031-0/+37
* swr: [rasterizer core] archrast fixesTim Rowley2016-10-034-7/+14
* swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley2016-10-0310-1404/+1436
* swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley2016-10-033-4/+15
* swr: [rasterizer common] os.h portability header changesTim Rowley2016-10-031-0/+6
* swr: [rasterizer core] Better thread destructionTim Rowley2016-09-198-69/+126
* swr: [rasterizer jitter] Fix missing end-of-file newlineTim Rowley2016-09-191-1/+2
* swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley2016-09-1911-200/+249
* swr: [rasterizer] add archrast instrumentationTim Rowley2016-08-3010-0/+693
* swr: [rasterier core] fix GetRasterizerFunc selectionTim Rowley2016-08-292-4/+4
* swr: [rasterizer core] whitespace cleanupTim Rowley2016-08-291-3/+1
* swr: [rasterizer jitter] reimplement SCATTERPSTim Rowley2016-08-292-16/+100
* swr: [rasterizer core] upper left rule for scissorsTim Rowley2016-08-292-4/+12
* swr: [rasterizer scripts] undef DEFINE_KNOB after usageTim Rowley2016-08-291-0/+2
* swr: [rasterizer core] minor cleanup to thread initializationTim Rowley2016-08-293-13/+12
* swr: [rasterizer core] remove KNOB_MAX_THREADSTim Rowley2016-08-296-51/+77
* swr: [rasterizer core] track guardbands per viewport rectTim Rowley2016-08-293-18/+26
* swr: [rasterizer core] per-primitive viewports/scissorsTim Rowley2016-08-297-71/+214
* swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operationsTim Rowley2016-08-178-373/+388
* swr: [rasterizer common] reorder SWR_FORMAT_INFOTim Rowley2016-08-172-825/+1433
* swr: [rasterizer core] make dirtytile list point directly to macrotilequeuesTim Rowley2016-08-173-14/+15
* swr: [rasterizer core] portability - remove use of INT64Tim Rowley2016-08-171-2/+2
* swr: [rasterizer core] viewport transform disabled fixTim Rowley2016-08-171-4/+11
* swr: [rasterizer core] clamp scissor rects to current tile rectTim Rowley2016-08-171-0/+18
* swr: [rasterizer core] align stats structuresTim Rowley2016-08-171-2/+2
* swr: [rasterizer core] use AVX2 permute to simplify PaTriListTim Rowley2016-08-171-1/+35
* swr: [rasterizer core] move some global variables to SWR_CONTEXTTim Rowley2016-08-172-9/+9
* swr: [rasterizer core] change scale on VP matrix element gathersTim Rowley2016-08-171-6/+6
* swr: [rasterizer] implementing native AVX-512 simd16 intrinsicsTim Rowley2016-08-172-84/+265
* swr: [rasterizer core] unused variable warning fixesTim Rowley2016-08-103-12/+0
* swr: [rasterizer jitter] add core string to JitManagerTim Rowley2016-08-103-5/+9
* swr: [rasterizer core] fix OOB check of viewport indicesTim Rowley2016-08-101-2/+2
* swr: [rasterizer common] add linux definition for InterlockedAdd64Tim Rowley2016-08-101-0/+2
* swr: [rasterizer jitter] add VMASKSTOREPS intrinsicTim Rowley2016-08-101-0/+1
* swr: [rasterizer jitter] add mask support for odd format fetchTim Rowley2016-08-101-15/+26
* swr: [rasterizer core] routing of viewport indexes through frontendTim Rowley2016-08-106-27/+91
* swr: [rasterizer core] split FE and BE statsTim Rowley2016-08-107-41/+57
* swr: [rasterizer core] remove all old stats codeTim Rowley2016-08-107-92/+0
* swr: [rasterizer core] viewport array supportTim Rowley2016-08-106-26/+41
* swr: [rasterizer jitter] fetch support for offsetting VertexIDTim Rowley2016-08-102-4/+16
* swr: [rasterizer core] fundamentally change how stats workTim Rowley2016-08-104-13/+54
* swr: [rasterizer core] add rasterizerSampleCount to PS contextTim Rowley2016-08-102-0/+6
* swr: [rasterizer core] remove cygwin threads.cpp stubsTim Rowley2016-08-101-14/+0
* swr: [rasterizer core] allow override of KNOB thread settingsTim Rowley2016-08-106-70/+53
* swr: [rasterizer core] add SwrWaitForIdleFETim Rowley2016-08-104-14/+51
* swr: [rasterizer core] change threadsDone to be a 32-bit value.Tim Rowley2016-08-103-5/+5
* swr: [rasterizer core] update trivial accept test conditionsTim Rowley2016-08-101-3/+6