aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add missing perf debug for a stall on mapping a BO.Eric Anholt2013-03-051-0/+2
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-1/+1
* mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden2012-09-151-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* intel: Add performance debug for some common GPU stalls.Eric Anholt2012-08-121-1/+7
* i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.Kenneth Graunke2012-07-121-16/+10
* i965: Revert the VBOs-in-system-memory hack.Eric Anholt2012-07-111-8/+5
* intel: Make use of the new GPU-unsynchronized map functionality in libdrm.Eric Anholt2012-03-211-1/+3
* intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.Eric Anholt2012-03-211-14/+2
* i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.Eric Anholt2012-03-211-15/+20
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-191-1/+1
* intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.Eric Anholt2012-01-041-1/+1
* intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt2012-01-041-1/+3
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-4/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-9/+9
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-4/+4
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-221-45/+0
* intel: Silence "warning: unused parameter ‘intel’"Ian Romanick2011-09-091-6/+4
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-22/+38
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-62/+7
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-231-1/+1
* intel: Correctly check for read-only mappings in intel_bufferobj_map_rangeIan Romanick2011-08-231-1/+3
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-7/+3
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-8/+6
* intel: GetBuffer fixBen Widawsky2011-08-101-1/+6
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-041-3/+3
* intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2011-02-241-58/+76
* intel: extend current vertex buffersChris Wilson2011-02-211-3/+1
* intel: Use specified alignment for writes into the upload bufferChris Wilson2011-02-211-20/+45
* intel: combine short memcpy using a temporary allocated bufferChris Wilson2011-02-211-30/+16
* intel: use pwrite for batchChris Wilson2011-02-211-8/+8
* intel: Buffered uploadChris Wilson2011-02-211-11/+74
* intel: Replace the bo for a complete updateChris Wilson2011-02-211-6/+13
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-211-15/+52
* intel: Pack dynamic draws togetherChris Wilson2011-02-211-7/+55
* intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson2011-02-211-20/+31
* intel: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* i965: Avoid blits in BufferCopySubdata on gen6.Eric Anholt2010-10-181-1/+2
* i965: Fix assertion failure on gen6 BufferSubData to busy BO.Eric Anholt2010-10-181-10/+17
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-19/+19
* intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt2010-08-201-0/+6
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-12/+12
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-2/+2
* Merge branch 'object-purgeable'Chris Wilson2010-03-051-1/+133
|\
| * APPLE_object_purgeable: intelChris Wilson2010-03-051-1/+133
* | intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-5/+3
|/
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6