1. 6d50d91 added aix-static config, make aix config build dynamic libs by Brian Paul · 20 years ago
  2. 3d38361 Rename the various function types in t_context.h to include a tnl_ prefix. by Keith Whitwell · 20 years ago
  3. c3c8c71 Remove __driRegisterExtensions by Keith Whitwell · 20 years ago
  4. f8b1825 Rename 'emit_func' usages in drivers. Will also rename the ones in t_context.h. by Keith Whitwell · 20 years ago
  5. 869fc59 fix for older gcc's (from freedesktop bug id #419) by Alan Hourihane · 20 years ago
  6. 160215b Add t_context.h include for drivers. by Keith Whitwell · 20 years ago
  7. 009aa3e Add infrastructure for t_vertex.c codegen. Add an example driver by Keith Whitwell · 20 years ago
  8. 8e77da1 First phase of TLS work. At this point SPARC assembly dispatch is by Ian Romanick · 20 years ago
  9. c61c7cb This should make most linux-solo drivers work again. Mainly a fix by Jon Smirl · 20 years ago
  10. 7c1207a fixed vertex program state references by Brian Paul · 20 years ago
  11. fc84e82 fix another bug in get_register_pointer() by Brian Paul · 20 years ago
  12. 80cc018 the get_register_pointer() function was pretty well broken in a few ways by Brian Paul · 20 years ago
  13. ac33dd1 disable some debug code by Brian Paul · 20 years ago
  14. 824fdf0 remove trailing whitespace and misc clean-ups by Brian Paul · 20 years ago
  15. 2675569 add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c by Roland Scheidegger · 20 years ago
  16. dbe1eca option to test with display lists by Brian Paul · 20 years ago
  17. 36bdb07 glBegin/EndQueryARB bug fix by Brian Paul · 20 years ago
  18. d322dc1 glBegin/EndQueryARB didn't work inside display lists by Brian Paul · 20 years ago
  19. 625a339 make sure Q has a good value before drawing a sample by Brian Paul · 20 years ago
  20. c2bffec Mesa-solo builds with these changes. There are still more fixups needed to by Jon Smirl · 20 years ago
  21. e16f6e3 Re-enable SPARC assembly on sunos5-gcc platform. by Ian Romanick · 20 years ago
  22. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 20 years ago
  23. 74b380b Corrected a float to ubyte conversion bug with fog enabled. by Erdi Chen · 20 years ago
  24. c9a41566 remove program from hash table when deleted (bug 979514) by Brian Paul · 20 years ago
  25. a09db0a new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers by Roland Scheidegger · 20 years ago
  26. 9a47d2b fix GL_HP_occlusion_test bug, use glext.h version 23 by Brian Paul · 20 years ago
  27. 939dd17 fix HP occlusion testing when using generic span path by Brian Paul · 20 years ago
  28. de67b3e fix capitalization, new comments, etc by Brian Paul · 20 years ago
  29. 6cf3f57 added library dependencies (bug #978758) by Brian Paul · 20 years ago
  30. adf6d0d hack for compressed textures with aspectratio greater than 8:1 by Daniel Borca · 20 years ago
  31. 701987c disabled unnecessary assertions in texture replicator by Daniel Borca · 20 years ago
  32. b3eda24 added back x86 entrypoints by Daniel Borca · 20 years ago
  33. 0349b4b Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers. by Brian Paul · 20 years ago
  34. d7ea750 revert accidental change from rev. 1.10 by Roland Scheidegger · 20 years ago
  35. e4fbcd0 updated to version 23 by Brian Paul · 20 years ago
  36. ea93e6d Don't include glapi_*.S files in DRI / solo builds. by Ian Romanick · 20 years ago
  37. 6b869d4 Alexander Gottwald's patch for cygwin by Brian Paul · 20 years ago
  38. a64feef check for NULL pointer to glTexImage (fix verified by Adam Jackson) by Brian Paul · 20 years ago
  39. 3ea9cf0 added support for non-64bit compilers by Daniel Borca · 20 years ago
  40. 0590786 call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. Fixes problems found with Cg demos. by Brian Paul · 20 years ago
  41. 2635914 remove redundant program field initializers in BindProgram(); ctx->Driver.NewProgram() does the inits by Brian Paul · 20 years ago
  42. 636d4db latest bug fixes, etc. by Brian Paul · 20 years ago
  43. 7576b9b store's to RC/HC didn't work (bug 976287) by Brian Paul · 20 years ago
  44. f252f64 Big-endian texture fixes from Michel Dänzer. by Brian Paul · 20 years ago
  45. 07694b8 Remove ADD_POINTERS code from import() function - it broke UT2004. by Brian Paul · 20 years ago
  46. f0f23aa Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ARB_pbuffer by Daniel Borca · 20 years ago
  47. 1e93e19 Use correct macros for packing pixel colors -- this bug is probably by Keith Whitwell · 20 years ago
  48. 594c3f6 add missing license texts by Keith Whitwell · 20 years ago
  49. 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 · 20 years ago
  50. 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 · 20 years ago
  51. 6c1833e fix tex env mode GL_BLEND for GL_INTENSITY texture formats by Roland Scheidegger · 20 years ago
  52. fb75ca1 Make the test check for core GL version 1.3 in addition to testing for by Ian Romanick · 20 years ago
  53. 919498e Fix up texture compression mipmapping .. not sure if it fixes FXT1 but by Dave Airlie · 20 years ago
  54. 85ffbdd fix component indexing bug in _mesa_texstore_al88() by Brian Paul · 20 years ago
  55. ed60bc6 don't use // comments (Thomas Hellstrom) by Brian Paul · 20 years ago
  56. 972ff46 remove unused mode function by Dave Airlie · 20 years ago
  57. 1a544b0 switch to using driFillInModes fix depthbuffer = 0 by Dave Airlie · 20 years ago
  58. 6d43ce5 Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects. by Keith Whitwell · 20 years ago
  59. fff749e Fix a couple typeos in the tables for driFillInModes. by Ian Romanick · 20 years ago
  60. 997e81f added more compressed formats to is_color_format() by Roland Scheidegger · 20 years ago
  61. 09c9bfb fix correct parameters passed to StoreImage by Daniel Borca · 20 years ago
  62. f449e37 _really_ fix parameters to StoreImage calls. by Adam Jackson · 20 years ago
  63. 3405708 added compressed formats to is_color_format() and updated some comments by Brian Paul · 20 years ago
  64. 3dc3cc9 Fixed a bug in vertex emitter (untile we move to t_vertex.c) by Daniel Borca · 20 years ago
  65. 2a28636 add i915 as it seems to build okay.. by Dave Airlie · 20 years ago
  66. 7aa0e61 just a comment by Brian Paul · 20 years ago
  67. 5b05a18 disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of the 1.5 spec by Brian Paul · 20 years ago
  68. 916e749 s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/ by Brian Paul · 20 years ago
  69. 8b33258 remove the 3dfx CatchSignals stuff (the var was alwasy set) by Brian Paul · 20 years ago
  70. beef59e added GL_BGR and GL_BGRA to is_color_format() (Ronny Vindenes by Brian Paul · 20 years ago
  71. 3f3d11d fix some minor glitches in glGetTexParameter code by Brian Paul · 20 years ago
  72. 7cbc966 re-enable rect texture by Alan Hourihane · 20 years ago
  73. 4102a30 fix minor typo in comment by Brian Paul · 20 years ago
  74. 22dad68 don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal by Brian Paul · 20 years ago
  75. 694b10c document recent changes/fixes by Brian Paul · 20 years ago
  76. 601df9c Additional error checking for glTexImageXD. by Brian Paul · 20 years ago
  77. 13ad047 Roland's patch to fix promotion of alpha or luminance textures to the by Brian Paul · 20 years ago
  78. 41b5895 New driver for i915 as well as older i830/i845/i865 chipsets. by Keith Whitwell · 20 years ago
  79. d7f76c7 try and find the drm in a more likely place by Dave Airlie · 20 years ago
  80. d4dcc6b Add FXT1 compression support to i830 driver by Dave Airlie · 20 years ago
  81. 932e6fb Fix an "overflow in implicit constant conversion" warning in mEndPrimitive when by Eric Anholt · 20 years ago
  82. 8a41ead silence a warning by Adam Jackson · 20 years ago
  83. b3a4a07 remove unused stuff, fix non-native build by Dave Airlie · 20 years ago
  84. 15be94f fix mach64 non native.. no reason to use it... by Dave Airlie · 20 years ago
  85. 59b0db3 Fix reflect demo: We were using the 3D Clear path unnecessarily, which appears by Eric Anholt · 20 years ago
  86. 695a690 * sisChooseRenderState doesn't depend on _NEW_TEXTURE at all. by Eric Anholt · 20 years ago
  87. e5a916d make rm for common not complain by Dave Airlie · 20 years ago
  88. 9e9feac remove depend on clean by Dave Airlie · 20 years ago
  89. 37a9499 fix bug with emitting spec/fog report by Eric Anholt, this isn't the prettiest by Dave Airlie · 20 years ago
  90. 0590895 fix parse error in sign of exponents (bug 968323) by Brian Paul · 20 years ago
  91. 7c381a2 Fix rectangular textures on i830 - well texrect at least by Dave Airlie · 20 years ago
  92. e84f77b * Convert to use t_vertex.c instead of sis_vb.[ch] by Eric Anholt · 20 years ago
  93. a941854 corrected a bug wrt point_size by Daniel Borca · 20 years ago
  94. 06668ed Clean a little whitespace that's been bothering me. by Eric Anholt · 20 years ago
  95. 7c46033 Fix up some remaining include issues. Replace Xmalloc / Xfree with by Ian Romanick · 20 years ago
  96. 03d7596 The required DDX and DRI version numbers were switched. This went unnoticed by Ian Romanick · 20 years ago
  97. 635ba15 Add NEW_INTERFACE bits. by Eric Anholt · 20 years ago
  98. 1312498 fix all those warnings by Dave Airlie · 20 years ago
  99. f9b107d use the mesa defines by Dave Airlie · 20 years ago
  100. 6fc70e8 oops fix a bug I introduced by Dave Airlie · 20 years ago