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
*
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
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-1
/
+1
*
tnl: check that state is validated before drawing
Brian Paul
2010-01-29
1
-0
/
+3
*
tnl: fix double->float and int/uint conversion warnings
Brian Paul
2010-01-27
1
-1
/
+1
*
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-23
1
-0
/
+19
*
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-4
/
+0
|
\
|
*
tnl: Remove unnecessary headers from t_draw.c.
Vinson Lee
2010-01-12
1
-4
/
+0
*
|
tnl: add check for conditional rendering
Brian Paul
2009-12-31
1
-0
/
+4
*
|
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
1
-4
/
+1
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
1
-4
/
+2
*
|
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
2009-11-19
1
-2
/
+1
*
|
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
2009-11-19
1
-1
/
+0
*
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-4
/
+0
*
|
tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
Eric Anholt
2009-11-19
1
-1
/
+0
|
/
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-16
/
+42
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-2
/
+16
*
mesa: update tnl module for GL_EXT_vertex_array_bgra
Brian Paul
2009-01-23
1
-1
/
+30
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-7
/
+7
*
fix VBO-split infinite loop (bug 12164)
Brian
2007-09-29
1
-4
/
+3
[next]