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_dd
/
t_dd_dmatmp.h
Age
Commit message (
Expand
)
Author
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2009-12-12
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Vinson Lee
2006-07-28
Fix build failure in the savage driver.
Eric Anholt
2006-07-20
Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...
Brian Paul
2005-01-13
Fix loop for quads-as-triangles.
Keith Whitwell
2005-01-05
Improve some quad paths, gives gears a little boost.
Keith Whitwell
2004-10-16
Removed two unnecessary variables.
Ville Syrjala
2004-07-20
fix compare w/ zero warnings (bug 988766)
Brian Paul
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-05-10
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-02-04
Fix off-by-one in calculations for wrapped trifan, polygon primitives
Keith Whitwell
2003-12-11
Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()
Keith Whitwell
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul