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: add comments, braces in ATTR_UNION() in vbo_exec_api.c
Brian Paul
2015-10-13
1
-2
/
+12
*
vbo: fix whitespace in vbo_exec_draw.c
Brian Paul
2015-10-13
1
-13
/
+12
*
vbo: move 'tmp' var initialization
Brian Paul
2015-10-13
1
-1
/
+2
*
vbo: improve fprintf() formatting
Brian Paul
2015-10-13
1
-1
/
+1
*
vbo: simplify vertex array initializations in vbo_context.c
Brian Paul
2015-10-13
1
-52
/
+43
*
vbo: get rid of needless NR_MAT_ATTRIBS constant
Brian Paul
2015-10-13
1
-6
/
+3
*
vbo: fix incorrect switch statement in init_mat_currval()
Brian Paul
2015-10-13
1
-1
/
+1
*
mesa: remove Driver.EndCallList
Marek Olšák
2015-10-03
3
-10
/
+1
*
mesa: remove Driver.BeginCallList
Marek Olšák
2015-10-03
3
-2
/
+1
*
mesa: remove Driver.EndList
Marek Olšák
2015-10-03
3
-2
/
+1
*
mesa: remove Driver.NewList
Marek Olšák
2015-10-03
3
-2
/
+1
*
mesa: remove Driver.NotifySaveBegin
Marek Olšák
2015-10-03
4
-7
/
+2
*
mesa: remove Driver.SaveFlushVertices
Marek Olšák
2015-10-03
4
-3
/
+2
*
mesa: remove Driver.FlushVertices
Marek Olšák
2015-10-03
4
-3
/
+11
*
mesa: remove Driver.BeginVertices
Marek Olšák
2015-10-03
2
-3
/
+2
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
8
-18
/
+19
*
vbo: Avoid double promotion.
Matt Turner
2015-07-29
2
-5
/
+5
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-29
/
+29
*
gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions
Ian Romanick
2015-05-28
1
-1
/
+4
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
5
-35
/
+199
*
Fix a few typos
Zoë Blade
2015-04-27
2
-2
/
+2
*
vbo: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
4
-5
/
+5
*
i965: Fix software primitive restart with indirect draws.
Kenneth Graunke
2015-04-14
1
-2
/
+4
*
vbo: improve the code style by adjust the preprocessing c code directives
Marius Predut
2015-03-11
2
-42
/
+34
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
2
-0
/
+16
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
5
-0
/
+6
*
mesa/vbo: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
5
-18
/
+18
*
mesa: use fi_type in vertex attribute code
Marius Predut
2015-02-25
9
-80
/
+97
*
mesa/vbo: Use unreachable to silence uninitialized var warning.
Matt Turner
2015-02-23
1
-2
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
5
-17
/
+17
*
vbo: fix an unitialized-variable warning
Marek Olšák
2015-02-21
1
-0
/
+1
*
mesa: fix display list 8-byte alignment issue
Brian Paul
2015-01-30
1
-1
/
+4
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+2
*
vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
Marek Olšák
2015-01-07
1
-1
/
+2
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
1
-12
/
+11
*
vbo: also print buffer object pointer in vbo_print_vertex_list()
Brian Paul
2014-12-01
1
-2
/
+6
*
mesa: some improvements for print_list()
Brian Paul
2014-12-01
1
-4
/
+4
*
mesa: Add SSE 4.1 optimisation for glDrawElements.
Timothy Arceri
2014-11-06
1
-3
/
+11
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
2
-4
/
+2
*
mesa: Drop the always-software-primitive-restart paths.
Eric Anholt
2014-09-30
2
-42
/
+8
*
mesa: Set correct array element in vbo_exec_vtx_init.
Kenneth Graunke
2014-09-24
1
-1
/
+1
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
4
-24
/
+6
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
1
-1
/
+1
*
mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.
Kenneth Graunke
2014-08-15
1
-0
/
+6
*
mesa: fix crash in st/mesa after deleting a VAO
Marek Olšák
2014-07-11
2
-33
/
+4
*
mesa: check constant before null check
Timothy Arceri
2014-05-22
1
-3
/
+3
*
mesa: add extra null checks in vbo_rebase_prims()
Juha-Pekka Heikkila
2014-05-02
1
-2
/
+21
*
mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
Anuj Phogat
2014-05-01
1
-22
/
+23
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
8
-56
/
+81
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-2
/
+2
[next]