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
/
gallium
/
drivers
/
iris
/
iris_program_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Annotate all BO uses with domain and sequence number information.
Francisco Jerez
2020-06-03
1
-2
/
+2
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
1
-2
/
+3
*
intel/blorp: Plumb the stage through blorp upload_shader
Caio Marcelo de Oliveira Filho
2020-03-17
1
-1
/
+1
*
iris: Change keybox parenting
Kenneth Graunke
2019-11-22
1
-3
/
+2
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-22
/
+2
*
iris: Use a uint16_t for key sizes
Jason Ekstrand
2019-07-04
1
-1
/
+1
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
1
-2
/
+7
*
iris: always include an extra constbuf0 if using UBOs
Caio Marcelo de Oliveira Filho
2019-02-21
1
-2
/
+4
*
iris: drop key_size_for_cache
Kenneth Graunke
2019-02-21
1
-18
/
+0
*
iris: rework program cache interface
Kenneth Graunke
2019-02-21
1
-87
/
+4
*
iris: export iris_upload_shader
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: bypass params and do it ourselves
Kenneth Graunke
2019-02-21
1
-4
/
+12
*
iris: implement scratch space!
Kenneth Graunke
2019-02-21
1
-3
/
+1
*
iris: Flag constants dirty on program changes
Kenneth Graunke
2019-02-21
1
-7
/
+6
*
iris: better dirty checking
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: fix crash when binding optional shader for the first time
Kenneth Graunke
2019-02-21
1
-1
/
+3
*
iris: use consistent copyright formatting
Kenneth Graunke
2019-02-21
1
-13
/
+12
*
iris: don't emit SBE all the time
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: comment everything
Kenneth Graunke
2019-02-21
1
-0
/
+9
*
iris: update bindings when changing programs
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: unbind compiled shaders if none are present
Kenneth Graunke
2019-02-21
1
-0
/
+10
*
iris: vertex ID, instance ID
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: streamout
Kenneth Graunke
2019-02-21
1
-5
/
+5
*
iris: Implement 3DSTATE_SO_DECL_LIST
Kenneth Graunke
2019-02-21
1
-4
/
+8
*
iris: state ref tuple
Kenneth Graunke
2019-02-21
1
-10
/
+13
*
iris: don't leak keyboxes when searching for an existing program
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: rzalloc iris_compiled_shader so memcmp works even if padding creeps in
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: pc fixes
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: plug leaks
Kenneth Graunke
2019-02-21
1
-0
/
+5
*
iris: some dirty fixes
Kenneth Graunke
2019-02-21
1
-2
/
+3
*
iris: flag DIRTY_WM properly
Kenneth Graunke
2019-02-21
1
-0
/
+5
*
iris: state cleaning
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: fix blorp prog data crashes
Kenneth Graunke
2019-02-21
1
-6
/
+9
*
iris: more blorp
Kenneth Graunke
2019-02-21
1
-36
/
+120
*
iris: copy over i965's cache tracking
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: more uploaders
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: actually set KSP offsets
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: rewrite program cache to use u_upload_mgr
Kenneth Graunke
2019-02-21
1
-100
/
+28
*
iris: no NEW_SBA
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: use vtbl to avoid multiple symbols, fix state base address
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: softpin some things
Kenneth Graunke
2019-02-21
1
-1
/
+7
*
iris: drop const from prog data parameters
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: actually save derived state
Kenneth Graunke
2019-02-21
1
-1
/
+7
*
iris: promote iris_program_cache_item to iris_compiled_shader
Kenneth Graunke
2019-02-21
1
-70
/
+75
*
iris: flag SBA updates when instruction BO changes
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: import program cache code
Kenneth Graunke
2019-02-21
1
-0
/
+333