summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_cache.c
AgeCommit message (Expand)Author
2011-02-04i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt
2010-12-23i965: Remove unnecessary headers.Vinson Lee
2010-11-03intel: Annotate debug printout checks with unlikely().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: Update old comment about state cache sizing.Eric Anholt
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-28i965: Add cache unit -> bo name mapping for more gen6 state objects.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-12i965: Remove unnecessary headers.Vinson Lee
2010-01-19i965: Improve the hashing of brw_state_cache keys to include the cache_id.Eric Anholt
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt
2009-11-13i965: Remove an unused cache_item field.Eric Anholt
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt
2009-10-08i965: Use bo_references for the state cache delete function.Eric Anholt
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt
2009-05-08i965: improve debug loggingRobert Ellison
2009-04-22i965: remove old code to init surface-related cache IDsBrian Paul
2009-04-22i965: comments, reformattingBrian Paul
2009-04-22i965: checkpoint commit: use two state caches instead of oneBrian Paul
2008-09-26intel: Fix a number of memory leaks on context destroy.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-03-26[965] Fix massively broken state cache dirty flagging.Michal Wajdeczko
2008-02-12[965] Remove stale brw_state_cache.c comment and function export.Eric Anholt
2008-01-18[965] Do a little bit rotation in state hash to reduce collisions.Eric Anholt
2008-01-02[965] Improve performance by including reloc target buffer pointers in keys.Eric Anholt
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt
2007-10-04[965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt
2007-09-27[965] Remove AUB file support.Eric Anholt
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt