ilo: add genhw headers
[mesa.git] / src / gallium / drivers / ilo / ilo_3d_pipeline_gen7.c
2014-04-14 Chia-I Wuilo: add genhw headers
2014-03-10 Chia-I Wuilo: add ILO_3D_PIPELINE_WRITE_STATISTICS
2014-03-10 Chia-I Wuilo: require hardware logical context support
2014-02-22 Chia-I Wuilo: add slice clear value
2014-02-22 Chia-I Wuilo: fix for stencil only rectlist ops
2014-01-14 Chia-I Wuilo: emit gen7_wa_pipe_control_wm_max_threads_stall...
2014-01-08 Chia-I Wuilo: add HiZ op support to the pipelines
2014-01-08 Chia-I Wuilo: assorted GPE fixes for HiZ
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
2013-08-15 Chia-I Wuilo: fix fragment shaders that use PCB on GEN7+
2013-08-13 Chia-I Wuilo: support copying constant buffer 0 to PCB
2013-08-08 Chia-I Wuilo: get rid of GPE tables completely
2013-08-08 Chia-I Wuilo: initialize alpha test state in ilo_gpe_init_dsa
2013-08-08 Courtney Goeltzenl... ilo: Call GPE emit functions directly.
2013-06-28 Chia-I Wuilo: remove ilo_cbuf_state::count
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-26 Chia-I Wuilo: make pipe_draw_info a context state
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN7 pipeline
2013-06-25 Chia-I Wuilo: use ilo_shader_state exclusively in GPE
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for FS
2013-06-25 Chia-I Wuilo: use ilo_rasterizer_state exclusively in GPE
2013-06-25 Chia-I Wuilo: convert pipe_rasterizer_state to ilo_rasterizer_wm
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-07 Chia-I Wuilo: construct 3DSTATE_SF in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for render targets
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for constant buffers
2013-06-07 Chia-I Wuilo: add emit_SURFACE_STATE() for sampler views
2013-06-07 Courtney Goeltzenl... ilo: convert generic depth-stencil-alpha pipe state...
2013-06-07 Chia-I Wuilo: simplify emit_3DSTATE_DEPTH_BUFFER()
2013-06-07 Chia-I Wuilo: introduce blend CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for shaders and resources
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-06-07 Chia-I Wuilo: switch to ilo states for WM stage
2013-06-07 Chia-I Wuilo: switch to ilo states for SOL stage
2013-06-07 Chia-I Wuilo: switch to ilo states for VF stage
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-16 Chia-I Wuilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+
2013-05-01 Chia-I Wuilo: correctly program SO states for GEN7
2013-05-01 Chia-I Wuilo: implement GEN7 SO GPE functions
2013-05-01 Chia-I Wuilo: move device limits to ilo_dev_info or to GPEs
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-04-26 Chia-I Wuilo: add GEN7 support for 3D pipeline