summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_wm_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-18i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PSChad Versace1-1/+3
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-4/+2
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-2/+2
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2012-10-08i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt1-6/+2
2012-08-01i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry1-1/+1
2012-07-24i965/msaa: Control multisampling behaviour via the visual.Paul Berry1-3/+1
2012-06-26i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.Paul Berry1-2/+3
2012-06-20i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry1-5/+10
2012-05-23i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt1-1/+14
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-3/+15
2012-03-30i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.Kenneth Graunke1-0/+3
2012-03-30i965: Update max VS/PS threads shift offsets for Haswell.Kenneth Graunke1-1/+3
2012-02-21i965: Rename the original binding table to mention that it's the WM now.Eric Anholt1-1/+1
2012-02-21i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt1-6/+4
2012-02-07i965: Rewrite the HiZ opChad Versace1-18/+0
2012-01-11mesa: Track fixed-function fragment shader as a shaderIan Romanick1-1/+3
2012-01-10i965/gen7: Enable HiZChad Versace1-0/+18
2012-01-09i965: Re-sync outdated comments about Gen6+ push constants.Kenneth Graunke1-1/+1
2012-01-09i965: Update dirty bit comments for the gen7_ps_state atom.Kenneth Graunke1-1/+2
2012-01-09i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.Kenneth Graunke1-3/+1
2012-01-09i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke1-2/+0
2012-01-08i965: Actually enable SIMD16 dispatch on Ivybridge.Kenneth Graunke1-2/+7
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-11-10i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke1-2/+2
2011-11-10i965: Use a single binding table for all pipeline stages.Kenneth Graunke1-1/+1
2011-11-10i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke1-4/+0
2011-10-31i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry1-2/+5
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-4/+6
2011-10-27i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry1-1/+2
2011-10-25i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke1-1/+1
2011-10-20i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke1-55/+0
2011-10-20i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.Kenneth Graunke1-1/+1
2011-08-16i965: Add remaining scratch space setup emit to unit states.Eric Anholt1-1/+7
2011-08-16i965/vs: Start adding support for uniformsEric Anholt1-1/+1
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+1
2011-07-08i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke1-8/+3
2011-06-20i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt1-2/+4
2011-06-20i965/gen6+: Add a missing state flag for WM constants.Eric Anholt1-2/+3
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-7/+2
2011-06-08i965/gen7: Enable SIMD16 fragment shader dispatch.Kenneth Graunke1-2/+6
2011-05-17i965: Upload sampler state pointers on Ivybridge.Kenneth Graunke1-0/+6
2011-05-17i965: Upload binding table pointers on Ivybridge.Kenneth Graunke1-0/+6
2011-05-17i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke1-0/+243