index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
matrix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-3
/
+3
*
mesa: remove stray bits of GL_EXT_cull_vertex
Brian Paul
2014-02-04
1
-12
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-11
/
+17
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-4
/
+4
*
mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-4
/
+0
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
1
-16
/
+0
*
mesa: remove FEATURE_userclip define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa/es: Validate glMatrixMode mode in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-3
/
+4
*
mesa: remove _math_matrix_alloc_inv()
Brian Paul
2012-07-26
1
-3
/
+1
*
mesa: Update clipping code to use ctx->Const.MaxClipPlanes.
Paul Berry
2011-09-20
1
-1
/
+1
*
mesa: 80-column wrapping and comment updates
Brian Paul
2011-03-19
1
-19
/
+20
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-20
/
+20
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-6
/
+0
*
mesa: Add end of line to the end of a debug output.
Pauli Nieminen
2010-03-22
1
-1
/
+1
*
mesa: use Elements() as limit in loops over texture/program matrix stacks
Brian Paul
2010-02-03
1
-4
/
+4
*
mesa: disable texture unit error check in _mesa_MatrixMode()
Brian Paul
2009-06-10
1
-0
/
+10
*
mesa: minor tweak to error message
Brian Paul
2009-04-17
1
-1
/
+1
*
mesa: more error message info
Brian Paul
2009-04-03
1
-1
/
+2
*
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-07
1
-153
/
+3
*
mesa: don't include m_xform.h where not needed
Brian Paul
2009-02-12
1
-1
/
+0
*
s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/
Brian
2007-02-27
1
-6
/
+6
*
Fix copy-and-paste mistake in comment ("scaling" should read "translation").
Gary Wong
2006-12-15
1
-1
/
+1
*
Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units
Brian Paul
2006-04-14
1
-0
/
+4
*
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-04-05
1
-2
/
+2
*
Update the _WindowMap matrix in _mesa_set_viewport() and _mesa_DepthRange().
Brian Paul
2006-03-29
1
-6
/
+28
*
Move the computation of the viewport matrix into a new update_viewport_matrix()
Brian Paul
2006-03-29
1
-47
/
+11
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
1
-32
/
+21
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-4
/
+12
*
clamp viewport against ctx->Const.MaxViewportWidth/Height instead of MAX_WIDT...
Brian Paul
2005-02-02
1
-4
/
+4
*
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-27
1
-14
/
+3
*
small corrections
Daniel Borca
2004-06-07
1
-1
/
+1
*
Add EXT_vertex_cull support to mesa
Keith Whitwell
2004-05-10
1
-1
/
+12
*
remove redundant call to ctx->Driver.Viewport(), and clean-ups
Brian Paul
2004-03-18
1
-9
/
+1
*
more descriptive error messages for matrix stack over/underflows
Brian Paul
2004-03-13
1
-4
/
+20
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-22
/
+22
*
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-08-30
1
-1
/
+1
*
Fix up some loose ends from the last big check-in.
Brian Paul
2003-07-18
1
-0
/
+1
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-70
/
+495
*
comments regarding window sizing
Brian Paul
2003-06-04
1
-4
/
+11
[next]