summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state.h
AgeCommit message (Expand)Author
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2010-12-28Revert "i965: upload multisample state for fragment program change"Zhenyu Wang
2010-12-23i965: upload multisample state for fragment program changeZhenyu Wang
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt
2010-09-28i965: fix scissor state on sandybridgeZhenyu Wang
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-07-29intel: Declare the various tracked state variables using "extern"Kristian Høgsberg
2010-06-12i965: Update gen6 paths for the streaming rework.Eric Anholt
2010-06-11i965: Remove the surface key used to generate constant surfaces.Eric Anholt
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt
2010-06-11i965: Remove brw_state_cache_bo_delete now that it's unused again.Eric Anholt
2010-06-11i965: Remove caching of surface state objects.Eric Anholt
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-02-25i965: Set up the SNB sampler state pointers.Eric Anholt
2010-02-25i965: Untested Sandybridge WM packets.Eric Anholt
2010-02-25i965: Untested Sandybridge SF setup.Eric Anholt
2010-02-25i965: Add Sandybridge viewport setup.Eric Anholt
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt
2010-02-25i965: Set up the SNB URB.Eric Anholt
2010-02-25i965: Add untested REJECT_ALL clip state.Eric Anholt
2010-02-25i965: Add untested passthrough GS setup.Eric Anholt
2010-02-25i965: Add untested Sandybridge passthrough VS setup.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt
2010-02-25i965: Set up sandybridge binding table pointers but don't enable it yet.Eric Anholt
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2009-12-28intel: Silence compiler warnings.Vinson Lee
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-08-12i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-04-22i965: checkpoint commit: use two state caches instead of oneBrian Paul
2009-02-25i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt
2009-01-07i965: Remove dead brw_vs_tnl.cEric Anholt
2008-10-28i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-09-28Remove TNL-to-VP tracking from i965Ian Romanick
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-02-12[965] Remove stale brw_state_cache.c comment and function export.Eric Anholt