1. dda50af mesa: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  2. 5318bd3 mesa: Mark Identity as const by Ian Romanick · 9 years ago
  3. dce1e1a mesa: minor clean-up of some memcpy/sizeof() calls in m_matrix.c by Brian Paul · 9 years ago
  4. 7adc9fa mesa/math: Avoid double promotion. by Matt Turner · 9 years ago
  5. f8a6478 mesa: Use floats for viewport bounds. by Matt Turner · 9 years ago
  6. 00fb21e doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML warning by Rhys Kidd · 9 years ago
  7. bc893e3 doxygen: Correct grammatical typo in math/m_vector.h by Rhys Kidd · 9 years ago
  8. 05e7f7f Fix a few typos by Zoë Blade · 9 years ago
  9. 09ffa04 mesa: remove _XFORMAPI by Brian Paul · 9 years ago
  10. db29869 mesa: include stdio.h where needed by Brian Paul · 9 years ago
  11. 775049b mesa: trim down includes of compiler.h by Brian Paul · 9 years ago
  12. 977c56d mesa: remove _NORMAPI, _NORMAPIP macros by Brian Paul · 9 years ago
  13. 88ff8de mesa: remove DEG2RAD macro by Brian Paul · 9 years ago
  14. a2b366b mesa: remove INV_SQRTF() macro by Brian Paul · 9 years ago
  15. bd7f7aa mesa: replace FABSF with fabsf by Brian Paul · 9 years ago
  16. e25f777 mesa: replace FREXPF, LDEXPF with frexpf, ldexpf by Brian Paul · 9 years ago
  17. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 9 years ago
  18. 52049f8 mesa: Remove CHECK macro. by Matt Turner · 9 years ago
  19. fbac86a mesa: remove unused _math_trans_4chan() by Brian Paul · 9 years ago
  20. 6340e60 mesa: Refactor viewport transform computation. by Mathias Fröhlich · 10 years ago
  21. 5980fc3 mesa: Drop _mesa_getenv() wrapper. by Matt Turner · 10 years ago
  22. 5b84226 mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float by Courtney Goeltzenleuchter · 11 years ago
  23. d4dc359 mesa: Convert gl_viewport_attrib::Near and ::Far to double by Courtney Goeltzenleuchter · 11 years ago
  24. f0cc59d mesa: modified _mesa_align_free() to accept NULL pointer by Siavash Eliasi · 11 years ago
  25. 32577fc mesa: remove macintosh preprocessor stuff by Brian Paul · 11 years ago
  26. 4e0ed59 mesa: remove Watcom C support by Brian Paul · 11 years ago
  27. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  28. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  29. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  30. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  31. 1f82bf1 Remove OpenVMS support by Matt Turner · 12 years ago
  32. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  33. 9f2a7a3 mesa: s/CONST/const/ in math/ files by Brian Paul · 12 years ago
  34. 56ccdf7 mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. by Brian Paul · 12 years ago
  35. b51be87 mesa: fix _math_matrix_copy(), again by Brian Paul · 12 years ago
  36. 502c108 mesa: Fix wrong sizeof argument in _math_matrix_copy. by Vinson Lee · 12 years ago
  37. 66adc80 mesa: remove obsolete matrix comment by Brian Paul · 12 years ago
  38. 1e37d54 mesa: fix comment typo: s/pointer/point/ by Brian Paul · 12 years ago
  39. 66d9ac5 mesa: remove _math_matrix_alloc_inv() by Brian Paul · 12 years ago
  40. 50db812 mesa: loosen small matrix determinant check by Brian Paul · 12 years ago
  41. ec79138 Use INV_SQRT instead of 1/SQRTF by Matt Turner · 12 years ago
  42. d387899 Remove src/mesa/ppc by Matt Turner · 13 years ago
  43. 63e7a4c mesa,glsl,mapi: Put extern "C" { ... } where appropriate. by José Fonseca · 13 years ago
  44. 4d53fb5 mesa: move last bits of GLchan stuff into swrast by Brian Paul · 13 years ago
  45. b89a731 mesa: add error margin to clip mask debug/check code by Brian Paul · 14 years ago
  46. bad10b9 math: remove duplicated includes by Nicolas Kaiser · 14 years ago
  47. aa62416 mesa: Fix printf format warning. by Vinson Lee · 14 years ago
  48. 9c841ab mesa: Fix printf format warning. by Vinson Lee · 14 years ago
  49. ae0cd81 mesa: Fix printf format warning. by Vinson Lee · 14 years ago
  50. 816ad9b mesa: Clean up header file inclusion in m_xform.h. by Vinson Lee · 14 years ago
  51. 19f7db9 mesa: Reduce header file inclusion in m_translate.h. by Vinson Lee · 14 years ago
  52. 29495bb mesa: Include missing header in m_matrix.h. by Vinson Lee · 14 years ago
  53. 1a537b6 mesa: Remove unnecessary headers. by Vinson Lee · 14 years ago
  54. 3fdd9fa mesa: Include macros.h in files that use symbols from macros.h. by Vinson Lee · 14 years ago
  55. 165694a mesa: Remove no-op wrappers around trig functions. by Eric Anholt · 14 years ago
  56. fab1f07 Grammar and spelling fixes by Jeff Smith · 16 years ago
  57. 99ae9e8 Drop macro wrappers for the aligned memory functions by Kristian Høgsberg · 14 years ago
  58. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 14 years ago
  59. 2240ba1 mesa: replace old MEMSET macro with memset by Brian Paul · 14 years ago
  60. e197de5 mesa: replace old MEMCPY macro with memcpy by Brian Paul · 14 years ago
  61. 1a80fe4 mesa: Remove _mesa_exit wrapper for exit(). by Eric Anholt · 15 years ago
  62. 126696c mesa: fix viewport_z_clip breakage by Brian Paul · 15 years ago
  63. b4922b5 mesa: Add support for ARB_depth_clamp. by Eric Anholt · 15 years ago
  64. 800b14c mesa: GLvector4f:: flags is a GLbitfield, update comments too. by Brian Paul · 15 years ago
  65. 1f75c2d mesa: add storage_count field to GLvector4f. Useful for debugging. by Brian Paul · 15 years ago
  66. 4245079 mesa: reformatting, updated comments, const-correctness by Brian Paul · 15 years ago
  67. ce461ff mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the inverse by Brian Paul · 15 years ago
  68. 18e0139 mesa: Fix DEBUG_MATH build on sparc. by David S. Miller · 15 years ago
  69. 987aedd mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c by Brian Paul · 16 years ago
  70. f45fa84 mesa: remove unused functions in m_xform.[ch] by Brian Paul · 16 years ago
  71. 9eff576 mesa: remove empty, unneeded mathmod.h header by Brian Paul · 16 years ago
  72. 2218592 mesa: get rid of _math_init() by Brian Paul · 16 years ago
  73. 658b1bd Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  74. c12d24b mesa: fix incorrect transformation of GL_SPOT_DIRECTION by Brian Paul · 16 years ago
  75. f8e50dd mesa: Replace deprecated __MSC__ macro. by José Fonseca · 16 years ago
  76. 9644fa6 Merge branch 'master' into gallium-0.2 by Keith Whitwell · 16 years ago
  77. bbd2871 mesa: prefix a bunch of #include lines with "main/". by Brian Paul · 16 years ago
  78. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  79. 101d1a6 mesa: Prefix main includes with dir to avoid conflicts. by José Fonseca · 16 years ago
  80. b6f0537 mesa: Replace deprecated __MSC__ macro. by José Fonseca · 16 years ago
  81. c921a29 mesa: Replace abort by asserts. by José Fonseca · 16 years ago
  82. 37be884 glcore: drop outdated sources files intented for xorg by George Sapountzis · 16 years ago
  83. 118c2bc only use __x86_64__, not __amd64__ (bug 15503) by Brian Paul · 16 years ago
  84. 2d38d1b Remove files of unsupported build systems. by José Fonseca · 16 years ago
  85. 918ea51 Rename 'mms-config.' to 'mms.config'. by Michal Krol · 17 years ago
  86. b263435 Update of OpenVMS makefiles for the use of "new" include file convention by Jouk · 17 years ago
  87. b0b8714 Remove mesa include directories, be stricter about include paths. by Keith Whitwell · 17 years ago
  88. c223c6b Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. by Brian · 17 years ago
  89. 8f00805 list header files in sources files (Dan Nicholson) by Brian Paul · 18 years ago
  90. d3112d3 List of source (.c) files in each directory. by Brian Paul · 18 years ago
  91. 7dfdf3a Rename some functions/macros to better reflect their behaviour: by Brian Paul · 18 years ago
  92. 0395cc0 Fix a few conversion bugs. For example, GLshort->GLfloat conversion by Brian Paul · 18 years ago
  93. 51faca1 Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value by Brian Paul · 18 years ago
  94. c87809c just some comments/docs by Brian Paul · 18 years ago
  95. 81a22ef MATH_DEBUG changes from bug #4468. by Brian Paul · 19 years ago
  96. d997b90 by Jouk Jansen · 19 years ago
  97. b3aefd1 additional wrapper updates, bug 4468 by Brian Paul · 19 years ago
  98. aa20695 use mesa import wrappers, bug 4468 by Brian Paul · 19 years ago
  99. 6fe7a0d added FREXPF() macro (bug 4060) by Brian Paul · 19 years ago
  100. 049e320 Add a set of predicate functions for testing matrices instead of directly by Brian Paul · 19 years ago