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
/
vbo
/
vbo_exec_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
1
-4
/
+3
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: remove FEATURE_beginend define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: add gl_context::NewDriverState and use it for vertex arrays
Marek Olšák
2012-05-08
1
-1
/
+1
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-2
/
+1
*
vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY
Marek Olšák
2012-04-23
1
-1
/
+1
*
vbo: remove vbo_context::mat_currval
Marek Olšák
2012-04-19
1
-1
/
+2
*
vbo: remove vbo_context::generic_currval
Marek Olšák
2012-04-19
1
-1
/
+2
*
vbo: remove vbo_context::legacy_currval
Marek Olšák
2012-04-19
1
-2
/
+2
*
mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputs
Marek Olšák
2012-04-19
1
-1
/
+1
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
vbo: Use The VERT_{ATTRIB,BIT} defines.
Mathias Fröhlich
2011-11-29
1
-10
/
+12
*
vbo: better handling of VBO allocation failures
Brian Paul
2011-11-11
1
-18
/
+44
*
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
[next]