1. c2bffec Mesa-solo builds with these changes. There are still more fixups needed to by Jon Smirl · 21 years ago
  2. e16f6e3 Re-enable SPARC assembly on sunos5-gcc platform. by Ian Romanick · 21 years ago
  3. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 21 years ago
  4. 74b380b Corrected a float to ubyte conversion bug with fog enabled. by Erdi Chen · 21 years ago
  5. c9a4156 remove program from hash table when deleted (bug 979514) by Brian Paul · 21 years ago
  6. a09db0a new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers by Roland Scheidegger · 21 years ago
  7. 9a47d2b fix GL_HP_occlusion_test bug, use glext.h version 23 by Brian Paul · 21 years ago
  8. 939dd17 fix HP occlusion testing when using generic span path by Brian Paul · 21 years ago
  9. de67b3e fix capitalization, new comments, etc by Brian Paul · 21 years ago
  10. 6cf3f57 added library dependencies (bug #978758) by Brian Paul · 21 years ago
  11. adf6d0d hack for compressed textures with aspectratio greater than 8:1 by Daniel Borca · 21 years ago
  12. 701987c disabled unnecessary assertions in texture replicator by Daniel Borca · 21 years ago
  13. b3eda24 added back x86 entrypoints by Daniel Borca · 21 years ago
  14. 0349b4b Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers. by Brian Paul · 21 years ago
  15. d7ea750 revert accidental change from rev. 1.10 by Roland Scheidegger · 21 years ago
  16. e4fbcd0 updated to version 23 by Brian Paul · 21 years ago
  17. ea93e6d Don't include glapi_*.S files in DRI / solo builds. by Ian Romanick · 21 years ago
  18. 6b869d4 Alexander Gottwald's patch for cygwin by Brian Paul · 21 years ago
  19. a64feef check for NULL pointer to glTexImage (fix verified by Adam Jackson) by Brian Paul · 21 years ago
  20. 3ea9cf0 added support for non-64bit compilers by Daniel Borca · 21 years ago
  21. 0590786 call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. Fixes problems found with Cg demos. by Brian Paul · 21 years ago
  22. 2635914 remove redundant program field initializers in BindProgram(); ctx->Driver.NewProgram() does the inits by Brian Paul · 21 years ago
  23. 636d4db latest bug fixes, etc. by Brian Paul · 21 years ago
  24. 7576b9b store's to RC/HC didn't work (bug 976287) by Brian Paul · 21 years ago
  25. f252f64 Big-endian texture fixes from Michel Dänzer. by Brian Paul · 21 years ago
  26. 07694b8 Remove ADD_POINTERS code from import() function - it broke UT2004. by Brian Paul · 21 years ago
  27. f0f23aa Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ARB_pbuffer by Daniel Borca · 21 years ago
  28. 1e93e19 Use correct macros for packing pixel colors -- this bug is probably by Keith Whitwell · 21 years ago
  29. 594c3f6 add missing license texts by Keith Whitwell · 21 years ago
  30. 8ad2809 use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix various small bugs with tex env combine mode GL_DOT3_RGB(A)/GL_DOT3_RGB(A)_EXT by Roland Scheidegger · 21 years ago
  31. e3f926a use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix potential bug with tex env combine mode GL_DOT3_RGB/GL_DOT3_RGB_EXT and ALPHA_SCALE by Roland Scheidegger · 21 years ago
  32. 6c1833e fix tex env mode GL_BLEND for GL_INTENSITY texture formats by Roland Scheidegger · 21 years ago
  33. fb75ca1 Make the test check for core GL version 1.3 in addition to testing for by Ian Romanick · 21 years ago
  34. 919498e Fix up texture compression mipmapping .. not sure if it fixes FXT1 but by Dave Airlie · 21 years ago
  35. 85ffbdd fix component indexing bug in _mesa_texstore_al88() by Brian Paul · 21 years ago
  36. ed60bc6 don't use // comments (Thomas Hellstrom) by Brian Paul · 21 years ago
  37. 972ff46 remove unused mode function by Dave Airlie · 21 years ago
  38. 1a544b0 switch to using driFillInModes fix depthbuffer = 0 by Dave Airlie · 21 years ago
  39. 6d43ce5 Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects. by Keith Whitwell · 21 years ago
  40. fff749e Fix a couple typeos in the tables for driFillInModes. by Ian Romanick · 21 years ago
  41. 997e81f added more compressed formats to is_color_format() by Roland Scheidegger · 21 years ago
  42. 09c9bfb fix correct parameters passed to StoreImage by Daniel Borca · 21 years ago
  43. f449e37 _really_ fix parameters to StoreImage calls. by Adam Jackson · 21 years ago
  44. 3405708 added compressed formats to is_color_format() and updated some comments by Brian Paul · 21 years ago
  45. 3dc3cc9 Fixed a bug in vertex emitter (untile we move to t_vertex.c) by Daniel Borca · 21 years ago
  46. 2a28636 add i915 as it seems to build okay.. by Dave Airlie · 21 years ago
  47. 7aa0e61 just a comment by Brian Paul · 21 years ago
  48. 5b05a18 disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of the 1.5 spec by Brian Paul · 21 years ago
  49. 916e749 s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/ by Brian Paul · 21 years ago
  50. 8b33258 remove the 3dfx CatchSignals stuff (the var was alwasy set) by Brian Paul · 21 years ago
  51. beef59e added GL_BGR and GL_BGRA to is_color_format() (Ronny Vindenes by Brian Paul · 21 years ago
  52. 3f3d11d fix some minor glitches in glGetTexParameter code by Brian Paul · 21 years ago
  53. 7cbc966 re-enable rect texture by Alan Hourihane · 21 years ago
  54. 4102a30 fix minor typo in comment by Brian Paul · 21 years ago
  55. 22dad68 don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal by Brian Paul · 21 years ago
  56. 694b10c document recent changes/fixes by Brian Paul · 21 years ago
  57. 601df9c Additional error checking for glTexImageXD. by Brian Paul · 21 years ago
  58. 13ad047 Roland's patch to fix promotion of alpha or luminance textures to the by Brian Paul · 21 years ago
  59. 41b5895 New driver for i915 as well as older i830/i845/i865 chipsets. by Keith Whitwell · 21 years ago
  60. d7f76c7 try and find the drm in a more likely place by Dave Airlie · 21 years ago
  61. d4dcc6b Add FXT1 compression support to i830 driver by Dave Airlie · 21 years ago
  62. 932e6fb Fix an "overflow in implicit constant conversion" warning in mEndPrimitive when by Eric Anholt · 21 years ago
  63. 8a41ead silence a warning by Adam Jackson · 21 years ago
  64. b3a4a07 remove unused stuff, fix non-native build by Dave Airlie · 21 years ago
  65. 15be94f fix mach64 non native.. no reason to use it... by Dave Airlie · 21 years ago
  66. 59b0db3 Fix reflect demo: We were using the 3D Clear path unnecessarily, which appears by Eric Anholt · 21 years ago
  67. 695a690 * sisChooseRenderState doesn't depend on _NEW_TEXTURE at all. by Eric Anholt · 21 years ago
  68. e5a916d make rm for common not complain by Dave Airlie · 21 years ago
  69. 9e9feac remove depend on clean by Dave Airlie · 21 years ago
  70. 37a9499 fix bug with emitting spec/fog report by Eric Anholt, this isn't the prettiest by Dave Airlie · 21 years ago
  71. 0590895 fix parse error in sign of exponents (bug 968323) by Brian Paul · 21 years ago
  72. 7c381a2 Fix rectangular textures on i830 - well texrect at least by Dave Airlie · 21 years ago
  73. e84f77b * Convert to use t_vertex.c instead of sis_vb.[ch] by Eric Anholt · 21 years ago
  74. a941854 corrected a bug wrt point_size by Daniel Borca · 21 years ago
  75. 06668ed Clean a little whitespace that's been bothering me. by Eric Anholt · 21 years ago
  76. 7c46033 Fix up some remaining include issues. Replace Xmalloc / Xfree with by Ian Romanick · 21 years ago
  77. 03d7596 The required DDX and DRI version numbers were switched. This went unnoticed by Ian Romanick · 21 years ago
  78. 635ba15 Add NEW_INTERFACE bits. by Eric Anholt · 21 years ago
  79. 1312498 fix all those warnings by Dave Airlie · 21 years ago
  80. f9b107d use the mesa defines by Dave Airlie · 21 years ago
  81. 6fc70e8 oops fix a bug I introduced by Dave Airlie · 21 years ago
  82. cbf863e fix the versions by Dave Airlie · 21 years ago
  83. 2c161cf small corrections by Daniel Borca · 21 years ago
  84. edea875 make endian code work on BSD by Dave Airlie · 21 years ago
  85. 4ffbb81 Remove use of X windows include by Dave Airlie · 21 years ago
  86. e1a7f31 Remove the rest of the need for glxclient.h and remove it from the tree. by Ian Romanick · 21 years ago
  87. 75046c5 Remove drivers that have not been converted to the new interface from by Ian Romanick · 21 years ago
  88. a704e44 Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined. by Ian Romanick · 21 years ago
  89. 45e7b47 Enable use of new DRI interface in Unichrome driver. by Ian Romanick · 21 years ago
  90. e3a07ba Start to "modernize" the driver. by Ian Romanick · 21 years ago
  91. e3789eb Replace 'Display *' with '__DRInativeDisplay *'. by Ian Romanick · 21 years ago
  92. 98e7d81 Enable GL_EXT_blend_subtract and GL_NV_blend_square. by Ian Romanick · 21 years ago
  93. d672f38 Redo of removing __driRegisterExtensions(). I accidentally undid the previous check in. by Jon Smirl · 21 years ago
  94. 82a5581 Enable use of new DRI interface in Rage128 driver. by Ian Romanick · 21 years ago
  95. 4d8c039 fix minor signedness issue in assertion by Roland Scheidegger · 21 years ago
  96. da1766f Remove fill_in_modes and use driFillInModes instead. by Ian Romanick · 21 years ago
  97. 7439605 Add a new function, driFillInModes, that is to be used by drivers to by Ian Romanick · 21 years ago
  98. 173bc32 Fix problems when sizeof(Node) != sizeof(float) by Keith Whitwell · 21 years ago
  99. 93c91c3 masked out unsupported glBlendColor (some games check only the proc addr) by Daniel Borca · 21 years ago
  100. 8f980b0 Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out by Jon Smirl · 21 years ago