swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / threads.cpp
2017-12-13 Bruce Cherniakswr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
2017-10-19 Tim Rowleyswr/rast: Add api to override draws in flight
2017-10-19 Tim Rowleyswr/rast: Minor changes for os-x
2017-09-13 Tim Rowleyswr/rast: adjust linux cpu topology identification...
2017-08-16 Tim Rowleyswr/rast: Fix invalid casting for calls to Interlocked...
2017-08-02 Tim Rowleyswr/rast: stop using MSFT types in platform independent...
2017-07-06 Tim Rowleyswr/rast: Correctly allocate SWR_STATS memory as cachel...
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-29 Tim Rowleyswr/rast: name threads to aid debugging
2017-03-28 Tim Rowleyswr: [rasterizer core] Don't bind single-threaded contexts
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer archrast/core/scripts] Fix archrast...
2017-03-20 Tim Rowleyswr: [rasterizer core] Support sparse numa id values...
2017-01-23 Bruce Cherniakswr: Prune empty nodes in CalculateProcessorTopology.
2016-11-14 Tim Rowleyswr: [rasterizer archrast] add events
2016-11-14 Tim Rowleyswr: [rasterizer core] separate frontend/backend stats...
2016-10-31 George Kyriazisswr: [rasterizer core] Frontend dependency work
2016-10-14 Tim Rowleyswr: [rasterizer core] remove WorkerWaitForThreadEvent...
2016-10-14 Tim Rowleyswr: [rasterizer archrast] fix event file issue with...
2016-10-11 Tim Rowleyswr: [rasterizer archrast] add support for stats files
2016-10-11 Tim Rowleyswr: [rasterizer core] align Macrotile FIFO memory...
2016-10-03 Tim Rowleyswr: [rasterizer core] refactor thread creation
2016-10-03 Tim Rowleyswr: [rasterizer core] archrast fixes
2016-10-03 Tim Rowleyswr: [rasterizer core] generalize compute dispatch...
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-08-29 Tim Rowleyswr: [rasterizer core] minor cleanup to thread initiali...
2016-08-29 Tim Rowleyswr: [rasterizer core] remove KNOB_MAX_THREADS
2016-08-17 Tim Rowleyswr: [rasterizer core] make dirtytile list point direct...
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] fundamentally change how stats...
2016-08-10 Tim Rowleyswr: [rasterizer core] remove cygwin threads.cpp stubs
2016-08-10 Tim Rowleyswr: [rasterizer core] allow override of KNOB thread...
2016-08-10 Tim Rowleyswr: [rasterizer core] add SwrWaitForIdleFE
2016-08-10 Tim Rowleyswr: [rasterizer core] change threadsDone to be a 32...
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-08-04 Tim Rowleyswr: [rasterizer core] update sync handling
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Tim Rowleyswr: [rasterizer core] fix dependency bug
2016-06-23 Tim Rowleyswr: [rasterizer core] use wrap-around safe compares...
2016-05-19 Tim Rowleyswr: [rasterizer core] code style cleanup
2016-05-19 Tim Rowleyswr: [rasterizer core] add dummy code for cygwin build
2016-05-05 Tim Rowleyswr: [rasterizer core] Fix thread allocation
2016-04-22 Tim Rowleyswr: [rasterizer core] CompleteDrawContext changes...
2016-04-22 Tim Rowleyswr: [rasterizer core] Fix thread binding for 32-bit...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Tim Rowleyswr: [rasterizer core] Put DRAW_CONTEXT on a diet
2016-04-12 Tim Rowleyswr: [rasterizer core] Add experimental support for...
2016-04-12 Tim Rowleyswr: [rasterizer] Avoid segv in thread creation on...
2016-04-12 Tim Rowleyswr: [rasterizer] Misc fixes identified by static code...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Tim Rowleyswr: [rasterizer core] NUMA optimizations...
2016-03-25 Tim Rowleyswr: [rasterizer core] Fix Compute workitem retirement
2016-03-25 Tim Rowleyswr: [rasterizer core] Cleanup state ring arena after...
2016-03-25 Tim Rowleyswr: [rasterizer core] Globally cache allocated arena...
2016-03-25 Tim Rowleyswr: [rasterizer] more arena work
2016-03-25 Tim Rowleyswr: [rasterizer core] Reset DrawContext arena at end...
2016-03-25 Tim Rowleyswr: [rasterizer core] subcontext rework
2016-03-25 Tim Rowleyswr: [rasterizer] remove use of UCHAR and UINT64 types
2016-03-25 Tim Rowleyswr: [rasterizer core] Move InitializeHotTiles and...
2016-03-25 Tim Rowleyswr: [rasterizer core] RingBuffer class for DC/DS
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Tim Rowleygallium/swr: add OpenSWR rasterizer