i965: replace fnv1a hash function with xxhash
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program_cache.c
2020-05-25 Dmitriy Nesteri965: replace fnv1a hash function with xxhash
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-11-12 Danylo Piliaievi965/program_cache: Lift restriction on shader key...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Jason Ekstrandi965/program_cache: Cast the key to char * before addin...
2018-07-10 Jordan Justeni965: Add flag_state param to brw_search_cache
2018-07-10 Jordan Justeni965: Add brw_stage_cache_id to map gl stages to brw...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-04-30 Kenneth Graunkei965: Don't stomp initial kflags for program cache.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-02-03 Jordan Justeni965: Create new program cache bo when clearing the...
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