aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program_cache.c
Commit message (Expand)AuthorAgeFilesLines
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-6/+6
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-17/+17
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-17/+17
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-1/+1
* i965: Make brw_cache_item structure private to brw_program_cache.c.Kenneth Graunke2017-01-181-0/+21
* i965: Don't map/unmap in brw_print_program_cache on LLC platforms.Kenneth Graunke2017-01-171-2/+4
* i965: Move program cache printing to brw_program_cache.c.Kenneth Graunke2017-01-171-0/+46
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-171-0/+38
* i965: remove remaining tabs in brw_program_cache.cTimothy Arceri2016-11-111-30/+28
* i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()Timothy Arceri2016-11-111-1/+1
* i965: rename brw_state_cache.c -> brw_program_cache.cTimothy Arceri2016-11-111-0/+446