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: Send the minimal number of STATE_BASE_ADDRESS packets.
Kenneth Graunke
2016-05-16
1
-0
/
+1
*
i965: Make brw_clear_cache NULL out stale program pointers.
Kenneth Graunke
2016-02-12
1
-0
/
+15
*
i965: Make brw_clear_cache flag all the bits on both pipelines.
Kenneth Graunke
2016-02-11
1
-2
/
+6
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.
Kenneth Graunke
2015-10-28
1
-3
/
+4
*
i965: remove cache_aux_free_func array
Emil Velikov
2015-10-28
1
-7
/
+5
*
i965/state_cache: Remove the aux_compare fields
Jason Ekstrand
2015-09-30
1
-4
/
+0
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Stop aux data compare preventing program binary re-use
Topi Pohjolainen
2015-08-13
1
-32
/
+20
*
i965: Only write program to cache when it doesn't exist yet
Topi Pohjolainen
2015-08-13
1
-7
/
+7
*
i965: Rename brw_upload_item_data to brw_alloc_item_data
Topi Pohjolainen
2015-08-13
1
-9
/
+10
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-1
/
+1
*
i965/cache: Add support for CS in program state cache
Jordan Justen
2015-05-02
1
-0
/
+3
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
i965/state: Don't use brw->state.dirty.mesa
Jordan Justen
2015-03-31
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-4
/
+4
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
1
-6
/
+6
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
1
-2
/
+1
*
i965: Use unsynchronized maps for the program cache on LLC platforms.
Kenneth Graunke
2014-10-13
1
-7
/
+28
*
i965: Issue performance warnings when copying the program cache BO.
Kenneth Graunke
2014-10-13
1
-0
/
+3
*
i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
Kenneth Graunke
2014-10-01
1
-1
/
+1
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-7
/
+6
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
1
-2
/
+2
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
1
-1
/
+1
*
i965: Create a macro for setting all dirty bits.
Paul Berry
2014-09-01
1
-3
/
+3
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-3
/
+4
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-3
/
+3
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-4
/
+4
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
1
-3
/
+1
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+3
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+0
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-0
/
+2
*
i965: Fix oversized initial allocation of the state cache table pointers.
Vandrus Zoltán
2012-11-04
1
-1
/
+1
*
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
[next]