index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_draw.c
Age
Commit message (
Expand
)
Author
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-13
mesa: Fix compiler warnings
Karl Schultz
2010-01-29
tnl: check that state is validated before drawing
Brian Paul
2010-01-27
tnl: fix double->float and int/uint conversion warnings
Brian Paul
2010-01-23
mesa: add core support for ARB_half_float_vertex.
Dave Airlie
2010-01-14
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-12
tnl: Remove unnecessary headers from t_draw.c.
Vinson Lee
2009-12-31
tnl: add check for conditional rendering
Brian Paul
2009-11-19
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
2009-11-19
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
Eric Anholt
2009-09-08
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-01-23
mesa: update tnl module for GL_EXT_vertex_array_bgra
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2007-09-29
fix VBO-split infinite loop (bug 12164)
Brian
2007-04-17
In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.
Brian
2007-01-30
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-15
Remove debug, reenable inplace splitting.
keithw
2007-01-15
Split too-large draw commands.
Keith Whitwell
2006-11-03
Fix compiler warnings.
Keith Whitwell
2006-11-02
Fix type-conversion of incoming vertices.
Keith Whitwell
2006-11-02
Respect array->Normalized flag.
Keith Whitwell
2006-11-02
missing file
Keith Whitwell