summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25i965: Implement DriverFlags.NewShaderStorageBufferIago Toral Quiroga1-0/+2
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-2/+2
2015-04-17i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke1-5/+11
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-3/+3
2014-10-29i965: Rename intel_bufferobj_* functions to match GL and DD hooks.Kenneth Graunke1-65/+64
2014-10-23i965: Silence unused variable warning.Matt Turner1-2/+1
2014-10-16mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke1-2/+2
2014-10-16i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecifiedChris Forbes1-0/+2
2014-10-16i965: Dirty state in BO reallocation based on usage historyChris Forbes1-1/+4
2014-10-13i965: Issue performance warnings on MapBufferRange stalls.Kenneth Graunke1-3/+4
2014-09-23i965: Add extra null check in intel_bufferobj_alloc()Juha-Pekka Heikkila1-0/+3
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-1/+1
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-1/+1
2014-03-14i965: Add support for GL_ARB_buffer_storage.Eric Anholt1-2/+7
2014-03-14i965: Always use CPU mappings for BOs on LLC platforms.Eric Anholt1-1/+1
2014-03-14i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt1-51/+52
2014-03-14i965: Switch mapping modes for non-explicit-flush blit-temporary maps.Eric Anholt1-3/+3
2014-02-25i965: Fix segfaults since the buffer_storage changes.Eric Anholt1-1/+1
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-43/+54
2014-02-25mesa: add storage flags parameter to Driver.BufferDataMarek Olšák1-1/+4
2014-02-21i965: Stop throwing away our double precision for time calculations.Eric Anholt1-2/+2
2014-02-03i965: Create drm_intel_bo_map wrappers with performance warnings.Kenneth Graunke1-0/+40
2014-01-20i965: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick1-7/+21
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-09i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt1-1/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-10-23i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt1-11/+77
2013-10-23i965: Add a note about the late-allocation in intel_bufferobj_buffer().Eric Anholt1-0/+4
2013-10-23i965: Drop intel_bufferobj_source().Eric Anholt1-13/+2
2013-08-30i965: Directly call intel_batchbuffer_flush() after i915 split.Eric Anholt1-1/+1
2013-08-16i965: Improve comments for driver hooks in intel_buffer_object.c.Kenneth Graunke1-16/+52
2013-08-16i965: Split intel_upload code out into a separate file.Kenneth Graunke1-133/+0
2013-08-16i965: Move GL_APPLE_object_purgeable functionality into a new file.Kenneth Graunke1-136/+0
2013-07-09i965: Move intel_context::upload to brw_context.Kenneth Graunke1-58/+53
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-2/+0
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-4/+3
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-7/+5
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-33/+41
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Remove intel_buffer_object::source.Kenneth Graunke1-4/+0
2013-07-03i965: Fix buffer object segfault since removal of system memory BOs.Kenneth Graunke1-0/+3
2013-06-28i965: Drop the system-memory VBO support for i915.Eric Anholt1-98/+4
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-23/+3
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+853
2007-12-15[intel] Merge intel_buffer_objects to shared.Eric Anholt1-222/+1
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-1/+1
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-22/+38
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-2/+2