Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |