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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: bind arrays only when necessary
Marek Olšák
2011-02-14
1
-0
/
+5
*
vbo: notify a driver that we change buffer offsets, strides, etc.
Marek Olšák
2011-02-14
2
-0
/
+2
*
vbo: added comment
Brian Paul
2011-01-20
1
-1
/
+1
*
vbo: initialize num_instances in a few places
Brian Paul
2011-01-18
2
-0
/
+2
*
vbo: init num_instances in split_prims()
Brian Paul
2011-01-17
1
-0
/
+1
*
mesa: s/primcount/numInstances/
Brian Paul
2011-01-17
1
-10
/
+10
*
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
9
-0
/
+9
*
vbo: remove a redundant call to _ae_invalidate_state
Marek Olšák
2011-01-06
1
-1
/
+0
*
vbo: Clean up header file inclusion in vbo.h.
Vinson Lee
2010-12-30
1
-1
/
+4
*
vbo: Avoid the copy to current in dlists if not required.
Mathias Fröhlich
2010-12-10
3
-25
/
+36
*
vbo: Fix GLES2 glVertexAttrib.
Chia-I Wu
2010-12-08
2
-34
/
+48
*
vbo: Drop second ATTR macro.
Chia-I Wu
2010-12-08
1
-27
/
+1
*
vbo: Avoid unnecessary copy to/from current in vertex format upgrade.
Francisco Jerez
2010-11-06
2
-48
/
+63
*
Merge branch 'glapi-reorg'
Chia-I Wu
2010-10-29
1
-8
/
+8
|
\
|
*
vbo: Use CALL_* macros.
Chia-I Wu
2010-10-27
1
-8
/
+8
*
|
mesa: implement integer-valued vertex attribute functions
Brian Paul
2010-10-28
3
-0
/
+237
*
|
vbo: re-indent file
Brian Paul
2010-10-28
1
-181
/
+234
|
/
*
vbo: support for primitive restart
Brian Paul
2010-10-21
3
-86
/
+186
*
Drop the "neutral" tnl module
Kristian Høgsberg
2010-10-14
1
-7
/
+7
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
19
-123
/
+123
*
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-10-12
2
-0
/
+13
*
mesa: Revert accidentally committed vertex code chunk
Kristian Høgsberg
2010-09-13
1
-2
/
+0
*
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
2010-09-13
1
-0
/
+2
*
mesa: fix some printf warnings with casts
Brian Paul
2010-09-02
1
-2
/
+2
*
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
*
mesa: Fix potential out-of-bounds access by _vbo_Materialf.
Vinson Lee
2010-07-15
1
-1
/
+4
*
vbo: misc clean-ups
Brian Paul
2010-06-04
1
-29
/
+36
*
vbo: Remove unnecessary header.
Vinson Lee
2010-05-30
1
-1
/
+0
*
vbo: comments and whitespace
Brian Paul
2010-05-27
1
-7
/
+5
*
vbo: remove unused prototype
Brian Paul
2010-05-27
1
-3
/
+0
*
vbo: remove dead code
Brian Paul
2010-05-27
1
-21
/
+0
*
vbo: update/add comments
Brian Paul
2010-05-27
1
-15
/
+62
*
mesa/es: Remove omit list.
Chia-I Wu
2010-05-12
7
-7
/
+35
*
mesa: Only initialize save dispatch table for OpenGL
Kristian Høgsberg
2010-05-03
1
-2
/
+4
*
mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c
Kristian Høgsberg
2010-04-27
2
-0
/
+81
*
mesa: unmap the immediate mode VB before destroying it
Brian Paul
2010-04-19
1
-1
/
+4
*
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-04-04
4
-4
/
+90
*
vbo: Fix vbo_split_copy to pass correct max_index to draw.
Pauli Nieminen
2010-03-21
1
-1
/
+1
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
4
-4
/
+4
*
vbo: remove dead code
Brian Paul
2010-02-24
1
-35
/
+3
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
8
-84
/
+84
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
3
-13
/
+13
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
3
-28
/
+28
*
vbo: fix broken glMultiDrawElements()
Brian Paul
2010-02-15
1
-4
/
+5
*
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
2
-2
/
+22
*
mesa: Fix null buffer object reference counting.
José Fonseca
2010-02-09
1
-0
/
+11
*
vbo: fix void * arithmetic warning
Keith Whitwell
2010-02-03
1
-1
/
+2
[next]