summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/core/threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer core] remove WorkerWaitForThreadEvent bucketTim Rowley2016-10-131-4/+0
* swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley2016-10-131-1/+1
* swr: [rasterizer archrast] add support for stats filesTim Rowley2016-10-111-15/+25
* swr: [rasterizer core] align Macrotile FIFO memory to SIMD sizeTim Rowley2016-10-111-3/+5
* swr: [rasterizer core] refactor thread creationTim Rowley2016-10-031-8/+27
* swr: [rasterizer core] archrast fixesTim Rowley2016-10-031-0/+5
* swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley2016-10-031-2/+1
* swr: [rasterizer core] Better thread destructionTim Rowley2016-09-191-27/+34
* swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley2016-09-191-7/+7
* swr: [rasterizer core] minor cleanup to thread initializationTim Rowley2016-08-291-3/+10
* swr: [rasterizer core] remove KNOB_MAX_THREADSTim Rowley2016-08-291-21/+38
* swr: [rasterizer core] make dirtytile list point directly to macrotilequeuesTim Rowley2016-08-171-10/+10
* swr: [rasterizer core] split FE and BE statsTim Rowley2016-08-101-15/+6
* swr: [rasterizer core] fundamentally change how stats workTim Rowley2016-08-101-0/+40
* swr: [rasterizer core] remove cygwin threads.cpp stubsTim Rowley2016-08-101-14/+0
* swr: [rasterizer core] allow override of KNOB thread settingsTim Rowley2016-08-101-52/+21
* swr: [rasterizer core] add SwrWaitForIdleFETim Rowley2016-08-101-14/+24
* swr: [rasterizer core] change threadsDone to be a 32-bit value.Tim Rowley2016-08-101-3/+3
* swr: [rasterizer core] improve implementation for SoWriteOffsetTim Rowley2016-08-101-6/+23
* swr: [rasterizer core] update sync handlingTim Rowley2016-08-041-0/+7
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* swr: [rasterizer core] fix dependency bugTim Rowley2016-06-231-1/+1
* swr: [rasterizer core] use wrap-around safe compares for dependency checkingTim Rowley2016-06-231-23/+31
* 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] Fix thread allocationTim Rowley2016-05-051-17/+47
* swr: [rasterizer core] CompleteDrawContext changes for gccTim Rowley2016-04-221-4/+11
* swr: [rasterizer core] Fix thread binding for 32-bit windowsTim Rowley2016-04-221-1/+15
* swr: [rasterizer core] Put DRAW_CONTEXT on a dietTim Rowley2016-04-121-2/+6
* swr: [rasterizer core] Add experimental support for hyper-threaded front-endTim Rowley2016-04-121-32/+94
* swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...Tim Rowley2016-04-121-0/+4
* swr: [rasterizer] Misc fixes identified by static code analysisTim Rowley2016-04-121-1/+4
* swr: [rasterizer core] NUMA optimizations...Tim Rowley2016-03-251-54/+70
* swr: [rasterizer core] Fix Compute workitem retirementTim Rowley2016-03-251-3/+4
* swr: [rasterizer core] Cleanup state ring arena after last draw that referenc...Tim Rowley2016-03-251-2/+6
* swr: [rasterizer core] Globally cache allocated arena blocks for fast re-allo...Tim Rowley2016-03-251-1/+1
* swr: [rasterizer] more arena workTim Rowley2016-03-251-3/+2
* swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo...Tim Rowley2016-03-251-0/+4
* swr: [rasterizer core] subcontext reworkTim Rowley2016-03-251-5/+15
* swr: [rasterizer] remove use of UCHAR and UINT64 typesTim Rowley2016-03-251-1/+1
* swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code o...Tim Rowley2016-03-251-166/+1
* swr: [rasterizer core] RingBuffer class for DC/DSTim Rowley2016-03-251-20/+20
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-021-0/+962