1. 21f7f67 mesa: Switch to bitmask based enabled lights in gen_matypes.c by Mathias Fröhlich · 8 years ago
  2. cfab4ea adjust a couple of ifdefs to handle NetBSD correctly by Tobias Nygren · 9 years ago
  3. f8ed0bb mesa: remove _ASMAPI, ASMAPIP by Brian Paul · 9 years ago
  4. 5f9ee6a mesa/x86: missing stdio inclusions by Mark Janes · 9 years ago
  5. db29869 mesa: include stdio.h where needed by Brian Paul · 9 years ago
  6. e71a7f8 mesa: Check return value of __get_cpuid(). by Matt Turner · 9 years ago
  7. a3218e6 mesa: remove long dead 3Dnow optimisation by Timothy Arceri · 10 years ago
  8. 8dc8c49 mesa: Permanently enable features supported by target CPU at compile time. by Siavash Eliasi · 10 years ago
  9. 343795e mesa: remove last DJGPP remains by Emil Velikov · 10 years ago
  10. 5980fc3 mesa: Drop _mesa_getenv() wrapper. by Matt Turner · 10 years ago
  11. b0b9871 mesa/x86: put code in braces to silence declarations after code warning by Brian Paul · 10 years ago
  12. f0748b5 mesa/x86: Fix build with clang <= 3.3. by Vinson Lee · 10 years ago
  13. 94dbc16 mesa/x86: Fix build with clang 3.4. by José Fonseca · 10 years ago
  14. f50361c mesa/x86: fix a typos in SSE4.1 detection by Tobias Klausmann · 10 years ago
  15. cfec135 mesa: Rely on USE_X86_64_ASM. by José Fonseca · 10 years ago
  16. a9bc85f mesa/x86: Brown bag fix for undeclared variable. by Matt Turner · 10 years ago
  17. a2fb71e mesa/x86: add SSE4.1 runtime detection. by Matt Atwood · 10 years ago
  18. 8b9302f mesa/x86: Support SSE 4.1 detection on x86-64. by Matt Turner · 10 years ago
  19. 78d6547 mesa/x86: Remove dead read_rgba_span_x86.h. by Matt Turner · 11 years ago
  20. fd03dd6 build: Build gen_matypes and matypes.h from src/mesa. by Matt Turner · 11 years ago
  21. d8abd67 build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. by Matt Turner · 11 years ago
  22. 4e0ed59 mesa: remove Watcom C support by Brian Paul · 11 years ago
  23. dde9260 mesa: Remove dricore from the build. by Eric Anholt · 11 years ago
  24. 73c9b4b gen_matypes: fix cross-compiling with gcc by Mike Frysinger · 12 years ago
  25. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  26. be0fec4 build: remove unused API_DEFINES by Andreas Boll · 11 years ago
  27. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  28. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  29. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  30. ac2793c Clean up .gitignore files by Matt Turner · 12 years ago
  31. 917d273 mesa: remove unused gl_context::DriverCtx field by Brian Paul · 12 years ago
  32. 17a574d Use the correct macro _WIN32 for Windows. by Vinson Lee · 12 years ago
  33. 2e23a76 mesa: s/CONST/const/ in a comment by Brian Paul · 12 years ago
  34. 4cb3579 mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask by Brian Paul · 12 years ago
  35. 78ac9af automake: add missing inclusion of GL headers by Laurent Carlier · 12 years ago
  36. 95836b4 automake: Convert gen_matypes building to automake. by Eric Anholt · 12 years ago
  37. acf2712 make: Drop HOST_CC and HOST_CFLAGS. by Eric Anholt · 12 years ago
  38. 619baea mesa: Remove gl_light_attrib::_Flags. by Mathias Fröhlich · 12 years ago
  39. ae509f8 mesa: remove gl_light::_SpotExpTable field by Brian Paul · 13 years ago
  40. 03bfdb2 gen_matypes: eliminate printf warnings by nobled · 13 years ago
  41. 2115204 mesa/x86: fix printf warning by Marek Olšák · 13 years ago
  42. d1e28b2 mesa: Optionally build a dricore support library (v3) by Christopher James Halse Rogers · 14 years ago
  43. 811ee32 mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S by Dimitry Andric · 14 years ago
  44. 79fa5ac x86: Clean up header file inclusion in mmx.h. by Vinson Lee · 14 years ago
  45. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  46. 9ea2a3a x86: Silence unused variable warning on Mac OS X. by Vinson Lee · 14 years ago
  47. aa2f558 mesa: Disable the debug spam for x86 CPU detection with a compile-time flag. by Eric Anholt · 14 years ago
  48. 7af8f7f mesa: Move the x86 detection debug messages next to the detection. by Eric Anholt · 14 years ago
  49. 3261c6c x86: Remove unnecessary header from sse.h. by Vinson Lee · 14 years ago
  50. 2144f8e x86: Include missing headers in mmx.h. by Vinson Lee · 14 years ago
  51. 51f979c x86: Remove unnecessary header from 3dnow.h. by Vinson Lee · 14 years ago
  52. 296adbd glapi: Move to src/mapi/. by Chia-I Wu · 14 years ago
  53. 73ded06 glapi: Move assembly dispatchers back into glapi/. by Chia-I Wu · 14 years ago
  54. 61b21f0 glapi: regenerated files for GL_ARB_draw_instanced by Brian Paul · 14 years ago
  55. d2f5d05 glapi: regenerated files for EXT_transform_feedback by Brian Paul · 14 years ago
  56. 6fed3a9 glapi: Fix aliases to non-static functions. by Chia-I Wu · 14 years ago
  57. 41a87a4 glapi: Correctly generate static disatches for X86. by Chia-I Wu · 14 years ago
  58. 894d0ab APPLE_object_purgeable: autogenerated files by Chris Wilson · 15 years ago
  59. 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 14 years ago
  60. d7e6e87 glapi: drop SOLARIS_THREADS by George Sapountzis · 14 years ago
  61. 07b07b4 glapi: GL_OES_EGL_image autogenerated files by Kristian Høgsberg · 15 years ago
  62. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 14 years ago
  63. f1b07f0 swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot by Pauli Nieminen · 15 years ago
  64. 66d09e4 Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0" by Pauli Nieminen · 15 years ago
  65. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  66. e02dc13 x86: Do not build read_rgba_span_x86.S on Mac OS X. by Vinson Lee · 15 years ago
  67. f429b80 x86: Do not use .hidden pseudo-op on Mac OS X. by Vinson Lee · 15 years ago
  68. bc75ec0 glapi: Do not use .type pseudo-op on Mac OS X. by Vinson Lee · 15 years ago
  69. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  70. b01ffb1 Merge branch 'mesa_7_7_branch' by Jakob Bornecrantz · 15 years ago
  71. 0d65a68 x86: Remove unnecessary header from x86_xform.c. by Vinson Lee · 15 years ago
  72. 562c127 Merge branch 'master' into opengl-es-v2 by Chia-I Wu · 15 years ago
  73. 5ac1649 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  74. fab161f x86: Silence printf format warnings. by Vinson Lee · 15 years ago
  75. 007b1f4 mesa: added dispatch for GL_NV_conditional_render extension by Brian Paul · 15 years ago
  76. 285d3f9 mesa: regenerate API files related to GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  77. 9eb7fc6 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  78. 37c79d4 tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] by Eric Anholt · 15 years ago
  79. 0a91878 tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. by Eric Anholt · 15 years ago
  80. fc9a297 tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr by Eric Anholt · 15 years ago
  81. 165b860 tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] by Eric Anholt · 15 years ago
  82. df582ca tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] by Eric Anholt · 15 years ago
  83. 22bcb59 tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL] by Eric Anholt · 15 years ago
  84. 7fd4400 ARB_fbo: Regenerate files from previous commits. by Ian Romanick · 15 years ago
  85. 5b42628 glapi: Include headers with directory prefixes. by Chia-I Wu · 15 years ago
  86. d63c29e x86: Fix the test for negative pixel count in optimized rgb565 spans. by Eric Anholt · 15 years ago
  87. 22f0250 glapi: regenerated files by Brian Paul · 15 years ago
  88. ec9e729 glapi: Add ARB_draw_elements_base_vertex by Eric Anholt · 15 years ago
  89. b4922b5 mesa: Add support for ARB_depth_clamp. by Eric Anholt · 15 years ago
  90. 0649134 ARB sync: Regenerate files from previous commit by Ian Romanick · 15 years ago
  91. c705e72 mesa: fix 32bit cross compilation on a 64bit machine by Marc Dietrich · 15 years ago
  92. 970f768 Regenerate files for GL_APPLE_flush_buffer_range by Ian Romanick · 15 years ago
  93. bdb8ee5 glapi: regenerated GL API assembly files by RALOVICH, Kristóf · 15 years ago
  94. 11522b7 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Ian Romanick · 15 years ago
  95. 987e918 x86: ifdef out unused function cptr. by Vinson Lee · 15 years ago
  96. b40dc7e Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  97. 4c31632 mesa: fix transform_points_3d_no_rot using undefined values in %xmm0 by Arthur HUILLET · 15 years ago
  98. bda5518 mesa: regenerated files related to GL_ARB_vertex_array_object by Brian Paul · 15 years ago
  99. 9038b6c Merge branch 'ext-provoking-vertex' by Brian Paul · 15 years ago
  100. 75cb3c3 mesa: regenerated files for GL_ARB_map_buffer_range by Brian Paul · 15 years ago