summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_upload.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-1/+2
2018-03-27i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke1-1/+1
2018-03-02i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.Kenneth Graunke1-1/+3
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke1-49/+48
2017-06-06i965: Add and use brw_bo_map()Matt Turner1-4/+1
2017-06-06i965: Pass flags to brw_bo_map_*Matt Turner1-2/+2
2017-06-06i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner1-1/+1
2017-06-06i965: Remove brw_bo's virtual memberMatt Turner1-3/+6
2017-04-10i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-10/+10
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-9/+9
2015-08-26mesa/macros: move ALIGN_NPOT to macros.hNanley Chery1-6/+0
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt1-1/+0
2014-03-26i965: Massively simplify the intel_upload implementation.Eric Anholt1-105/+62
2014-03-18i965/upload: Refactor open-coded ALIGN-like computations.Kenneth Graunke1-3/+9
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-08-16i965: Split intel_upload code out into a separate file.Kenneth Graunke1-0/+177