index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_state_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+2
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+5
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
1
-1
/
+11
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-2
/
+2
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
i965: Double the size of the state cache.
Kenneth Graunke
2012-08-27
1
-2
/
+2
*
i965: Add performance debug for when the state cache gets nuked.
Eric Anholt
2012-08-12
1
-1
/
+4
*
i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965: Reuse existing program data when a new compiled program matches.
Eric Anholt
2011-06-24
1
-20
/
+81
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-86
/
+78
*
i965: Remove dead entrypoints to state cache, rename the one that's left.
Eric Anholt
2011-04-29
1
-97
/
+24
*
i965: Drop the now unused brw_cache_data() function.
Eric Anholt
2011-04-29
1
-43
/
+0
*
i965: Move sampler state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965: Drop the INTEL_DEBUG=state spam about the cache size check.
Eric Anholt
2011-02-04
1
-2
/
+0
*
i965: Remove unnecessary headers.
Vinson Lee
2010-12-23
1
-2
/
+0
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-10
/
+7
*
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
1
-6
/
+4
*
i965: Remove brw_state_cache_bo_delete now that it's unused again.
Eric Anholt
2010-06-11
1
-36
/
+0
*
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
1
-22
/
+0
*
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
1
-1
/
+0
*
i965: Update old comment about state cache sizing.
Eric Anholt
2010-06-11
1
-2
/
+2
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
1
-5
/
+0
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-26
/
+26
*
i965: Add cache unit -> bo name mapping for more gen6 state objects.
Eric Anholt
2010-05-28
1
-0
/
+3
*
i965: Start adding support for the Sandybridge CC unit.
Eric Anholt
2010-02-25
1
-0
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
i965: Remove unnecessary headers.
Vinson Lee
2010-02-12
1
-8
/
+0
*
i965: Improve the hashing of brw_state_cache keys to include the cache_id.
Eric Anholt
2010-01-19
1
-32
/
+54
*
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-102
/
+56
*
i965: Remove an unused cache_item field.
Eric Anholt
2009-11-13
1
-1
/
+0
*
i965: Always pass the size argument to brw_cache_data.
Eric Anholt
2009-11-06
1
-45
/
+14
*
i965: Use bo_references for the state cache delete function.
Eric Anholt
2009-10-08
1
-17
/
+3
*
i965: Fix massive memory allocation for streaming texture usage.
Eric Anholt
2009-09-30
1
-0
/
+49
*
i965: improve debug logging
Robert Ellison
2009-05-08
1
-0
/
+6
*
i965: remove old code to init surface-related cache IDs
Brian Paul
2009-04-22
1
-14
/
+0
*
i965: comments, reformatting
Brian Paul
2009-04-22
1
-17
/
+38
*
i965: checkpoint commit: use two state caches instead of one
Brian Paul
2009-04-22
1
-40
/
+82
*
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
2008-09-26
1
-2
/
+3
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-1
/
+1
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-4
/
+1
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-1
/
+4
*
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-4
/
+1
*
[965] Fix massively broken state cache dirty flagging.
Michal Wajdeczko
2008-03-26
1
-2
/
+6
*
[965] Remove stale brw_state_cache.c comment and function export.
Eric Anholt
2008-02-12
1
-32
/
+12
*
[965] Do a little bit rotation in state hash to reduce collisions.
Eric Anholt
2008-01-18
1
-2
/
+16
*
[965] Improve performance by including reloc target buffer pointers in keys.
Eric Anholt
2008-01-02
1
-4
/
+11
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-239
/
+301
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-6
/
+1
*
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-10-04
1
-1
/
+1
[next]