ilo: add genhw headers
[mesa.git] / src / gallium / drivers / ilo / ilo_gpe_gen6.h
2014-04-14 Chia-I Wuilo: add genhw headers
2014-03-10 Chia-I Wuilo: add some MI commands to GPE
2014-03-10 Chia-I Wuilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically
2014-03-10 Chia-I Wuilo: remove intel_bo_get_size()
2014-01-14 Chia-I Wuilo: handle NULL renderbuffers correctly
2014-01-14 Chia-I Wuilo: disable HiZ for misaligned levels
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-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-13 Chia-I WuRevert "ilo: initialize constant buffer SURFACE_STATE...
2013-08-12 Chia-I Wuilo: initialize constant buffer SURFACE_STATE early
2013-08-08 Chia-I Wuilo: get rid of GPE tables completely
2013-08-08 Chia-I Wuilo: clean up GPE header inclusions
2013-08-08 Chia-I Wuilo: initialize alpha test state in ilo_gpe_init_dsa
2013-08-08 Chia-I Wuilo: fold gen6_translate_index_size into the caller
2013-08-08 Chia-I Wuilo: fold gen6_translate_depth_format into the caller
2013-08-08 Courtney Goeltzenl... ilo: Call GPE emit functions directly.
2013-08-08 Courtney Goeltzenl... ilo: move emit functions so that they can be inlined.
2013-08-07 Chia-I Wuilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN6 pipeline
2013-06-25 Chia-I Wuilo: use ilo_shader_state exclusively in GPE
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: use ilo_shader_cso for GS
2013-06-25 Chia-I Wuilo: introduce ilo_shader_cso for VS
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-07 Chia-I Wuilo: construct 3DSTATE_SF in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: construct 3DSTATE_CLIP 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: introduce vertex element CSO
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: introduce sampler CSO
2013-06-07 Chia-I Wuilo: construct SCISSOR_RECT in set_scissor_states()
2013-06-07 Chia-I Wuilo: introduce viewport CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
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-05-01 Chia-I Wuilo: fix indentation of ilo_gpe_gen*.h
2013-04-26 Chia-I Wuilo: add GEN6 GPE