summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-03-22mesa: Add end of line to the end of a debug output.Pauli Nieminen
2010-02-03mesa: use Elements() as limit in loops over texture/program matrix stacksBrian Paul
2009-06-10mesa: disable texture unit error check in _mesa_MatrixMode()Brian Paul
2009-04-17mesa: minor tweak to error messageBrian Paul
2009-04-03mesa: more error message infoBrian Paul
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul
2007-02-27s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/Brian
2006-12-15Fix copy-and-paste mistake in comment ("scaling" should read "translation").Gary Wong
2006-04-14Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul
2006-03-29Update the _WindowMap matrix in _mesa_set_viewport() and _mesa_DepthRange().Brian Paul
2006-03-29Move the computation of the viewport matrix into a new update_viewport_matrix()Brian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-02clamp viewport against ctx->Const.MaxViewportWidth/Height instead of MAX_WIDT...Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-06-07small correctionsDaniel Borca
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul
2004-03-13more descriptive error messages for matrix stack over/underflowsBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-04comments regarding window sizingBrian Paul
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-08-21minor error message changesBrian Paul
2002-06-23added some _mesa_debug() callsBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-04-22Test for NULL pointer for LoadMatrix(), MultMatrix() andAlan Hourihane
2002-02-15fixed a multitexture MatrixMode() bugBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-09-18compiler warningsKarl Schultz
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul
2001-03-19fix for gl_ztrick bug (Ove Kaaven)Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-13gl_error clean-upsBrian Paul
2001-02-05replaced frustrum with frustumBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen