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 archrast] fix event file issue with saving data | Tim Rowley | 2016-10-13 | 2 | -4/+16 |
| | | | | | | | Also, tagging stats with draw id to correlate these events with draw/dispatch events. Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com> | ||||
* | swr: [rasterizer archrast] add support for stats files | Tim Rowley | 2016-10-11 | 1 | -1/+10 |
| | | | | | | Only stat and counter events are saved to the event files. 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 archrast] add mako template | Tim Rowley | 2016-10-11 | 2 | -0/+99 |
| | | | | | | Add template for generating code to save events to a file. 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] add archrast instrumentation | Tim Rowley | 2016-08-30 | 4 | -0/+371 |
| | | | | Statistics measurement system | ||||
* | swr: [rasterizer scripts] undef DEFINE_KNOB after usage | Tim Rowley | 2016-08-29 | 1 | -0/+2 |
| | | | | 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] Whitespace cleanup and misc changes | Tim Rowley | 2016-05-05 | 1 | -3/+0 |
| | | | | Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com> | ||||
* | swr: [rasterizer scripts] Knob scripts tweaks | Tim Rowley | 2016-04-22 | 2 | -2/+27 |
| | | | | 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 | 3 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | swr: [rasterizer] Add string knob type | Tim Rowley | 2016-03-25 | 1 | -1/+5 |
| | |||||
* | gallium/swr: add OpenSWR rasterizer | Tim Rowley | 2016-03-02 | 20 | -0/+7630 |
Acked-by: Roland Scheidegger <sroland@vmware.com> Acked-by: Jose Fonseca <jfonseca@vmware.com> |