summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-05i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-1/+0
2016-10-04i965: Fix brw_clear_cache to clean up TCS/TES shaders.Kenneth Graunke1-0/+2
2016-05-16i965: Send the minimal number of STATE_BASE_ADDRESS packets.Kenneth Graunke1-0/+1
2016-02-12i965: Make brw_clear_cache NULL out stale program pointers.Kenneth Graunke1-0/+15
2016-02-11i965: Make brw_clear_cache flag all the bits on both pipelines.Kenneth Graunke1-2/+6
2015-11-24i965: Push down inclusion of brw_program.h.Matt Turner1-0/+1
2015-10-28i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.Kenneth Graunke1-3/+4
2015-10-28i965: remove cache_aux_free_func arrayEmil Velikov1-7/+5
2015-09-30i965/state_cache: Remove the aux_compare fieldsJason Ekstrand1-4/+0
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-08-13i965: Stop aux data compare preventing program binary re-useTopi Pohjolainen1-32/+20
2015-08-13i965: Only write program to cache when it doesn't exist yetTopi Pohjolainen1-7/+7
2015-08-13i965: Rename brw_upload_item_data to brw_alloc_item_dataTopi Pohjolainen1-9/+10
2015-07-29i965: Use float calculations when double is unnecessary.Matt Turner1-1/+1
2015-05-02i965/cache: Add support for CS in program state cacheJordan Justen1-0/+3
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-03-31i965/state: Don't use brw->state.dirty.mesaJordan Justen1-1/+1
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-4/+4
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-1/+0
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-2/+2
2014-11-29i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke1-6/+6
2014-10-29i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke1-2/+1
2014-10-13i965: Use unsynchronized maps for the program cache on LLC platforms.Kenneth Graunke1-7/+28
2014-10-13i965: Issue performance warnings when copying the program cache BO.Kenneth Graunke1-0/+3
2014-10-01i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.Kenneth Graunke1-1/+1
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-7/+6
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth1-2/+2
2014-09-01mesa: Convert NewDriverState to 64-bitsJordan Justen1-1/+1
2014-09-01i965: Create a macro for setting all dirty bits.Paul Berry1-3/+3
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-3/+4
2014-02-19i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez1-3/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-4/+4
2013-10-15i965: Remove dead arguments from prog_data_compare.Eric Anholt1-3/+1
2013-08-31i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry1-0/+3
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-2/+0
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-4/+2
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+1
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-0/+2
2012-11-04i965: Fix oversized initial allocation of the state cache table pointers.Vandrus Zoltán1-1/+1
2012-09-07i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt1-0/+2
2012-09-07i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt1-0/+5
2012-09-07i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt1-1/+11
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1