summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_cache.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt1-0/+49
2009-05-08i965: improve debug loggingRobert Ellison1-0/+6
2009-04-22i965: remove old code to init surface-related cache IDsBrian Paul1-14/+0
2009-04-22i965: comments, reformattingBrian Paul1-17/+38
2009-04-22i965: checkpoint commit: use two state caches instead of oneBrian Paul1-40/+82
2008-09-26intel: Fix a number of memory leaks on context destroy.Eric Anholt1-2/+3
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-4/+1
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-1/+4
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt1-4/+1
2008-03-26[965] Fix massively broken state cache dirty flagging.Michal Wajdeczko1-2/+6
2008-02-12[965] Remove stale brw_state_cache.c comment and function export.Eric Anholt1-32/+12
2008-01-18[965] Do a little bit rotation in state hash to reduce collisions.Eric Anholt1-2/+16
2008-01-02[965] Improve performance by including reloc target buffer pointers in keys.Eric Anholt1-4/+11
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt1-239/+301
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-6/+1
2007-10-04[965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt1-1/+1
2007-09-27[965] Remove AUB file support.Eric Anholt1-50/+28
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+469