summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-11mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECTMarek Olšák1-0/+13
2013-04-21intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt1-2/+3
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-30intel: Remove a never-taken debug print path.Eric Anholt1-5/+0
2013-03-05intel: Add missing perf debug for a stall on mapping a BO.Eric Anholt1-0/+2
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-1/+1
2012-09-15mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden1-4/+0
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-4/+2
2012-08-12intel: Add performance debug for some common GPU stalls.Eric Anholt1-1/+7
2012-07-12i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.Kenneth Graunke1-16/+10
2012-07-11i965: Revert the VBOs-in-system-memory hack.Eric Anholt1-8/+5
2012-03-21intel: Make use of the new GPU-unsynchronized map functionality in libdrm.Eric Anholt1-1/+3
2012-03-21intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.Eric Anholt1-14/+2
2012-03-21i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.Eric Anholt1-15/+20
2012-01-19mesa: Set default access flags based on the run-time APIIan Romanick1-1/+1
2012-01-04intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.Eric Anholt1-1/+1
2012-01-04intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt1-1/+3
2011-11-21intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace1-4/+4
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-9/+9
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-4/+4
2011-09-22intel: Remove the pbo zero-copy code.Eric Anholt1-45/+0
2011-09-09intel: Silence "warning: unused parameter ‘intel’"Ian Romanick1-6/+4
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick1-22/+38
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-62/+7
2011-08-23mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick1-1/+1
2011-08-23intel: Correctly check for read-only mappings in intel_bufferobj_map_rangeIan Romanick1-1/+3
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick1-1/+1
2011-08-23mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick1-1/+0
2011-08-23mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick1-1/+0
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-7/+3
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-8/+6
2011-08-10intel: GetBuffer fixBen Widawsky1-1/+6
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson1-3/+3
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson1-58/+76
2011-02-21intel: extend current vertex buffersChris Wilson1-3/+1
2011-02-21intel: Use specified alignment for writes into the upload bufferChris Wilson1-20/+45
2011-02-21intel: combine short memcpy using a temporary allocated bufferChris Wilson1-30/+16
2011-02-21intel: use pwrite for batchChris Wilson1-8/+8
2011-02-21intel: Buffered uploadChris Wilson1-11/+74
2011-02-21intel: Replace the bo for a complete updateChris Wilson1-6/+13
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson1-15/+52
2011-02-21intel: Pack dynamic draws togetherChris Wilson1-7/+55
2011-02-21intel: Use system memory for DYNAMIC_DRAW source objectsChris Wilson1-20/+31
2011-01-09intel: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-18i965: Avoid blits in BufferCopySubdata on gen6.Eric Anholt1-1/+2
2010-10-18i965: Fix assertion failure on gen6 BufferSubData to busy BO.Eric Anholt1-10/+17
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-19/+19
2010-08-20intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt1-0/+6
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-12/+12
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-2/+2