summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd/t_dd_dmatmp.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee
2006-07-28Fix build failure in the savage driver.Eric Anholt
2006-07-20Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ↵Brian Paul
ctx->Light.ShadeModel
2005-01-13Fix loop for quads-as-triangles.Keith Whitwell
2005-01-05Improve some quad paths, gives gears a little boost.Keith Whitwell
2004-10-16Removed two unnecessary variables.Ville Syrjala
2004-07-20fix compare w/ zero warnings (bug 988766)Brian Paul
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-02-04Fix off-by-one in calculations for wrapped trifan, polygon primitivesKeith Whitwell
2003-12-11Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()Keith Whitwell
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
- Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings.
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul