mesa: Standardize names of OpenGL functions.
[mesa.git] / src / mesa / main / matrix.c
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-06 Brian Paulmesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
2012-10-16 Brian Paulmesa: remove #if _HAVE_FULL_GL checks
2012-10-15 Eric Anholtmesa: Remove support for NV_vertex_program's tracked...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_userclip define.
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-08-29 Ian Romanickmesa/es: Validate glMatrixMode mode in Mesa code rather...
2012-07-26 Brian Paulmesa: remove _math_matrix_alloc_inv()
2011-09-20 Paul Berrymesa: Update clipping code to use ctx->Const.MaxClipPlanes.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-19 Brian Paulmesa: 80-column wrapping and comment updates
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-22 Pauli Nieminenmesa: Add end of line to the end of a debug output.
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-03 Brian Paulmesa: use Elements() as limit in loops over texture...
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-10 Brian Paulmesa: disable texture unit error check in _mesa_MatrixM...
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-17 Brian Paulmesa: minor tweak to error message
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-03 Brian Paulmesa: more error message info
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-27 Brians/matrix_stack/gl_matrix_stack/ and s/mesa_list_state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Gary WongFix copy-and-paste mistake in comment ("scaling" should...
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-03-29 Brian PaulUpdate the _WindowMap matrix in _mesa_set_viewport...
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-02 Brian Paulclamp viewport against ctx->Const.MaxViewportWidth...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-06-07 Daniel Borcasmall corrections
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-13 Brian Paulmore descriptive error messages for matrix stack over...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-04 Brian Paulcomments regarding window sizing
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-08-21 Brian Paulminor error message changes
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-22 Alan HourihaneTest for NULL pointer for LoadMatrix(), MultMatrix...
2002-02-15 Brian Paulfixed a multitexture MatrixMode() bug
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-09-18 Karl Schultzcompiler warnings
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-03-19 Brian Paulfix for gl_ztrick bug (Ove Kaaven)
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-13 Brian Paulgl_error clean-ups
2001-02-05 Brian Paulreplaced frustrum with frustum
next