Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move blob from compiler/ to util/ | Jason Ekstrand | 2019-09-19 | 1 | -1/+1 |
* | mesa: Add missing include guards | MichaĆ Janiszewski | 2018-10-30 | 1 | -0/+5 |
* | mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob | Jordan Justen | 2018-07-09 | 1 | -0/+10 |
* | st/shader_cache: add st_{de}serialise_nir_program() helpers | Timothy Arceri | 2018-02-15 | 1 | -0/+8 |
* | st: add nir shader disk cache support | Timothy Arceri | 2018-02-10 | 1 | -3/+5 |
* | st/glsl_to_tgsi: add st_get_program_binary_driver_sha1() helper | Timothy Arceri | 2018-01-17 | 1 | -0/+3 |
* | st/glsl_to_tgsi: add (de)serialise program helpers | Timothy Arceri | 2018-01-17 | 1 | -0/+8 |
* | st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache() | Timothy Arceri | 2018-01-17 | 1 | -2/+1 |
* | st/glsl_to_tgsi: store num_tgsi_tokens in st_*_program | Timothy Arceri | 2018-01-17 | 1 | -2/+1 |
* | compiler: Move blob up a level | Jason Ekstrand | 2017-10-12 | 1 | -1/+1 |
* | st/mesa: implement a tgsi on-disk shader cache | Timothy Arceri | 2017-02-23 | 1 | -0/+46 |