aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_buffer_objects.c
Commit message (Expand)AuthorAgeFilesLines
* i915: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-161-2/+2
* i915: Allocate the sys_buffer using _mesa_align_mallocIan Romanick2014-02-281-7/+8
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-50/+60
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-251-1/+4
* i915: Silence warning: unused parameter warning in intel_bufferobj_bufferIan Romanick2014-01-201-4/+3
* i915: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick2014-01-201-7/+21
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt2013-06-281-56/+0
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-281-23/+3
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+853
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-268/+1
* i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie2007-11-011-1/+1
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+268