summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-0/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* i965: Remove unnecessary headers.Vinson Lee2010-02-121-8/+0
* i965: Improve the hashing of brw_state_cache keys to include the cache_id.Eric Anholt2010-01-191-32/+54
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-102/+56
* i965: Remove an unused cache_item field.Eric Anholt2009-11-131-1/+0
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-45/+14
* i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
* i965: Fix massive memory allocation for streaming texture usage.Eric Anholt2009-09-301-0/+49
* i965: improve debug loggingRobert Ellison2009-05-081-0/+6
* i965: remove old code to init surface-related cache IDsBrian Paul2009-04-221-14/+0
* i965: comments, reformattingBrian Paul2009-04-221-17/+38
* i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-221-40/+82
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-2/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-4/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+4
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-4/+1
* [965] Fix massively broken state cache dirty flagging.Michal Wajdeczko2008-03-261-2/+6
* [965] Remove stale brw_state_cache.c comment and function export.Eric Anholt2008-02-121-32/+12
* [965] Do a little bit rotation in state hash to reduce collisions.Eric Anholt2008-01-181-2/+16
* [965] Improve performance by including reloc target buffer pointers in keys.Eric Anholt2008-01-021-4/+11
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-239/+301
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-6/+1
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-1/+1
* [965] Remove AUB file support.Eric Anholt2007-09-271-50/+28
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+469