1. acc9566 GL_INDEX_OFFSET fix by Brian Paul · 18 years ago
  2. 17befff GL_INDEX_OFFSET didn't work with CI->RGB mappings. Added some const qualifiers. by Brian Paul · 18 years ago
  3. 8065c12 memory usage fixes for glean/conform, use a better hash function by Keith Whitwell · 18 years ago
  4. 64da161 Fix typo by Keith Whitwell · 18 years ago
  5. 5ddc53f Better caching for texenv programs. Initialize some values correctly. by Keith Whitwell · 18 years ago
  6. 7e3fa7e Speedup the venerable mm.[ch] allocator with doubly linked lists and a by Keith Whitwell · 18 years ago
  7. b0b6d1a In gl_texture_image, replace ImageStride with an ImageOffsets array. by Brian Paul · 18 years ago
  8. 226d018 glxinfo -l expanded, fixed bug 6863 by Brian Paul · 18 years ago
  9. 04d5d16 remove some redundant functions, fix-up reference counting by Brian Paul · 18 years ago
  10. 89ffca5 use new _mesa_remove_renderbuffer() by Brian Paul · 18 years ago
  11. 7ac5b7b use new _mesa_dereference_frame/renderbuffer() functions by Brian Paul · 18 years ago
  12. b52f021 Added _mesa_remove_renderbuffer() as a counterpart to _mesa_add_renderbuffer(). by Brian Paul · 18 years ago
  13. 2eb88c17 Added _mesa_dereference_framebuffer() to encapsulate reference count by Brian Paul · 18 years ago
  14. cbb1993 some new comments by Brian Paul · 18 years ago
  15. 20e11b2 remove an assertion by Brian Paul · 18 years ago
  16. 4e470db print 2D vs 3D in window by Brian Paul · 18 years ago
  17. 5ec34f0 also test 3D textures (press '2'/'3' to toggle) by Brian Paul · 18 years ago
  18. 083f811 added some CHAN_BITS tests by Brian Paul · 18 years ago
  19. 68bc7df replace FORMAT var with RB_TYPE by Brian Paul · 18 years ago
  20. fd02ca7 Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. by Brian Paul · 18 years ago
  21. e35b905 updated docs for off-screen rendering by Brian Paul · 18 years ago
  22. d44248c Allow rendering 8, 16 and 32-bit/channel images without recompiling. by Brian Paul · 18 years ago
  23. 6a74f65 install renderbuffer adaptors when color channel sizes need to be reduced by Brian Paul · 18 years ago
  24. d2e5598 added rbadaptors.[ch] files by Brian Paul · 18 years ago
  25. e2db790 added rbadaptors.c by Brian Paul · 18 years ago
  26. 3c30b35 Renderbuffer adaptors. by Brian Paul · 18 years ago
  27. 23a5c57 minor simplification by Brian Paul · 18 years ago
  28. 0ca9082 texture EnvColor needs to be converted to GLchan, not GLint by Brian Paul · 18 years ago
  29. 787fd58 Dont allow 16 tex units to be used at all. by Aapo Tahkola · 18 years ago
  30. 5e51ebd use -march=i486 instead of -m486 (bug 6954) by Brian Paul · 18 years ago
  31. 0d957ca change initialization of texcoords - not all C compilers support non-constant array initializers by Brian Paul · 18 years ago
  32. 3d8a791 add extra APP_LIB_DEPS (bug 6954) by Brian Paul · 18 years ago
  33. c717ffa added solaris-x86-gcc-static by Brian Paul · 18 years ago
  34. 7d848c3 generate shared lib, not static by Brian Paul · 18 years ago
  35. 9cc115e formerly known as solaris-x86-gcc by Brian Paul · 18 years ago
  36. 4c6319d call reshape() after init() to set initial projection/viewing transform (see bug 6941) by Brian Paul · 18 years ago
  37. b99c801 unbreak the build by Tilman Sauerbeck · 18 years ago
  38. cea0c74 add texture rectangle support for i815, I wrote the original patch about by Dave Airlie · 18 years ago
  39. 601c02f bug 6941: fixed initial rendering problems in glxgears by Tilman Sauerbeck · 18 years ago
  40. bd4256a Fix typo. by Michal Krol · 18 years ago
  41. 0b9d7e4 Add functions. by Michal Krol · 18 years ago
  42. 969c431 Write attribs to slang machine. by Michal Krol · 18 years ago
  43. b4c5905 Change error message wording. by Michal Krol · 18 years ago
  44. b6e92d0 Rename print() to printMESA(). by Michal Krol · 18 years ago
  45. 563f8ad Fix attrib handling. by Michal Krol · 18 years ago
  46. 21ef956 Extend printMESA function to output also to shader's info log. by Michal Krol · 18 years ago
  47. a67330d Cleanup code. Change constructor prototype. by Michal Krol · 18 years ago
  48. d1b4040 Cleanup code. by Michal Krol · 18 years ago
  49. ecf2e5b Change constructor prototype. Fix struct field accessing. by Michal Krol · 18 years ago
  50. d2b9e1c Remove carriage returns. by Michal Krol · 18 years ago
  51. d88c67f Add GetInfoLogLength and WriteAttrib functions. by Michal Krol · 18 years ago
  52. a1a02e6 Cleanup GLhandle-to-object translation macros. Fix minor bugs. by Michal Krol · 18 years ago
  53. 32c2f93 GLSL regression test suite. by Michal Krol · 18 years ago
  54. 2ca741a added a few extension #ifdef tests by Brian Paul · 18 years ago
  55. 5e2e96b Added a check_context_limits() function that checks that the ctx->Const.* by Brian Paul · 18 years ago
  56. c8ea111 usage() function by Brian Paul · 18 years ago
  57. 20215ec remove some unused macros by Brian Paul · 18 years ago
  58. d77a165 s/GLbyte/GLubyte/ by Brian Paul · 18 years ago
  59. ed875a4 fix typo, remove dead code by Brian Paul · 18 years ago
  60. ad7805d Expanded output with -l option: vertex/fragment program and vertex/fragment by Brian Paul · 18 years ago
  61. f1dbacc the r300 should only use 8 until Mesa can deal with this by Dave Airlie · 18 years ago
  62. 5d7ab75 this should use the configured number not the MAX, this has no effect until by Dave Airlie · 18 years ago
  63. 88cf5aa In __glXPushArrayState() we weren't pushing the index field. by Brian Paul · 18 years ago
  64. fa489dd simplify image setup code, added LOD Bias control (l/L keys) by Brian Paul · 18 years ago
  65. aecd02b simple texture compression test by Brian Paul · 18 years ago
  66. 932c2fc new test image - Delicate Arch, Utah by Brian Paul · 18 years ago
  67. bb2dd38 Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. by Brian Paul · 18 years ago
  68. 1e7d84e move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284) by Brian Paul · 18 years ago
  69. 700359c check if button >= GLUT_MAX_MENUS in glutAttacheMenu() by Brian Paul · 18 years ago
  70. adc0490 Clean up previous change slightly by Keith Whitwell · 18 years ago
  71. 452be7e Use a (much!) larger executable memory heap so that the glsl x86 by Keith Whitwell · 18 years ago
  72. 2b3aab0 check event button against GLUT_MAX_MENUS (bug 1484284) by Brian Paul · 18 years ago
  73. ab13ec1 16/32-bit chan fixes, texture compression fixes by Brian Paul · 18 years ago
  74. 791e7b3 When error-checking 'unit' against num_texture_units, need to use >=, not >. by Brian Paul · 18 years ago
  75. 008ed1d Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether by Brian Paul · 18 years ago
  76. 5e4c39d use _mesa_compressed_texture_size() for GL_TEXTURE_COMPRESSED_IMAGE_SIZE query by Brian Paul · 18 years ago
  77. a546769 two more texture compression fixes by Brian Paul · 18 years ago
  78. c3c19be More updates for texture compression. by Brian Paul · 18 years ago
  79. 5999c5b Fix a number of texture compression issues. by Brian Paul · 18 years ago
  80. c93c18a fix warning by Brian Paul · 18 years ago
  81. 71b2504 updates to dri drivers for recent stencil changes by Keith Whitwell · 18 years ago
  82. 960973b added CHAN_BITS != 8 test by Brian Paul · 18 years ago
  83. 85bc174 misc clean-ups by Brian Paul · 18 years ago
  84. ca8b235 minor clean-ups around DepthScale/Bias by Brian Paul · 18 years ago
  85. 8a1848b restore -O flag (bug 6814) by Brian Paul · 18 years ago
  86. 0c7cbf0 Check for overflow when converting floating pt Z values to 32-bit GLuint. by Brian Paul · 18 years ago
  87. efbf170 updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) by Brian Paul · 18 years ago
  88. 9b20b68 check for float->uint overflow in _mesa_unpack_depth_span() by Brian Paul · 18 years ago
  89. 6717a7a Define VERT_RESULT_EDGE by Keith Whitwell · 18 years ago
  90. 86740f1 remove temporary code from keithw, this in theory isn't used at the moment by Dave Airlie · 18 years ago
  91. 2364d9a Fix i915 driver after stencil changes in Mesa 6.5 by Dave Airlie · 18 years ago
  92. ab377ce Release temporary by Keith Whitwell · 18 years ago
  93. 6e2ab82 Fix some silly spelling errors. by Ian Romanick · 18 years ago
  94. ee251d4 remove some unneeded includes by Dave Airlie · 18 years ago
  95. bea7fe5 Update to final EXT_tfp tokens by David Reveman · 18 years ago
  96. 698b04c move the pkg config flags for libdrm to the bottom by Dave Airlie · 18 years ago
  97. 0157624 Update function signatures for EXT_tfp entrypoints. by Adam Jackson · 18 years ago
  98. ae7f22f new, faster version of __gluInvertMatrixd(), bug 6748 by Brian Paul · 18 years ago
  99. 0174d89 Bumped support for xcb 0.9 by Jeremy Kolb · 18 years ago
  100. c5b3343 added a trailing newline to pacify gcc by Tilman Sauerbeck · 18 years ago