summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_wm_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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