summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_cache.c
Commit message (Expand)AuthorAgeFilesLines
* i965/cache: Add support for CS in program state cacheJordan Justen2015-05-021-0/+3
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* i965/state: Don't use brw->state.dirty.mesaJordan Justen2015-03-311-1/+1
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-4/+4
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+0
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-2/+2
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-6/+6
* i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke2014-10-291-2/+1
* i965: Use unsynchronized maps for the program cache on LLC platforms.Kenneth Graunke2014-10-131-7/+28
* i965: Issue performance warnings when copying the program cache BO.Kenneth Graunke2014-10-131-0/+3
* i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.Kenneth Graunke2014-10-011-1/+1
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-7/+6
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-2/+2
* mesa: Convert NewDriverState to 64-bitsJordan Justen2014-09-011-1/+1
* i965: Create a macro for setting all dirty bits.Paul Berry2014-09-011-3/+3
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-3/+4
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-4/+4
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-151-3/+1
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+3
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-2/+0
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-4/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+1
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-0/+2
* i965: Fix oversized initial allocation of the state cache table pointers.Vandrus Zoltán2012-11-041-1/+1
* i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt2012-09-071-0/+2
* i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt2012-09-071-0/+5
* i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt2012-09-071-1/+11
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* i965: Double the size of the state cache.Kenneth Graunke2012-08-271-2/+2
* i965: Add performance debug for when the state cache gets nuked.Eric Anholt2012-08-121-1/+4
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-181-0/+2
* i965: Reuse existing program data when a new compiled program matches.Eric Anholt2011-06-241-20/+81
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-86/+78
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-97/+24
* i965: Drop the now unused brw_cache_data() function.Eric Anholt2011-04-291-43/+0
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt2011-02-041-2/+0
* i965: Remove unnecessary headers.Vinson Lee2010-12-231-2/+0
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-10/+7
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-6/+4
* i965: Remove brw_state_cache_bo_delete now that it's unused again.Eric Anholt2010-06-111-36/+0
* i965: Remove caching of surface state objects.Eric Anholt2010-06-111-22/+0
* i965: Convert the binding table to streamed indirect state.Eric Anholt2010-06-111-1/+0
* i965: Update old comment about state cache sizing.Eric Anholt2010-06-111-2/+2
* i965: Avoid calloc/free in the CURBE upload process.Eric Anholt2010-06-091-5/+0
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-26/+26
* i965: Add cache unit -> bo name mapping for more gen6 state objects.Eric Anholt2010-05-281-0/+3