1. 24ae7c4 Added fi_type union typedef to glheader.h. by Brian Paul · 23 years ago
  2. e427666 Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture by Brian Paul · 23 years ago
  3. 65c6ca9 replace 255 with CHAN_MAX by Brian Paul · 23 years ago
  4. 03d6c4c define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and SI don't agree) by Brian Paul · 23 years ago
  5. 2db44ff fixed a comment by Brian Paul · 23 years ago
  6. e9ba8e9 disabled an assertion that doesn't seem to be needed by Brian Paul · 23 years ago
  7. cd1cefa Allow different max texture sizes for 1/2D, 3D and cube maps. by Brian Paul · 23 years ago
  8. cc22179 fixed an assertion by Brian Paul · 23 years ago
  9. 1178ed8 fixed a +/- typo in the Y coord setup by Brian Paul · 23 years ago
  10. 6886019 moved glTexEnvi calls to better logical locations by Brian Paul · 23 years ago
  11. ae47121 removed old, redundant CurrentTransformUnit state var by Brian Paul · 23 years ago
  12. 1676268 always feedback unit 0 texcoords by Brian Paul · 23 years ago
  13. baace9f don't compile glClientActiveTextureARB() into display lists, per the spec by Brian Paul · 23 years ago
  14. 5ed63e0 disable pixel transfer ops for glGetTexImage(), per the spec by Brian Paul · 23 years ago
  15. d3778fc added latest line and triangle bug fixes by Brian Paul · 23 years ago
  16. a2162e4 Snap triangle x,y vertices to 1/16 subpixel positions. by Brian Paul · 23 years ago
  17. 57b46ee check for PB overflow in general_flat_rgba_line() by Brian Paul · 23 years ago
  18. e67d632 fixed minor display list bugs (#431517) by Brian Paul · 23 years ago
  19. 5891a5d by Jouk Jansen · 23 years ago
  20. 0ce9f39 add check for NULL malloc (from Stanford metacompilation analysis) by Brian Paul · 23 years ago
  21. 5fd1317 added COPY_4UBV bug fix by Brian Paul · 23 years ago
  22. fabc30c only copy GLubyte[4] as a GLuint on x86 by Brian Paul · 23 years ago
  23. 36822c5 use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (bug 430689) by Brian Paul · 23 years ago
  24. 4a497e6 Remove dependency on MESA sources from gl* files by davem69 · 23 years ago
  25. a5455bb test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed for SSE signal handler by Brian Paul · 23 years ago
  26. 6f365c2 SPARC normal tnl optimizations. by davem69 · 23 years ago
  27. 775355a Sparc optimized GLAPI dispatch table. by davem69 · 23 years ago
  28. 0fab070 Generate this now that I know which gl.spec file to use. by davem69 · 23 years ago
  29. 470a7b4 minor clean-ups by Brian Paul · 23 years ago
  30. a116474 filled in a bunch of the function template strings by Brian Paul · 23 years ago
  31. ae14499 Python script for making glapi_sparc.S by davem69 · 23 years ago
  32. e4f84b4 Add USE_SPARC_ASM diagnostics to print_info. by davem69 · 23 years ago
  33. b20cea3 removed some code in XMesaDestroyContext() which could lead to a segfault by Brian Paul · 23 years ago
  34. 51b3639 by Keith Whitwell · 23 years ago
  35. abd5134 fixed some GL_POINTS probs by Keith Whitwell · 23 years ago
  36. bd58a63 New files to provide glEvalPoint, glEvalCoord implementations for by Keith Whitwell · 23 years ago
  37. 2c2a956 Add api_arrayelt.c by Keith Whitwell · 23 years ago
  38. 4b7d6f2 Working implementation of glArrayElt that decomposes to regular by Keith Whitwell · 23 years ago
  39. a7de8b6 added minor comments by Brian Paul · 23 years ago
  40. 8a039ff applied Klaus Niederkrueger's CHAN_BITS==32 patch by Brian Paul · 23 years ago
  41. 741c2e6 apply David Miller's quad/backcolor patch by Keith Whitwell · 23 years ago
  42. 4097590 replaced #ifdef 0 with #if 0 by Brian Paul · 23 years ago
  43. 21f80ba swapped in/out arguments to interp_func. Improved comments by Brian Paul · 23 years ago
  44. e715c4a fixed s/w alpha channel bug by Brian Paul · 23 years ago
  45. 987caac GLubyte -> GLchan fix by Brian Paul · 23 years ago
  46. b5d3f2c added current raster fog coord and related code by Brian Paul · 23 years ago
  47. 529e48b added test for EXT_fog_coord by Brian Paul · 23 years ago
  48. 47a3c67 forgot to check-in yesterday by Brian Paul · 23 years ago
  49. 71f2c40 rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS by Keith Whitwell · 23 years ago
  50. 84cac84 more DRI libGL-related changes by Brian Paul · 23 years ago
  51. e4a01fd added math/m_debug_clip.c by Brian Paul · 23 years ago
  52. 655ba5d removed some old DRI-isms by Brian Paul · 23 years ago
  53. ffa10b1 added new functions to GLX_functions[] by Brian Paul · 23 years ago
  54. 645c1ce s/void */GLvoid */ by Brian Paul · 23 years ago
  55. 736fcbe infrastructure for GL_ARB_multisample by Brian Paul · 23 years ago
  56. 5ff1c61 removed unused var by Brian Paul · 23 years ago
  57. b0bb4f6 more work on XMesa / libGL integration by Brian Paul · 23 years ago
  58. b95884c added void to __GLXextFuncPtr by Brian Paul · 23 years ago
  59. 2a3cc7d added missing GLX_SGIS_multisample tokens by Brian Paul · 23 years ago
  60. c98da4d changed #if OLD_VMS to #ifdef OLD_VMS by Brian Paul · 23 years ago
  61. 12c1bee added some casts so that older glx.h can be used by Brian Paul · 23 years ago
  62. e203c9c change GLXContext and GLXFBConfig typedefs by Brian Paul · 23 years ago
  63. 7cf50e1 Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. by Brian Paul · 23 years ago
  64. bcebfe6 added GL_SGIS_generate_mipmap by Brian Paul · 23 years ago
  65. 9228e17 Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers. by Brian Paul · 23 years ago
  66. 55ed11b prototyping some new stuff by Brian Paul · 23 years ago
  67. 874ae72 added color table clamp bugfix by Brian Paul · 23 years ago
  68. f6e0e92 fix bug 426657: need to clamp RGBA before color table lookups by Brian Paul · 23 years ago
  69. 6f0ab1d import from 3.4 branch by Brian Paul · 23 years ago
  70. e34d63f added 3.4.2 changes, SPARC assembly by Brian Paul · 23 years ago
  71. 04a6c35 updated copyright by Brian Paul · 23 years ago
  72. 7943b34 SPARC assembly optimizations from David Miller. by Brian Paul · 23 years ago
  73. 8bd0693 a little more work on GL_SGIS_generate_mipmap by Brian Paul · 23 years ago
  74. 6b1e4ea fixed a number of multi-texture line bugs by Brian Paul · 23 years ago
  75. 300e105 added multitexture support by Brian Paul · 23 years ago
  76. 3893e63 initial support for GL_SGIS_generate_mipmap extension by Brian Paul · 23 years ago
  77. e7e38a4 Initial commit of cliptest work. More to come shortly. by Gareth Hughes · 23 years ago
  78. e9482d0 s/Height/height/ (Jeff Potter) by Brian Paul · 23 years ago
  79. d577248 added missing #undefs at end of file by Brian Paul · 23 years ago
  80. ca78774 fixed a bad error string in ClientActiveTexture() by Brian Paul · 23 years ago
  81. 569b5f3 fixed two GL error calls by Brian Paul · 23 years ago
  82. 758a21f fixed Width/Height typo (Jeff Hartmann) by Brian Paul · 23 years ago
  83. 1341f40 removed (void) index; statement by Brian Paul · 23 years ago
  84. 5439ab0 Comment out __FUNCTION__ usage. by Keith Whitwell · 23 years ago
  85. 89dae68 Fix order of decomposition of quad. by Keith Whitwell · 23 years ago
  86. 47cf442 use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon) by Brian Paul · 23 years ago
  87. 441a4af generate INVALID_OPERATION if active texture != 0 in glMap[12][fd] by Brian Paul · 23 years ago
  88. dbd0dad fix for Jouk's glplanet bug by Keith Whitwell · 23 years ago
  89. c47a532 added latest 3.5 changes by Brian Paul · 23 years ago
  90. 5071b08 Apply antialiasing coverage factor to alpha after texture application, by Brian Paul · 23 years ago
  91. a51f07d _mesa_pack_index_span() was broken for non-GLubyte datatypes by Brian Paul · 23 years ago
  92. 9e48553 increase FOG_MAX to 10.0 to fix CI conformace failure by Brian Paul · 23 years ago
  93. 80532da minor clean-ups and more comments by Brian Paul · 23 years ago
  94. d57bcbe moved some misplaced compiler flags from CC assigment to CFLAGS by Brian Paul · 23 years ago
  95. 0ab16e0 New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with by Brian Paul · 23 years ago
  96. 6499715 typo by Keith Whitwell · 23 years ago
  97. f89035b changed MAX_HEIGHT to 2048 by Brian Paul · 23 years ago
  98. 9bf68ad New triangle rasterization code. Store per-span initial/step values in the by Brian Paul · 23 years ago
  99. 9cf779e Fix for glean texgen test. by Keith Whitwell · 23 years ago
  100. b8d091d increase blocksize, remove dead opcodes by Keith Whitwell · 23 years ago