index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Add matrix utility functions to load matrices
Ian Romanick
2020-05-14
1
-15
/
+23
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-8
/
+8
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: Use string literals for format strings
Mark Janes
2019-06-03
1
-3
/
+3
*
mesa: EXT_dsa add selectorless matrix stack functions
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-93
/
+421
*
mesa: factor out enum -> matrix stack lookup
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-54
/
+56
*
mesa: tidy up init_matrix_stack()
Timothy Arceri
2018-09-11
1
-7
/
+3
*
mesa: check for no matrix change in _mesa_LoadMatrixf()
Brian Paul
2016-09-15
1
-3
/
+5
*
mesa: Dynamically allocate the matrix stack.
Eric Anholt
2016-08-04
1
-4
/
+24
*
mesa: Use bitmask/ffs to iterate enabled clip planes.
Mathias Fröhlich
2016-06-16
1
-9
/
+10
*
mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
Brian Paul
2015-10-17
1
-1
/
+0
*
Revert "mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()"
Brian Paul
2015-10-16
1
-0
/
+1
*
mesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
Brian Paul
2015-10-15
1
-1
/
+0
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-5
/
+5
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
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
[next]