Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knob | Tim Rowley | 2016-10-13 | 1 | -0/+7 |
| | | | | Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com> | ||||
* | swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windows | Tim Rowley | 2016-10-11 | 1 | -0/+8 |
| | | | | Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com> | ||||
* | swr: [rasterizer common] remove threadviz code | Tim Rowley | 2016-10-11 | 1 | -7/+0 |
| | | | | Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com> | ||||
* | swr: [rasterizer core] allow override of KNOB thread settings | Tim Rowley | 2016-08-10 | 1 | -12/+0 |
| | | | | | | | | - Remove HYPERTHREADED_FE support - Add threading info as optional data passed to SwrCreateContext. If supplied this data will override any KNOB thread settings. Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com> | ||||
* | swr: [rasterizer core] use wrap-around safe compares for dependency checking | Tim Rowley | 2016-06-23 | 1 | -2/+3 |
| | | | | | | Move drawIDs from 64-bit to 32-bit to increase perf. Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com> | ||||
* | swr: [rasterizer scripts] Knob scripts tweaks | Tim Rowley | 2016-04-22 | 1 | -1/+3 |
| | | | | Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com> | ||||
* | swr: [rasterizer core] Add experimental support for hyper-threaded front-end | Tim Rowley | 2016-04-12 | 1 | -0/+19 |
| | | | | Acked-by: Brian Paul <brianp@vmware.com> | ||||
* | swr: [rasterizer core] Reset DrawContext arena at end of draw rather than ↵ | Tim Rowley | 2016-03-25 | 1 | -21/+0 |
| | | | | | | | upon reclaim of DC Keeps overall memory consumption lower. Also, remove unused knobs. | ||||
* | swr: [rasterizer] Reduce max in-flight draws to 96 (by default) | Tim Rowley | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | swr: [rasterizer] code styling and update copyrights | Tim Rowley | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | swr: [rasterizer] remove unused knob | Tim Rowley | 2016-03-25 | 1 | -8/+0 |
| | |||||
* | swr: [rasterizer core] subcontext rework | Tim Rowley | 2016-03-25 | 1 | -0/+1 |
| | |||||
* | swr: [rasterizer] add debug/perf category to knobs | Tim Rowley | 2016-03-25 | 1 | -12/+37 |
| | |||||
* | gallium/swr: add OpenSWR rasterizer | Tim Rowley | 2016-03-02 | 1 | -0/+226 |
Acked-by: Roland Scheidegger <sroland@vmware.com> Acked-by: Jose Fonseca <jfonseca@vmware.com> |