1. dc9e604 mesa: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  2. ccb1be2 mesa: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  3. 614a743 mesa: copy rasterpos evaluation code into core Mesa by Brian Paul · 9 years ago
  4. c2e130f mesa/main: replace Elements() with ARRAY_SIZE() by Brian Paul · 10 years ago
  5. 3cb10cc mesa: Fix some signed-unsigned comparison warnings by Jan Vesely · 10 years ago
  6. cbb271a mesa: Convert gl_context::Viewport to gl_context::ViewportArray by Courtney Goeltzenleuchter · 11 years ago
  7. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  8. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  9. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  10. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  11. b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
  12. a975479 mesa: Drop manual checks for outside begin/end. by Eric Anholt · 12 years ago
  13. 1a1db17 mesa: Standardize names of OpenGL functions. by Paul Berry · 12 years ago
  14. 91b828e dispatch: Delete unused init_dispatch functions. by Paul Berry · 12 years ago
  15. f7fa946 dispatch: Make all API functions non-static. by Paul Berry · 12 years ago
  16. d4c2b1e mesa: remove FEATURE_rastpos define. by Oliver McFadden · 12 years ago
  17. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  18. 0117da4 mesa: Include mtypes.h in files that use gl_context struct. by Vinson Lee · 14 years ago
  19. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  20. 06ceba0 mesa: Remove unused RasterIndex field by Ian Romanick · 15 years ago
  21. 22a96f3 mesa: Remove checks of Visual.rgbMode by Ian Romanick · 15 years ago
  22. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  23. a32e7c4 mesa: added tex unit assert, use Elements() macro by Brian Paul · 15 years ago
  24. d250800 mesa/main: New feature FEATURE_rastpos. by Chia-I Wu · 15 years ago
  25. e9b3488 mesa: increase max texture image units and GLSL samplers to 16 by Brian Paul · 16 years ago
  26. 064b04d mesa: update new state for RasterPos like other operations. by Xiang, Haihao · 16 years ago
  27. 4fc71f3 mesa: refactor: fix some FEATURE_ typos, mistakes by Brian Paul · 16 years ago
  28. 6b14621 mesa: move rastpos helper to tnl by Keith Whitwell · 16 years ago
  29. 112e1f2 specularColor.alpha should default to 1, not 0 by Brian · 18 years ago
  30. d856679 remove a if-statement by Xiang, Haihao · 18 years ago
  31. 9fbb2e9 fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general by Brian · 18 years ago
  32. 959571f init SecondaryRasterColor by Brian Paul · 18 years ago
  33. 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
  34. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  35. b371e50 remove _glapi_add_entrypoint() calls, they're already in context.c by Brian Paul · 20 years ago
  36. 6d460af Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment by Brian Paul · 21 years ago
  37. 8be72c5 apply texgen/texture matrix in glRasterPos by Brian Paul · 21 years ago
  38. 0f3cd3f current raster color index should be GLfloat by Brian Paul · 21 years ago
  39. 2c9f50d casts for g++ by Brian Paul · 21 years ago
  40. c40d1dd Added GLAPIENTRY decorations for all first level OpenGL API function entry by Kendall Bennett · 21 years ago
  41. dc24230 Silence compiler warnings about implicit casts or conversions by supplying explicit casts and/or tweaking constant and variable definitions. by Karl Schultz · 21 years ago
  42. ff56908 Store material attributes in an Attrib[] style array. This is a by Keith Whitwell · 21 years ago
  43. 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
  44. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  45. 92f9785 Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. by Brian Paul · 21 years ago
  46. 38c619b add missing return in raster_pos4f() by Brian Paul · 22 years ago
  47. 27558a1 Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] by Brian Paul · 22 years ago
  48. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  49. 23d8ef3 dispatch offsets for ARB_window_pos by Brian Paul · 22 years ago
  50. 002483e Minor change to current raster position and texcoords. by Brian Paul · 22 years ago
  51. 103bc0f Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. by Brian Paul · 23 years ago
  52. a8f2efd finished up GL_ARB_window_pos by Brian Paul · 23 years ago
  53. 30f51ae Replace old matrix stacks with new code based on struct matrix_stack. by Brian Paul · 23 years ago
  54. 86b8427 vertex program check-in by Brian Paul · 23 years ago
  55. 5b7dab2 added test implementation of GL_ARB_window_pos by Brian Paul · 23 years ago
  56. 7b9fe82 more compiler warning fixes by Karl Schultz · 23 years ago
  57. 46af1f8 Remove _BaseAlpha, fix reflect lighting bug. by Keith Whitwell · 23 years ago
  58. ac54173 fixed segfault (NULL _ShineTable[0]) in shade_rastpos() by Brian Paul · 23 years ago
  59. acc722d More raster fog coord fixes. by Brian Paul · 23 years ago
  60. 8c2f6c5 added GL_IBM_rasterpos_clip extension by Brian Paul · 23 years ago
  61. 1b25898 Consolidated source files. Since the re-org a number of source files by Brian Paul · 23 years ago
  62. b5d3f2c added current raster fog coord and related code by Brian Paul · 23 years ago
  63. f4a003c fix from Jouk by Keith Whitwell · 24 years ago
  64. 51c0c71 Support for floating point color representation in tnl module. by Keith Whitwell · 24 years ago
  65. 22144ab Consistent copyright info (version number, date) across all files. by Gareth Hughes · 24 years ago
  66. 0883634 lots of gl_*() to _mesa_*() namespace clean-up by Brian Paul · 24 years ago
  67. b6bcae5 Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. by Brian Paul · 24 years ago
  68. 3b399df minor clean-up by Brian Paul · 24 years ago
  69. cab974c Major rework of tnl module by Keith Whitwell · 24 years ago
  70. a864432 Added MaxClipPlanes and MaxLights to gl_constants struct so T&L by Brian Paul · 24 years ago
  71. ad2ac21 Support for swappable t&l modules, including an example one in the FX by Keith Whitwell · 24 years ago
  72. 5e3bc0c by Jouk Jansen · 24 years ago
  73. 23caf20 Move the transform and lighting code to two new directories by Keith Whitwell · 24 years ago
  74. 1e1aac0 Cleanup of derived state calculation prior to seperating software T&L by Keith Whitwell · 24 years ago
  75. 14940c4 - Changes for new software rasterizer modules by Keith Whitwell · 24 years ago
  76. 1930053 renamed Current.ByteColor Current.Color by Brian Paul · 24 years ago
  77. c893a01 New colormac.h file for color-related macros. by Brian Paul · 24 years ago
  78. ba643a2 Basic work to support deep color channels: by Brian Paul · 24 years ago
  79. 9c05c04 support for N texture units by Brian Paul · 24 years ago
  80. b1394fa First batch of OpenGL SI related changes: by Brian Paul · 24 years ago
  81. ed30dfa runtime selectable depth buffer depth by Brian Paul · 25 years ago
  82. ea39f04 updated includes for source file reorg by Brian Paul · 25 years ago
  83. fbd8f21 first big check-in of new Mesa 3.3 code by Brian Paul · 25 years ago
  84. 99f16d0 changes to silence MSVC warnings by Brian Paul · 25 years ago
  85. 485f040 Fixed includes & added a few hooks for the DRI. by Keith Whitwell · 25 years ago
  86. afb833d Initial revision by jtg · 25 years ago