aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-1/+1
* i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.Kenneth Graunke2018-03-021-1/+3
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-49/+48
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-4/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-2/+2
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-1/+1
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-3/+6
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-10/+10
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-9/+9
* mesa/macros: move ALIGN_NPOT to macros.hNanley Chery2015-08-261-6/+0
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+0
* i965: Massively simplify the intel_upload implementation.Eric Anholt2014-03-261-105/+62
* i965/upload: Refactor open-coded ALIGN-like computations.Kenneth Graunke2014-03-181-3/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* i965: Split intel_upload code out into a separate file.Kenneth Graunke2013-08-161-0/+177