aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program_cache.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Bump the initial program cache size from 4kB to 16kB.Kenneth Graunke2017-08-291-1/+1
* i965: Issue performance warnings when growing the program cacheKenneth Graunke2017-08-291-0/+3
* i965: Drop non-LLC lunacy in the program cache code.Kenneth Graunke2017-07-221-63/+21
* i965: Set MAP_PERSISTENT on program cache buffers.Kenneth Graunke2017-07-221-4/+8
* i965: Correctly set MAP_WRITE when creating the LLC program cache map.Kenneth Graunke2017-07-221-1/+1
* i965: Remove brw_bo_map_unsynchronized()Matt Turner2017-06-061-2/+2
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-3/+3
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-3/+3
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-3/+3
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-11/+20
* i965: Mark shader programs for capture in the error state.Matt Turner2017-05-151-0/+4
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-071-4/+7
* 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