aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_wm_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add support for pull constants to the new FS backend.Eric Anholt2010-10-221-1/+1
* i965: Disable thread dispatch when the FS doesn't do any work.Eric Anholt2010-10-191-2/+7
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-4/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: Fix gen6 WM push constants updates.Eric Anholt2010-10-081-1/+2
* i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt2010-09-281-2/+1
* i965: Add support for attribute interpolation on Sandybridge.Eric Anholt2010-09-281-0/+2
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-221-24/+47
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-2/+2
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* | i965: Set the correct WM GRF start reg on gen6.Zhenyu Wang2010-06-121-1/+2
|/
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-2/+2
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-2/+0
* i965: Emit SNB FF unit state after the unit's push constants.Eric Anholt2010-02-251-43/+43
* i965: Untested Sandybridge WM packets.Eric Anholt2010-02-251-0/+162