| Commit message (Expand) | Author | Age | Files | Lines |
* | ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS | Chia-I Wu | 2014-03-10 | 1 | -0/+88 |
* | ilo: require hardware logical context support | Chia-I Wu | 2014-03-10 | 1 | -4/+0 |
* | ilo: move ring types to winsys | Chia-I Wu | 2014-03-10 | 1 | -2/+2 |
* | ilo: replace bo alloc flags by initial domains | Chia-I Wu | 2014-03-10 | 1 | -1/+1 |
* | ilo: remove intel_bo_get_virtual() | Chia-I Wu | 2014-03-10 | 1 | -6/+3 |
* | ilo: resolve Z/HiZ correctly | Chia-I Wu | 2014-01-08 | 1 | -0/+3 |
* | ilo: add HiZ op support to the pipelines | Chia-I Wu | 2014-01-08 | 1 | -1/+1 |
* | ilo: add ILO_DEBUG=flush | Chia-I Wu | 2013-08-20 | 1 | -2/+2 |
* | ilo: add ILO_DEBUG=draw | Chia-I Wu | 2013-08-20 | 1 | -0/+16 |
* | ilo: skip 3DSTATE_INDEX_BUFFER when possible | Chia-I Wu | 2013-07-14 | 1 | -7/+7 |
* | ilo: use shorter names for dirty flags | Chia-I Wu | 2013-06-28 | 1 | -2/+2 |
* | ilo: avoid potential dangling pointer dereference | Chia-I Wu | 2013-06-28 | 1 | -0/+3 |
* | ilo: support PIPE_CAP_USER_INDEX_BUFFERS | Chia-I Wu | 2013-06-26 | 1 | -7/+14 |
* | ilo: make pipe_draw_info a context state | Chia-I Wu | 2013-06-26 | 1 | -14/+11 |
* | ilo: honor render condition in blitter | Chia-I Wu | 2013-06-25 | 1 | -8/+7 |
* | ilo: rework shader cache | Chia-I Wu | 2013-06-19 | 1 | -10/+66 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -1/+3 |
* | ilo: mapping a resource may make some states dirty | Chia-I Wu | 2013-06-13 | 1 | -7/+0 |
* | ilo: get rid of function tables in winsys | Chia-I Wu | 2013-06-12 | 1 | -9/+9 |
* | ilo: switch to ilo states for VF stage | Chia-I Wu | 2013-06-07 | 1 | -10/+6 |
* | ilo: Initialize need_flush in draw_vbo. | Vinson Lee | 2013-05-23 | 1 | -1/+1 |
* | ilo: avoid unnecessary emission of SO states | Chia-I Wu | 2013-05-22 | 1 | -7/+12 |
* | ilo: replace cp hooks by cp owner and flush callback | Chia-I Wu | 2013-05-21 | 1 | -129/+147 |
* | ilo: harware contexts are only for the render ring | Chia-I Wu | 2013-05-21 | 1 | -1/+1 |
* | ilo: Add support for HW primitive restart. | Courtney Goeltzenleuchter | 2013-05-10 | 1 | -0/+192 |
* | ilo: use ilo_dev_info in GPE and 3D pipeline | Chia-I Wu | 2013-05-01 | 1 | -2/+2 |
* | ilo: add ilo_dev_info shared by the screen and contexts | Chia-I Wu | 2013-05-01 | 1 | -1/+1 |
* | ilo: add support for time/occlusion/primitive queries | Chia-I Wu | 2013-04-26 | 1 | -0/+257 |
* | ilo: hook up pipe context 3D functions | Chia-I Wu | 2013-04-26 | 1 | -4/+234 |
* | ilo: new pipe driver for Intel GEN6+ | Chia-I Wu | 2013-04-26 | 1 | -0/+41 |