aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for GL_ARB_buffer_storage.Eric Anholt2014-03-141-2/+7
* i965: Always use CPU mappings for BOs on LLC platforms.Eric Anholt2014-03-141-1/+1
* i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt2014-03-141-51/+52
* i965: Switch mapping modes for non-explicit-flush blit-temporary maps.Eric Anholt2014-03-141-3/+3
* i965: Fix segfaults since the buffer_storage changes.Eric Anholt2014-02-251-1/+1
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-43/+54
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-251-1/+4
* i965: Stop throwing away our double precision for time calculations.Eric Anholt2014-02-211-2/+2
* i965: Create drm_intel_bo_map wrappers with performance warnings.Kenneth Graunke2014-02-031-0/+40
* i965: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick2014-01-201-7/+21
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt2014-01-091-1/+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-11/+77
* i965: Add a note about the late-allocation in intel_bufferobj_buffer().Eric Anholt2013-10-231-0/+4
* i965: Drop intel_bufferobj_source().Eric Anholt2013-10-231-13/+2
* i965: Directly call intel_batchbuffer_flush() after i915 split.Eric Anholt2013-08-301-1/+1
* i965: Improve comments for driver hooks in intel_buffer_object.c.Kenneth Graunke2013-08-161-16/+52
* i965: Split intel_upload code out into a separate file.Kenneth Graunke2013-08-161-133/+0
* i965: Move GL_APPLE_object_purgeable functionality into a new file.Kenneth Graunke2013-08-161-136/+0
* i965: Move intel_context::upload to brw_context.Kenneth Graunke2013-07-091-58/+53
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-2/+0
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-4/+3
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-7/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-33/+41
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Remove intel_buffer_object::source.Kenneth Graunke2013-07-031-4/+0
* i965: Fix buffer object segfault since removal of system memory BOs.Kenneth Graunke2013-07-031-0/+3
* i965: Drop the system-memory VBO support for i915.Eric Anholt2013-06-281-98/+4
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-23/+3
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+853
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-222/+1
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-22/+38
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-2/+2
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-2/+2
* [965] Remove AUB file support.Eric Anholt2007-09-271-4/+3
* Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell2006-09-071-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+207