aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_vs_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-251-1/+1
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* i965 Gen6+: De-compact clip plane constants for old VS backend.Paul Berry2011-10-131-8/+7
* i965 Gen6: Implement gl_ClipVertex.Paul Berry2011-10-051-1/+2
* i965 new VS: don't share clip plane constants in pre-GEN6Paul Berry2011-09-281-18/+19
* i965: Don't upload clip planes when gl_ClipDistance is in use.Paul Berry2011-09-231-6/+9
* i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt2011-08-301-2/+1
* i965: Add remaining scratch space setup emit to unit states.Eric Anholt2011-08-161-1/+9
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-6/+15
* i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.Eric Anholt2011-07-201-0/+26
* i965/gen6: Add state dumping for the VS constants.Eric Anholt2011-07-111-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: Add missing state flag for VS push constants.Eric Anholt2011-06-201-1/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-1/+1
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-4/+4
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-291-35/+56
* i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.Eric Anholt2011-04-011-1/+1
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-011-1/+2
* 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/+1
* i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt2010-12-081-15/+9
* Revert "i965: VS use SPF mode on sandybridge for now"Zhenyu Wang2010-11-101-1/+1
* i965: Upload required gen6 VS push constants even when using pull constants.Eric Anholt2010-10-281-8/+18
* i965: Add user clip planes support to gen6.Eric Anholt2010-10-281-5/+39
* 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-1/+1
* i965: VS use SPF mode on sandybridge for nowZhenyu Wang2010-09-281-1/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* i965: Enable VS on SNB.Eric Anholt2010-03-221-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-15/+15
* i965: Re-disable the VS.Eric Anholt2010-02-251-2/+1
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-1/+2
* i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt2010-02-251-0/+4
* i965: Reconnect the index/vertex setup.Eric Anholt2010-02-251-2/+1
* i965: Try uploading SNB VS constants.Eric Anholt2010-02-251-9/+52
* i965: Try turning on the VS.Eric Anholt2010-02-251-1/+2
* i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt2010-02-251-2/+1
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-251-0/+75