remove final imports.h and imports.c bits
[mesa.git] / src / mesa / drivers / dri / i965 / intel_upload.c
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-02 Kenneth Graunkei965: Mark upload buffers with MAP_ASYNC and MAP_PERSIS...
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
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-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...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cherymesa/macros: move ALIGN_NPOT to macros.h
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-03-26 Eric Anholti965: Massively simplify the intel_upload implementation.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-08-17 Kenneth Graunkei965: Split intel_upload code out into a separate file.