i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_ps_state.c
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...