aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Declare the various tracked state variables using "extern"Kristian Høgsberg2010-07-291-62/+62
* i965: Update gen6 paths for the streaming rework.Eric Anholt2010-06-121-1/+0
* i965: Remove the surface key used to generate constant surfaces.Eric Anholt2010-06-111-15/+2
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-3/+1
* i965: Remove brw_state_cache_bo_delete now that it's unused again.Eric Anholt2010-06-111-1/+0
* i965: Remove caching of surface state objects.Eric Anholt2010-06-111-3/+4
* i965: Convert the binding table to streamed indirect state.Eric Anholt2010-06-111-0/+1
* i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-0/+2
* i965: Add support for streaming indirect state rather than caching objects.Eric Anholt2010-06-111-0/+5
* i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-1/+0
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-11/+11
* i965: Set up the SNB sampler state pointers.Eric Anholt2010-02-251-0/+1
* i965: Untested Sandybridge WM packets.Eric Anholt2010-02-251-0/+1
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+1
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-0/+4
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-0/+1
* i965: Set up the SNB URB.Eric Anholt2010-02-251-0/+1
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-251-0/+1
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-251-0/+1
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-251-0/+1
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-0/+4
* i965: Set up sandybridge binding table pointers but don't enable it yet.Eric Anholt2010-02-251-0/+1
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-10/+20
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-1/+1
* intel: Silence compiler warnings.Vinson Lee2009-12-281-1/+1
* i965: Fix several memory leaks on exit.Eric Anholt2009-11-211-0/+1
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-7/+1
* i965: Fix massive memory allocation for streaming texture usage.Eric Anholt2009-09-301-0/+1
* i965: Clean up some mess with the batch cache.Eric Anholt2009-09-241-4/+1
* i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-0/+1
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-0/+1
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-0/+20
* i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-221-2/+2
* i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt2009-02-251-1/+0
* i965: Remove dead brw_vs_tnl.cEric Anholt2009-01-071-1/+0
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-0/+18
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-0/+1
* Remove TNL-to-VP tracking from i965Ian Romanick2008-09-281-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-0/+3
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-3/+0
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-0/+3
* [965] Remove stale brw_state_cache.c comment and function export.Eric Anholt2008-02-121-1/+0
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-0/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-1/+1
* [965] Remove drawing rect upload, which is handled (better) by the kernel.Eric Anholt2008-01-091-1/+0
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-53/+36
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-0/+6
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+146