ilo: EOL drop unmaintained gallium drv from buildsys
[mesa.git] / src / gallium / drivers / ilo / ilo_render_gen6.c
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Chia-I Wuilo: add support for scratch spaces
2015-10-23 Chia-I Wuilo: fix scratch space setup in core
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-22 Chia-I Wuilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
2015-06-20 Chia-I Wuilo: clean up header includes
2015-06-20 Chia-I Wuilo: add ilo_state_index_buffer
2015-06-20 Chia-I Wuilo: add ilo_state_vertex_buffer
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF to ilo_state_vf
2015-06-15 Chia-I Wuilo: add ilo_state_raster_{line,poly}_stipple
2015-06-15 Chia-I Wuilo: add ilo_state_sample_pattern
2015-06-15 Chia-I Wuilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster
2015-06-14 Chia-I Wuilo: add ilo_state_ps to ilo_shader_cso
2015-06-14 Chia-I Wuilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
2015-06-14 Chia-I Wuilo: embed ilo_state_sbe in ilo_shader
2015-06-14 Chia-I Wuilo: embed ilo_state_vf in ilo_ve_state
2015-06-14 Chia-I Wuilo: embed ilo_state_urb in ilo_state_vector
2015-06-14 Chia-I Wuilo: embed ilo_state_cc in ilo_blend_state
2015-06-14 Chia-I Wuilo: embed ilo_state_raster in ilo_rasterizer_state
2015-06-14 Chia-I Wuilo: embed ilo_state_viewport in ilo_viewport_state
2015-06-14 Chia-I Wuilo: replace ilo_zs_surface with ilo_state_zs
2015-05-02 Chia-I Wuilo: move command builder to core
2015-03-06 Chia-I Wuilo: clean up Gen6 WAs
2015-03-06 Chia-I Wuilo: add generic ilo_render_3dprimitive()
2015-03-06 Chia-I Wuilo: add generic ilo_render_pipe_control()
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-02-11 Chia-I Wuilo: update draw command emission for Gen8
2015-02-11 Chia-I Wuilo: update ilo_blend_state and related functions for...
2015-02-11 Chia-I Wuilo: update SF_CLIP_VIEWPORT for Gen8
2015-02-11 Chia-I Wuilo: update render engine common helpers for Gen8
2015-02-11 Chia-I Wuilo: clean up sample patterns
2014-11-11 Chia-I Wuilo: clean up gen6_3DSTATE_SF()
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_GS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_VS
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_WM
2014-11-11 Chia-I Wuilo: add variants of 3DSTATE_CLIP
2014-11-11 Chia-I Wuilo: prefix 3DSTATE_VF with gen75
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-30 Chia-I Wuilo: precalculate aligned depth buffer size
2014-09-30 Chia-I Wuilo: use dynamic bo for rectlist vertices
2014-09-26 Chia-I Wuilo: give gen6_draw_session a better prefix
2014-09-26 Chia-I Wuilo: make ilo_render opaque
2014-09-26 Chia-I Wuilo: make ilo_render_emit_draw() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_rectlist() direct
2014-09-26 Chia-I Wuilo: clean up draw and rectlist state emission
2014-09-26 Chia-I Wuilo: make ilo_render_emit_query() direct
2014-09-26 Chia-I Wuilo: make ilo_render_emit_flush() direct
2014-09-26 Chia-I Wuilo: simplify ilo_render invalidation
2014-09-26 Chia-I Wuilo: rename 3d_pipeline to render
2014-09-26 Chia-I Wuilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]