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
/
tnl
/
t_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
tnl: Code formatting in t_draw.c
Ian Romanick
2020-04-13
1
-140
/
+132
*
tnl: Silence unused parameter warnings in _tnl_draw_prims
Ian Romanick
2020-04-13
1
-6
/
+4
*
tnl: Silence unused parameter 'attrib' warning in convert_half_to_float
Ian Romanick
2020-04-13
1
-8
/
+7
*
tnl: Don't dereference NULL obj pointer in bind_indices
Ian Romanick
2020-04-13
1
-14
/
+16
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-2
/
+2
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
1
-4
/
+4
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
1
-5
/
+9
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
1
-4
/
+3
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-11
/
+11
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-6
/
+89
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
1
-6
/
+5
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
1
-4
/
+4
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
1
-3
/
+4
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-3
/
+39
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-44
/
+51
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
1
-3
/
+4
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-4
/
+4
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-6
/
+6
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-0
/
+1
*
tnl: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
tnl: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+2
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
1
-23
/
+11
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-9
/
+12
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
tnl: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-1
/
+2
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-1
/
+2
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
vbo: introduce vbo_sizeof_ib_type() function
Yuanhan Liu
2011-12-30
1
-18
/
+2
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
tnl: fix regression in bind_indices()
Brian Paul
2011-08-30
1
-1
/
+2
*
tnl: add const qualifier to silence warning
Brian Paul
2011-08-30
1
-1
/
+1
*
tnl: use buffer helper functions to improve readbility
Brian Paul
2011-08-30
1
-1
/
+3
*
tnl: Only map the necessary buffer range in bind_indices
Ian Romanick
2011-08-23
1
-5
/
+21
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-6
/
+5
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-2
/
+0
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
tnl: Add support for datatype GL_FIXED in vertex arrays
Chad Versace
2011-02-15
1
-0
/
+40
*
tnl: assert that num_instances > 0
Brian Paul
2011-01-17
1
-0
/
+2
*
tnl: implement instanced drawing
Brian Paul
2010-12-10
1
-7
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
[next]