i965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader too.
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_ps_state.c
2014-12-04 Kenneth Graunkei965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-28 Kenneth Graunkei965: Use brw_wm_prog_data::uses_kill, not gl_fragment_...
2014-11-28 Kenneth Graunkei965: Create prog_data temporary variables in PS state...
2014-11-28 Kenneth Graunkei965: Fix missing CACHE_NEW_WM_PROG in 3DSTATE_PS_EXTRA.
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-08-15 Kristian Høgsbergi965: Provide a context flag to let us enable fast...
2014-08-15 Kristian Høgsbergi965: Add an option to not generate the SIMD8 fragment...
2014-08-14 Kristian Høgsbergi965: Assign PS kernel start pointers when we decide...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-05-03 Eric Anholti965: Move push constant state packets to push constant...
2014-05-03 Eric Anholti965: Merge gen8_upload_constant_state into gen7_upload...
2014-05-03 Eric Anholti965: Drop unnecessary state flag for units on NEW_BIND...
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-03 Eric Anholti965: Drop a NEW_SAMPLER annotation for use of sampler_...
2014-04-30 Eric Anholti965: Track the number of samples in the drawbuffer.
2014-03-10 Eric Anholti965: Move binding table update packets to binding...
2014-02-20 Kenneth Graunkei965: Store absolute thread count in max_wm_threads...
2014-02-19 Kenneth Graunkei965: Only use the SIMD16 program for per-sample shadin...
2014-02-19 Kenneth Graunkei965: Set "Position XY Offset Select" bits in 3DSTATE_P...
2014-02-19 Kenneth Graunkei965: Add missing sample shading bits to Gen8's 3DSTATE...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-01 Kenneth Graunkei965: Silence unused variable 'ctx' warning.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS...