ilo: rename ILO_DEBUG=3d
[mesa.git] / src / gallium / drivers / ilo / ilo_3d.c
2014-09-19 Chia-I Wuilo: rename ILO_DEBUG=3d
2014-09-19 Chia-I Wuilo: rename ilo_cp_flush()
2014-09-19 Chia-I Wuilo: simplify ilo_cp_set_owner()
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-09 Chia-I Wuilo: convert GPE GEN7 command functions to use ilo_builder
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-03-10 Chia-I Wuilo: add support for PIPE_QUERY_PIPELINE_STATISTICS
2014-03-10 Chia-I Wuilo: require hardware logical context support
2014-03-10 Chia-I Wuilo: move ring types to winsys
2014-03-10 Chia-I Wuilo: replace bo alloc flags by initial domains
2014-03-10 Chia-I Wuilo: remove intel_bo_get_virtual()
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: add HiZ op support to the pipelines
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-07-13 Chia-I Wuilo: skip 3DSTATE_INDEX_BUFFER when possible
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-28 Chia-I Wuilo: avoid potential dangling pointer dereference
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-26 Chia-I Wuilo: make pipe_draw_info a context state
2013-06-25 Chia-I Wuilo: honor render condition in blitter
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-07 Chia-I Wuilo: switch to ilo states for VF stage
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo.
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-09 Courtney Goeltzenl... ilo: Add support for HW primitive restart.
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-04-26 Chia-I Wuilo: add support for time/occlusion/primitive queries
2013-04-26 Chia-I Wuilo: hook up pipe context 3D functions
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+