summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10mesa: disable texture unit error check in _mesa_MatrixMode()Brian Paul1-0/+10
2009-04-17mesa: minor tweak to error messageBrian Paul1-1/+1
2009-04-03mesa: more error message infoBrian Paul1-1/+2
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-153/+3
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2007-02-27s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/Brian1-6/+6
2006-12-15Fix copy-and-paste mistake in comment ("scaling" should read "translation").Gary Wong1-1/+1
2006-04-14Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul1-0/+4
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul1-2/+2
2006-03-29Update the _WindowMap matrix in _mesa_set_viewport() and _mesa_DepthRange().Brian Paul1-6/+28
2006-03-29Move the computation of the viewport matrix into a new update_viewport_matrix()Brian Paul1-47/+11
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul1-32/+21
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-4/+12
2005-02-02clamp viewport against ctx->Const.MaxViewportWidth/Height instead of MAX_WIDT...Brian Paul1-4/+4
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-14/+3
2004-06-07small correctionsDaniel Borca1-1/+1
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-1/+12
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul1-9/+1
2004-03-13more descriptive error messages for matrix stack over/underflowsBrian Paul1-4/+20
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-22/+22
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-1/+1
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul1-0/+1
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-70/+495
2003-06-04comments regarding window sizingBrian Paul1-4/+11
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul1-6/+29
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-7/+3
2002-08-21minor error message changesBrian Paul1-5/+6
2002-06-23added some _mesa_debug() callsBrian Paul1-1/+24
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-7/+7
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-6/+6
2002-04-22Test for NULL pointer for LoadMatrix(), MultMatrix() andAlan Hourihane1-1/+9
2002-02-15fixed a multitexture MatrixMode() bugBrian Paul1-2/+2
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-176/+70
2001-12-14vertex program check-inBrian Paul1-14/+40
2001-09-18compiler warningsKarl Schultz1-12/+16
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul1-4/+4
2001-03-19fix for gl_ztrick bug (Ove Kaaven)Brian Paul1-3/+6
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-26/+22
2001-02-13gl_error clean-upsBrian Paul1-2/+2
2001-02-05replaced frustrum with frustumBrian Paul1-2/+2
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-6/+6
2000-12-26Major rework of tnl moduleKeith Whitwell1-9/+21
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell1-4/+4
2000-11-22 Committing in .Jouk Jansen1-20/+20
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-1101/+50
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-11/+1
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-25/+16
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-50/+11
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul1-1/+2