i965/icl: Update the assert in brw_memory_barrier()
[mesa.git] / src / mesa / drivers / dri / i965 / intel_upload.c
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.