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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: add a comment on vbo_draw_transform_feedback()
Brian Paul
2018-02-08
1
-0
/
+8
*
vbo: improve comments on vbo_draw_func()
Brian Paul
2018-02-08
1
-4
/
+5
*
mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArray
Brian Paul
2018-02-06
1
-1
/
+1
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
2
-262
/
+0
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
1
-4
/
+4
*
vbo: provide 64bits support to print_draw_arrays
Andres Gomez
2018-02-06
1
-2
/
+19
*
vbo: take into account the size when printing VAO elements
Andres Gomez
2018-02-06
1
-1
/
+1
*
vbo: print first element of the VAO when the binding stride is 0
Andres Gomez
2018-02-06
1
-3
/
+4
*
vbo: Simplify input array distribution for dlist type draws.
Mathias Fröhlich
2018-02-01
1
-46
/
+8
*
vbo: Simplify input array distribution for imm type draws.
Mathias Fröhlich
2018-02-01
1
-66
/
+15
*
vbo: Simplify input array distribution for array type draws.
Mathias Fröhlich
2018-02-01
1
-83
/
+27
*
vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
Mathias Fröhlich
2018-02-01
6
-35
/
+99
*
mesa: Put materials at the end of the generic block.
Mathias Fröhlich
2018-02-01
3
-16
/
+16
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
4
-13
/
+20
*
vbo: Correctly handle attribute offsets in dlist draw.
Mathias Fröhlich
2018-02-01
3
-31
/
+36
*
vbo: change an argument in vbo_draw_indirect_prims()
Brian Paul
2018-02-01
1
-5
/
+12
*
vbo: add comments on the VBO draw function typedefs
Brian Paul
2018-02-01
1
-2
/
+55
*
vbo: s/drawcount/drawcount_offset
Brian Paul
2018-02-01
1
-12
/
+16
*
vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()
Brian Paul
2018-02-01
1
-7
/
+7
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
4
-4
/
+8
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
4
-41
/
+6
*
vbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bindings()
Brian Paul
2018-01-29
1
-3
/
+3
*
vbo: add new VBO_ATTRIBS_ masks to vbo_attrib.h
Brian Paul
2018-01-29
1
-0
/
+15
*
vbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/
Brian Paul
2018-01-29
2
-12
/
+13
*
vbo: minor clean-ups in vbo_exec.h
Brian Paul
2018-01-29
1
-5
/
+6
*
vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.h
Brian Paul
2018-01-29
1
-3
/
+3
*
vbo: whitespace/formatting fixes in vbo_exec.h
Brian Paul
2018-01-29
1
-15
/
+18
*
vbo: move, rename vp_mode enums, get_program_mode() function
Brian Paul
2018-01-29
5
-22
/
+27
*
vbo: s/cl/array/ in vbo_context.c
Brian Paul
2018-01-29
1
-15
/
+15
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-24
3
-3
/
+8
*
vbo: whitespace/formatting fixes in vbo_split_inplace.c
Brian Paul
2018-01-24
1
-104
/
+111
*
vbo: whitespace/formatting fixes in vbo.h
Brian Paul
2018-01-24
1
-44
/
+68
*
vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
Brian Paul
2018-01-24
2
-13
/
+0
*
vbo: remove unused vbo_any_varyings_in_vbos() function
Brian Paul
2018-01-24
2
-13
/
+0
*
vbo: remove unneeded #includes
Brian Paul
2018-01-24
4
-5
/
+0
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
11
-72
/
+1
*
vbo: move remaining items from vbo_context.h to vbo.h
Brian Paul
2018-01-24
6
-43
/
+34
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
12
-165
/
+227
*
mesa: use new _vbo_install_exec_vtxfmt() function
Brian Paul
2018-01-24
2
-0
/
+14
*
vbo: move vbo_sizeof_ib_type() into vbo_exec_array.c
Brian Paul
2018-01-24
2
-23
/
+24
*
mesa: move vbo_count_tessellated_primitives() to api_validate.c
Brian Paul
2018-01-24
2
-69
/
+0
*
vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.c
Brian Paul
2018-01-24
1
-0
/
+5
*
vbo: replace assert(0) with unreachable()
Brian Paul
2018-01-24
5
-11
/
+10
*
vbo: fix, add comment in vbo_save.h
Brian Paul
2018-01-24
1
-2
/
+2
*
vbo: whitespace, formatting fixes in vbo_split.[ch]
Brian Paul
2018-01-24
2
-60
/
+65
*
vbo: fix VBO optimization regression
Brian Paul
2018-01-18
2
-4
/
+7
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
vbo: reindent vbo_attrib.h to use 3 spaces
Brian Paul
2018-01-17
1
-50
/
+50
*
vbo: whitespace, formatting fixes in vbo_exec_api.c
Brian Paul
2018-01-17
1
-99
/
+98
*
vbo: add assertions, comments in vbo_exec_api.c
Brian Paul
2018-01-17
1
-1
/
+7
[next]