i965: Rename 'aux' to 'prog_data' in program cache.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program_cache.c
2018-01-19 Kenneth Graunkei965: Rename 'aux' to 'prog_data' in program cache.
2017-08-29 Kenneth Graunkei965: Bump the initial program cache size from 4kB...
2017-08-29 Kenneth Graunkei965: Issue performance warnings when growing the progr...
2017-07-23 Kenneth Graunkei965: Drop non-LLC lunacy in the program cache code.
2017-07-23 Kenneth Graunkei965: Set MAP_PERSISTENT on program cache buffers.
2017-07-23 Kenneth Graunkei965: Correctly set MAP_WRITE when creating the LLC...
2017-06-06 Matt Turneri965: Remove brw_bo_map_unsynchronized()
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-05-15 Matt Turneri965: Mark shader programs for capture in the error...
2017-05-08 Kenneth Graunkei965: Don't try to unmap NULL program cache BO.
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-01-18 Kenneth Graunkei965: Make brw_cache_item structure private to brw_prog...
2017-01-18 Kenneth Graunkei965: Don't map/unmap in brw_print_program_cache on...
2017-01-18 Kenneth Graunkei965: Move program cache printing to brw_program_cache.c.
2017-01-18 Kenneth Graunkei965: Make a helper for finding an existing shader...
2016-11-11 Timothy Arcerii965: remove remaining tabs in brw_program_cache.c
2016-11-11 Timothy Arcerii965: rename brw_state_cache_check_size() to brw_progra...
2016-11-11 Timothy Arcerii965: rename brw_state_cache.c -> brw_program_cache.c