summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd/t_dd_tritmp.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03mesa/tnl_dd: White-space / indentation fixes after previous commitIan Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_tritmp.hIan Romanick
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
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-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-12-15unichrome: Silence compiler warnings.Vinson Lee
2008-07-04mesa: fix polygon offset issue (bug #12061)Xiang, Haihao
2008-06-21Rename quad function to quadr to avoid clash with Solaris quad typedefDaniel Zhu
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
2007-11-30fix-build: remove ctx->_Facing assignmentBrian
2005-05-25Provide initial values for some variables.Keith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
2005-02-14fix signed vs unsigned comparison warnings in tnl_ddDave Airlie
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
range used by the savage driver by negating ctx->MRD broke polygon offsets with software fallbacks. This one adds a REVERSE_DEPTH parameter to t_dd_tritmp.h (defaults to 0) that allows reversing polygon offsets for hardware rendering but not for software fallbacks. For software fallbacks depth values are reversed after polygon offsets have been applied by the depth span functions.
2005-01-10More changes to cope with color stride == 0Keith Whitwell
2004-11-12fix quads to use GL_QUADS instead of GL_TRIANGLES as primitiveRoland Scheidegger
2004-11-12wip hack for EXT_stencil_two_sideDaniel Borca
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-09-17Add cast to remove compiler warningJon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul