ilo: let shaders determine sampler counts
[mesa.git] / src / gallium / drivers / ilo / ilo_state.c
2014-10-04 Chia-I Wuilo: let shaders determine sampler counts
2014-09-30 Chia-I Wuilo: add a pass to finalize ilo_ve_state
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-09-20 Chia-I Wuilo: merge ilo_gpe.h to ilo_state*.h
2014-08-19 Chia-I Wuilo: remove layer offsetting
2014-08-19 Chia-I Wuilo: migrate to ilo_layout
2014-07-28 Chia-I Wuilo: correctly propagate resource renames to hardware
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-01-14 Chia-I Wuilo: handle NULL renderbuffers correctly
2014-01-08 Chia-I Wuilo: offset to layers only when necessary
2014-01-08 Chia-I Wuilo: allow ilo_zs_surface to skip layer offsetting
2014-01-08 Chia-I Wuilo: allow ilo_view_surface to skip layer offsetting
2013-10-28 Chia-I Wuilo: minor cleanups for recent interface changes
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulilo: don't hook up old bind_*_sampler_states() functions
2013-10-03 Brian Paulilo: implement pipe_context::bind_sampler_states()
2013-09-16 Chia-I Wuilo: make ilo_bind_sampler_states return void
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-08-13 Chia-I Wuilo: make constant buffer 0 upload optional
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-10 Chia-I Wuilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
2013-08-07 Chia-I Wuilo: skip state emission when reducing sampler count
2013-08-07 Chia-I Wuilo: simplify setting of shader samplers and views
2013-08-07 Chia-I Wuilo: correctly check for stencil ref change
2013-07-13 Chia-I Wuilo: skip 3DSTATE_INDEX_BUFFER when possible
2013-07-12 Chia-I Wuilo: mark some states dirty when they are really changed
2013-06-28 Chia-I Wuilo: remove ilo_cbuf_state::count
2013-06-28 Chia-I Wuilo: clean up ilo_set_constant_buffer()
2013-06-28 Chia-I Wuilo: clean up states that take a start_slot
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-27 Chia-I Wuilo: plug a potential index buffer leak
2013-06-26 Chia-I Wuilo: use a bitmask for enabled constant buffers
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-26 Chia-I Wuilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: clean up finalize_shader_states()
2013-06-25 Chia-I Wuilo: use multiple entry points for shader creation
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-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-07 Chia-I Wuilo: clean up states upon context destroy
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: 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 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 CLIP and SF stages
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-25 Zack Rusingallium: Add support for multiple viewports
2013-04-26 Chia-I Wuilo: hook up pipe context state functions
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+