index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_buffer_objects.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Add missing perf debug for a stall on mapping a BO.
Eric Anholt
2013-03-05
1
-0
/
+2
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-1
/
+1
*
mesa: remove FEATURE_APPLE_object_purgeable define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
intel: Add performance debug for some common GPU stalls.
Eric Anholt
2012-08-12
1
-1
/
+7
*
i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.
Kenneth Graunke
2012-07-12
1
-16
/
+10
*
i965: Revert the VBOs-in-system-memory hack.
Eric Anholt
2012-07-11
1
-8
/
+5
*
intel: Make use of the new GPU-unsynchronized map functionality in libdrm.
Eric Anholt
2012-03-21
1
-1
/
+3
*
intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.
Eric Anholt
2012-03-21
1
-14
/
+2
*
i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER.
Eric Anholt
2012-03-21
1
-15
/
+20
*
mesa: Set default access flags based on the run-time API
Ian Romanick
2012-01-19
1
-1
/
+1
*
intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.
Eric Anholt
2012-01-04
1
-1
/
+1
*
intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().
Eric Anholt
2012-01-04
1
-1
/
+3
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-4
/
+4
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-9
/
+9
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-4
/
+4
*
intel: Remove the pbo zero-copy code.
Eric Anholt
2011-09-22
1
-45
/
+0
*
intel: Silence "warning: unused parameter ‘intel’"
Ian Romanick
2011-09-09
1
-6
/
+4
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-22
/
+38
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-62
/
+7
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
Ian Romanick
2011-08-23
1
-1
/
+3
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-7
/
+3
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-8
/
+6
*
intel: GetBuffer fix
Ben Widawsky
2011-08-10
1
-1
/
+6
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
1
-3
/
+3
*
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
1
-58
/
+76
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-3
/
+1
*
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
1
-20
/
+45
*
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
1
-30
/
+16
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-8
/
+8
*
intel: Buffered upload
Chris Wilson
2011-02-21
1
-11
/
+74
*
intel: Replace the bo for a complete update
Chris Wilson
2011-02-21
1
-6
/
+13
*
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
1
-15
/
+52
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
1
-7
/
+55
*
intel: Use system memory for DYNAMIC_DRAW source objects
Chris Wilson
2011-02-21
1
-20
/
+31
*
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
i965: Avoid blits in BufferCopySubdata on gen6.
Eric Anholt
2010-10-18
1
-1
/
+2
*
i965: Fix assertion failure on gen6 BufferSubData to busy BO.
Eric Anholt
2010-10-18
1
-10
/
+17
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-19
/
+19
*
intel: Don't try to do work for BufferSubData with a size of 0.
Eric Anholt
2010-08-20
1
-0
/
+6
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-12
/
+12
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-2
/
+2
*
Merge branch 'object-purgeable'
Chris Wilson
2010-03-05
1
-1
/
+133
|
\
|
*
APPLE_object_purgeable: intel
Chris Wilson
2010-03-05
1
-1
/
+133
*
|
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-5
/
+3
|
/
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-6
/
+6
[next]