Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Move the back-end compiler to src/intel/compiler | Jason Ekstrand | 2017-03-13 | 1 | -1/+1 |
* | i965: Reduce cross-pollination between the DRI driver and compiler | Jason Ekstrand | 2017-03-01 | 1 | -1/+1 |
* | i965: Make brw_cache_item structure private to brw_program_cache.c. | Kenneth Graunke | 2017-01-18 | 1 | -0/+21 |
* | i965: Don't map/unmap in brw_print_program_cache on LLC platforms. | Kenneth Graunke | 2017-01-17 | 1 | -2/+4 |
* | i965: Move program cache printing to brw_program_cache.c. | Kenneth Graunke | 2017-01-17 | 1 | -0/+46 |
* | i965: Make a helper for finding an existing shader variant. | Kenneth Graunke | 2017-01-17 | 1 | -0/+38 |
* | i965: remove remaining tabs in brw_program_cache.c | Timothy Arceri | 2016-11-11 | 1 | -30/+28 |
* | i965: rename brw_state_cache_check_size() to brw_program_cache_check_size() | Timothy Arceri | 2016-11-11 | 1 | -1/+1 |
* | i965: rename brw_state_cache.c -> brw_program_cache.c | Timothy Arceri | 2016-11-11 | 1 | -0/+446 |