summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_wm_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-4/+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-25i965: Remove unused param conversion code.Eric Anholt1-2/+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-0/+7
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-0/+12
2012-02-21i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt1-5/+2
2012-02-07i965: Rewrite the HiZ opChad Versace1-19/+1
2012-01-11mesa: Track fixed-function fragment shader as a shaderIan Romanick1-1/+3
2012-01-09i965: Re-sync outdated comments about Gen6+ push constants.Kenneth Graunke1-1/+1
2012-01-09i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke1-1/+0
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-11-22i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace1-1/+19
2011-11-10i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke1-1/+1
2011-11-10i965: Rename gen6_*_constants tracked state atoms to "push_constants".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-29i965: Move push constants setup to emit() time.Eric Anholt1-3/+3
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-3/+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: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.Kenneth Graunke1-2/+2
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-1/+1
2011-08-16i965/vs: Start adding support for uniformsEric Anholt1-1/+1
2011-08-05i965: Add dumping for gen6 WM constants too.Eric Anholt1-1/+1
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+1
2011-06-20i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt1-2/+1
2011-06-20i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt1-4/+7
2011-06-20i965/gen6+: Add a missing state flag for WM constants.Eric Anholt1-1/+3
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-7/+3
2011-05-16i965: Fix "Paramater" typo in gen6_wm_state.c.Kenneth Graunke1-1/+1
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt1-4/+4
2011-04-29i965/gen6: Stream the WM push constants.Eric Anholt1-14/+10
2011-04-29i965: Give the push constants and pull constants unique function names.Eric Anholt1-2/+2
2011-04-26i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt1-3/+13
2011-04-17i965/fs: Add gen6 register spilling support.Eric Anholt1-1/+6
2011-04-01i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt1-1/+1
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-3/+3
2010-12-16i965: Set the alternative floating point mode on gen6 VS and WM.Eric Anholt1-0/+3
2010-12-07i965: Add disabled debug code for dumping out the WM constant payload.Eric Anholt1-0/+15
2010-12-07i965: upload WM state for _NEW_POLYGON on sandybridgeZhenyu Wang1-1/+1
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt1-2/+2
2010-12-06i965: Align gen6 push constant size to dispatch width.Eric Anholt1-1/+2
2010-12-04i965: Update gen6 WM state on compiled program change, not just FP change.Eric Anholt1-1/+3
2010-11-02i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6Zhenyu Wang1-1/+1
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt1-1/+2