Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_ps_state.c
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Francisco Jerezi965: Don't tell the hardware about our UAV access.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-03 Ben Widawskyi965/gen9: Annotate input coverage mask change
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965/gen7-8: Set up early depth/stencil control appropr...
2015-08-11 Francisco Jerezi965/gen7-8: Poke the 3DSTATE UAV access enable bits.
2015-07-06 Neil Robertsi965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
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-17 Kevin Rogovini965: execution of frag-shader when it has atomic buffer
2015-05-27 Kenneth Graunkei965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS...
2015-04-29 Topi Pohjolaineni965/ps/gen8: Refactor state uploading
2015-04-29 Topi Pohjolaineni965/ps: Use SET_FIELD() for sampler count
2015-03-02 Neil Robertsi965/skl: Fix the maximum thread count format for the PS
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
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...