summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke1-9/+12
2017-07-13i965: Track a range of the buffer which contains valid data.Kenneth Graunke1-0/+11
2017-07-13i965: Add a "write" parameter to intel_bufferobj_buffer.Kenneth Graunke1-3/+4
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-5/+5
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-5/+5
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2014-03-26i965: Massively simplify the intel_upload implementation.Eric Anholt1-10/+11
2014-03-14i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt1-1/+6
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-3/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-10-23i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt1-2/+33
2013-10-23i965: Drop intel_bufferobj_source().Eric Anholt1-5/+0
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+0
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-6/+6
2013-07-09i965: Add forward declarations of brw_context to a few places.Kenneth Graunke1-0/+1
2013-07-03i965: Delete dead intel_buffer_object::range_map_size field.Kenneth Graunke1-1/+0
2013-07-03i965: Remove intel_buffer_object::source.Kenneth Graunke1-2/+0
2013-06-28i965: Drop the system-memory VBO support for i915.Eric Anholt1-3/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-0/+92
2007-12-15[intel] Merge intel_buffer_objects to shared.Eric Anholt1-74/+0
2007-12-15[965] Use shared intel_regions.c.Eric Anholt1-0/+4
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-2/+2
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+70