index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
vbo
/
vbo_exec_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: remove unused var, remove unneeded local var
Brian Paul
2011-08-24
1
-4
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-12
/
+6
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-2
/
+1
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Update _ElementSize.
Brian Paul
2011-04-07
1
-0
/
+1
*
vbo: rename, document function params
Brian Paul
2011-02-21
1
-5
/
+5
*
vbo: comments
Brian Paul
2011-02-21
1
-0
/
+8
*
vbo: replace assert(0) with proper assertions
Brian Paul
2011-02-21
1
-5
/
+2
*
vbo: notify a driver that we change buffer offsets, strides, etc.
Marek Olšák
2011-02-14
1
-0
/
+1
*
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
vbo: Avoid unnecessary copy to/from current in vertex format upgrade.
Francisco Jerez
2010-11-06
1
-8
/
+5
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: Remove inclusion of compiler.h from mtypes.h.
Vinson Lee
2010-07-31
1
-0
/
+1
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-30
1
-1
/
+0
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-16
/
+16
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-8
/
+8
*
vbo: Remove unnecessary header from vbo_exec_draw.c.
Vinson Lee
2010-01-12
1
-1
/
+0
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
1
-0
/
+4
|
\
|
*
vbo: fix out-of-bounds array access
Brian Paul
2009-11-04
1
-0
/
+4
*
|
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
2009-09-30
1
-0
/
+6
|
/
*
vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.
Eric Anholt
2009-08-28
1
-1
/
+3
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-26
1
-0
/
+1
|
\
|
*
vbo: fix divide by zero exception
Brian Paul
2009-08-24
1
-1
/
+1
*
|
vbo: fix divide by zero exception
Brian Paul
2009-08-24
1
-1
/
+1
*
|
vbo: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-6
/
+6
*
|
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-1
/
+1
|
\
|
|
*
Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit
Keith Whitwell
2009-06-30
1
-9
/
+19
|
|
\
|
*
|
mesa/vbo: use _lookup_prim_by_nr for debugging
Keith Whitwell
2009-06-30
1
-1
/
+1
*
|
|
vbo: If MapBufferRange fails, try MapBuffer instead.
Corbin Simpson
2009-07-02
1
-1
/
+2
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
1
-9
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange.
José Fonseca
2009-06-30
1
-9
/
+19
|
|
/
*
/
vbo: asst. reformatting, clean-ups
Brian Paul
2009-05-22
1
-34
/
+46
|
/
*
vbo: fix crash in vbo_exec_bind_arrays()
Brian Paul
2009-05-22
1
-0
/
+1
*
mesa: s/int/GLsizeiptr/ to silence warning with 64-bit build
Brian Paul
2009-03-07
1
-1
/
+1
*
mesa: Follow ARB_map_buffer_range more stricly.
José Fonseca
2009-03-04
1
-6
/
+9
*
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
1
-1
/
+7
|
\
|
*
vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-1
/
+7
|
*
Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"
Keith Whitwell
2009-03-04
1
-5
/
+1
|
*
vbo: avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-1
/
+5
*
|
mesa: Implement and use FlushMappedBufferRange.
José Fonseca
2009-03-04
1
-0
/
+7
*
|
mesa: Massage the interface to more closely resemble ARB_map_buffer_range
José Fonseca
2009-03-03
1
-5
/
+2
|
/
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
1
-19
/
+99
|
\
|
*
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
1
-17
/
+101
*
|
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-0
/
+7
|
\
\
|
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-0
/
+7
|
|
\
|
|
|
*
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-07
1
-1
/
+1
|
|
*
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-10-03
1
-0
/
+8
[next]