1. 7b0c305 build fix from XFree86 tree by Dave Airlie · 20 years ago
  2. 3184830 Move BeOS build into main Makefiles chain. by Philippe Houdoin · 20 years ago
  3. af8031c Add a BeOS build config. by Philippe Houdoin · 20 years ago
  4. 1cdfb69 bring over change from xorg trunk - let build on non-i386 by Dave Airlie · 20 years ago
  5. 56999ad bring over build fix from xorg tree by Dave Airlie · 20 years ago
  6. b1872fe silence a warning by Brian Paul · 20 years ago
  7. 2fe6e91 minor fix for newest glxext.h header by Brian Paul · 20 years ago
  8. 02ca8fe added some missing sources to tarball list by Brian Paul · 20 years ago
  9. b292642 Fix dri_util.c build with new headers. by Eric Anholt · 20 years ago
  10. 3bbdcdc cvs ignore file by Brian Paul · 20 years ago
  11. d462841 updated glext.h and glxext.h files by Brian Paul · 20 years ago
  12. 52a5cc0 minor anim tweak by Brian Paul · 20 years ago
  13. 5222662 silence warning by Brian Paul · 20 years ago
  14. 16c8dce use 'a' to toggle animation by Brian Paul · 20 years ago
  15. 47a6749 minor tweaks by Brian Paul · 20 years ago
  16. f2afdca query/print max convolution filter size by Brian Paul · 20 years ago
  17. dfbb84e added some handy debug code (disabled) by Brian Paul · 20 years ago
  18. cec85c7 added a few more debug printfs (disabled) by Brian Paul · 20 years ago
  19. 521ebf6 Fix from Rogelio Serrano for miniglx double buffering by Jon Smirl · 20 years ago
  20. 8bd0a62 fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS by Roland Scheidegger · 20 years ago
  21. a032297 xorg-r200-uninitialized-variable-used.patch from Redhat xorg by Dave Airlie · 20 years ago
  22. d9166e1 disabled automatic mipmaps until we can handle 565 textures. by Daniel Borca · 20 years ago
  23. 10e768c fixed conflict between depth & alpha in 16bpp by Daniel Borca · 20 years ago
  24. 0a10abf vtk and Paraview links updated by Brian Paul · 20 years ago
  25. 6ade8a3 version 6 from oss.sgi.com by Brian Paul · 20 years ago
  26. 196fb03 version 24 from oss.sgi.com by Brian Paul · 20 years ago
  27. c2800e0 don't use GLuint or GLvoid in function declaration by Brian Paul · 20 years ago
  28. 27df1ec disable W1 when single-texturing by Daniel Borca · 20 years ago
  29. 1468528 consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca) by Brian Paul · 20 years ago
  30. fff87ee Fixed hash table allocation to avoid an assertion failure due to a by Felix Kuehling · 20 years ago
  31. dec1191 Rush is back on ZBUFFER added DrawPixels555 and DrawPixels565 by Daniel Borca · 20 years ago
  32. 6b41bf3 use GL_CALL() macro (Andreas Stenglein) by Brian Paul · 20 years ago
  33. dfa5c2b new MESA_GLX_DEPTH_BITS env var by Brian Paul · 20 years ago
  34. eae26ca minor comments by Brian Paul · 20 years ago
  35. 840565c updates from Stephane Marchesin by Brian Paul · 20 years ago
  36. 4f6b1ad added MESA_GLX_FORCE_ALPHA env var by Brian Paul · 20 years ago
  37. a13331d added support for MESA_GLX_FORCE_ALPHA env var by Brian Paul · 20 years ago
  38. b8f29f2 ALIGN16 macro repairs by Brian Paul · 20 years ago
  39. a48edcf fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down) by Daniel Borca · 20 years ago
  40. 1635040 partial GL_BLEND for Voodoo1 by Daniel Borca · 20 years ago
  41. 15a0b08 minor doc update by Daniel Borca · 20 years ago
  42. 1b868b1 fixed a bug in clear routine by Daniel Borca · 20 years ago
  43. 782a32b fix compare w/ zero warnings (bug 988766) by Brian Paul · 20 years ago
  44. 5fe9029 error message fixups and some debug code by Brian Paul · 20 years ago
  45. bd997cd fix compare w/ zero warnings (bug #988766) by Brian Paul · 20 years ago
  46. 5f3b3a3 new image (see mesa bug #993926) by Brian Paul · 20 years ago
  47. 9408fe0 remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default by Brian Paul · 20 years ago
  48. 6beec97 GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it? by Daniel Borca · 20 years ago
  49. e7e86ea trying vertex_program... by Daniel Borca · 20 years ago
  50. 1c2a498 several new bugs by Daniel Borca · 20 years ago
  51. 25f0e82 minor corrections by Daniel Borca · 20 years ago
  52. 1ff6188 GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps) by Daniel Borca · 20 years ago
  53. 0f7eb92 SGIS_generate_mipmap by Daniel Borca · 20 years ago
  54. dc8a760 Miniglx clients now authorize with server DRM by Jon Smirl · 20 years ago
  55. 84e6b16 add debugging for compresssed textures by Dave Airlie · 20 years ago
  56. c058917 fix up heights for i830/i915 texture compression by Dave Airlie · 20 years ago
  57. 78e19b5 move config options to same place as other drivers (again for S3TC patch later) by Dave Airlie · 20 years ago
  58. 620c998 use a switch statement makes integrating the s3tc patch easier by Dave Airlie · 20 years ago
  59. 11a03a1 enable FXT1 texture compression for ixxx chipsets by Dave Airlie · 20 years ago
  60. 43942fd move over changes to intel driver from i830 driver for modes by Dave Airlie · 20 years ago
  61. ba3d088 fixed vertex RGBA by Daniel Borca · 20 years ago
  62. 9a9614e Make solo radeon/r128 drivers track fix for DRI bug 849 by Jon Smirl · 20 years ago
  63. bdf3e2b Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used. by Jon Smirl · 20 years ago
  64. 65293d8 Fix unichrome solo build to not need X11 headers. Minor change to by Jon Smirl · 20 years ago
  65. 486e5c2 Make GET_PROGRAM_NAME work with uCLibc using the __progname hack. by Felix Kuehling · 20 years ago
  66. 368f3c5 Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_name by Jon Smirl · 20 years ago
  67. d53d429 use tnl_emit_func, it's safer by Daniel Borca · 20 years ago
  68. d2dbb25 correct X86_DISPATCH_FUNCTION_SIZE if THREADS is defined by Roland Scheidegger · 20 years ago
  69. 1e7ce9f Convert miniglx to use xf86drm from dri/drm/libdrm instead of src/mesa/drivers/dri/dri_client by Jon Smirl · 20 years ago
  70. 5500094 Convert miniglx to use Ian's fancy new driver config code. by Jon Smirl · 20 years ago
  71. 10b3bf6 Fix typos in comments. by Ian Romanick · 20 years ago
  72. 6c5402b Another "if it ain't broke, don't fix it" moment. Revert some more by Ian Romanick · 20 years ago
  73. 8a08853 fixed AIX color interpolation bug by Brian Paul · 20 years ago
  74. cbc96b7 patch for AIX (bug 983144) by Brian Paul · 20 years ago
  75. cacf473 added cast to fix AIX color interpolation problem (bug 983144) by Brian Paul · 20 years ago
  76. 3e94fd3 added GL_ARB_point_sprite. by Daniel Borca · 20 years ago
  77. fd00382 fixed non-threaded codepath by Daniel Borca · 20 years ago
  78. 3e77737 Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale instead by Eric Anholt · 20 years ago
  79. aaebfc8 Patch removes _SOLO definition needed for mesa-solo. mesa-solo by Jon Smirl · 20 years ago
  80. 2371033 document some assumptions made about compressed texture tile size by Brian Paul · 20 years ago
  81. 1675058 a few comments by Brian Paul · 20 years ago
  82. bbea6ec disable some debug printfs by Brian Paul · 20 years ago
  83. d07859e redo the event loop to make event response better by Brian Paul · 20 years ago
  84. 3bdc853 init some vars to silence warnings by Brian Paul · 20 years ago
  85. 009542a added GL_EXT_fog_coord. added GL_EXT_blend_equation_separate. minor cleanup. by Daniel Borca · 20 years ago
  86. 3aa364c put back the correct dispatcher for non-threaded builds. by Daniel Borca · 20 years ago
  87. d14d103 Fix a potential race condition. Fix a couple of places where by Ian Romanick · 20 years ago
  88. 2491d51 Make sure THREADS is set no matter which threading model is selected. by Ian Romanick · 20 years ago
  89. dedff2c just a test; no change by Brian Paul · 20 years ago
  90. 953f2a6 just a test; no change by Brian Paul · 20 years ago
  91. 9eaecaf just a test; no change by Brian Paul · 20 years ago
  92. 41fc595 just a test; no change by Brian Paul · 20 years ago
  93. 04e29af just a test; no change by Brian Paul · 20 years ago
  94. 76cfed8 added commands for AIX shared libs (Shane Blackett) by Brian Paul · 20 years ago
  95. 6d50d91 added aix-static config, make aix config build dynamic libs by Brian Paul · 20 years ago
  96. 3d38361 Rename the various function types in t_context.h to include a tnl_ prefix. by Keith Whitwell · 20 years ago
  97. c3c8c71 Remove __driRegisterExtensions by Keith Whitwell · 20 years ago
  98. f8b1825 Rename 'emit_func' usages in drivers. Will also rename the ones in t_context.h. by Keith Whitwell · 20 years ago
  99. 869fc59 fix for older gcc's (from freedesktop bug id #419) by Alan Hourihane · 20 years ago
  100. 160215b Add t_context.h include for drivers. by Keith Whitwell · 20 years ago