aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_wm_state.c
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt2012-10-081-6/+2
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-1/+1
* i965: Remove unused param conversion code.Eric Anholt2012-07-251-2/+1
* i965/msaa: Control multisampling behaviour via the visual.Paul Berry2012-07-241-3/+1
* i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.Paul Berry2012-06-261-2/+3
* i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry2012-06-201-5/+10
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-0/+7
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-0/+12
* i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt2012-02-211-5/+2
* i965: Rewrite the HiZ opChad Versace2012-02-071-19/+1
* mesa: Track fixed-function fragment shader as a shaderIan Romanick2012-01-111-1/+3
* i965: Re-sync outdated comments about Gen6+ push constants.Kenneth Graunke2012-01-091-1/+1
* i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke2012-01-091-1/+0
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-1/+19
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-1/+1
* i965: Rename gen6_*_constants tracked state atoms to "push_constants".Kenneth Graunke2011-11-101-1/+1
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-101-4/+0
* i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry2011-10-311-2/+5
* i965: Move push constants setup to emit() time.Eric Anholt2011-10-291-3/+3
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-271-3/+6
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-1/+2
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-251-1/+1
* i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.Kenneth Graunke2011-10-201-2/+2
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-1/+1
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-1/+1
* i965: Add dumping for gen6 WM constants too.Eric Anholt2011-08-051-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-1/+1
* i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt2011-06-201-2/+1
* i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2011-06-201-4/+7
* i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2011-06-201-1/+3
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-7/+3
* i965: Fix "Paramater" typo in gen6_wm_state.c.Kenneth Graunke2011-05-161-1/+1
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-4/+4
* i965/gen6: Stream the WM push constants.Eric Anholt2011-04-291-14/+10
* i965: Give the push constants and pull constants unique function names.Eric Anholt2011-04-291-2/+2
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-261-3/+13
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-171-1/+6
* i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt2011-04-011-1/+1
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-3/+3
* i965: Set the alternative floating point mode on gen6 VS and WM.Eric Anholt2010-12-161-0/+3
* i965: Add disabled debug code for dumping out the WM constant payload.Eric Anholt2010-12-071-0/+15
* i965: upload WM state for _NEW_POLYGON on sandybridgeZhenyu Wang2010-12-071-1/+1
* i965: Nuke brw_wm_glsl.c.Eric Anholt2010-12-061-2/+2
* i965: Align gen6 push constant size to dispatch width.Eric Anholt2010-12-061-1/+2
* i965: Update gen6 WM state on compiled program change, not just FP change.Eric Anholt2010-12-041-1/+3
* i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6Zhenyu Wang2010-11-021-1/+1
* i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt2010-10-271-1/+2
* i965: Fix typo in comment about state flags.Eric Anholt2010-10-261-1/+1