summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Massively simplify the intel_upload implementation.Eric Anholt2014-03-261-10/+11
* i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt2014-03-141-1/+6
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-3/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-231-2/+33
* i965: Drop intel_bufferobj_source().Eric Anholt2013-10-231-5/+0
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-6/+6
* i965: Add forward declarations of brw_context to a few places.Kenneth Graunke2013-07-091-0/+1
* i965: Delete dead intel_buffer_object::range_map_size field.Kenneth Graunke2013-07-031-1/+0
* i965: Remove intel_buffer_object::source.Kenneth Graunke2013-07-031-2/+0
* i965: Drop the system-memory VBO support for i915.Eric Anholt2013-06-281-3/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+92
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-74/+0
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-0/+4
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-2/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+70