1. 5e2e96b Added a check_context_limits() function that checks that the ctx->Const.* by Brian Paul · 19 years ago
  2. 20215ec remove some unused macros by Brian Paul · 19 years ago
  3. d77a165 s/GLbyte/GLubyte/ by Brian Paul · 19 years ago
  4. ed875a4 fix typo, remove dead code by Brian Paul · 19 years ago
  5. f1dbacc the r300 should only use 8 until Mesa can deal with this by Dave Airlie · 19 years ago
  6. 5d7ab75 this should use the configured number not the MAX, this has no effect until by Dave Airlie · 19 years ago
  7. 88cf5aa In __glXPushArrayState() we weren't pushing the index field. by Brian Paul · 19 years ago
  8. 1e7d84e move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284) by Brian Paul · 19 years ago
  9. 700359c check if button >= GLUT_MAX_MENUS in glutAttacheMenu() by Brian Paul · 19 years ago
  10. adc0490 Clean up previous change slightly by Keith Whitwell · 19 years ago
  11. 452be7e Use a (much!) larger executable memory heap so that the glsl x86 by Keith Whitwell · 19 years ago
  12. 2b3aab0 check event button against GLUT_MAX_MENUS (bug 1484284) by Brian Paul · 19 years ago
  13. 791e7b3 When error-checking 'unit' against num_texture_units, need to use >=, not >. by Brian Paul · 19 years ago
  14. 008ed1d Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether by Brian Paul · 19 years ago
  15. 5e4c39d use _mesa_compressed_texture_size() for GL_TEXTURE_COMPRESSED_IMAGE_SIZE query by Brian Paul · 19 years ago
  16. a546769 two more texture compression fixes by Brian Paul · 19 years ago
  17. c3c19be More updates for texture compression. by Brian Paul · 19 years ago
  18. 5999c5b Fix a number of texture compression issues. by Brian Paul · 19 years ago
  19. c93c18a fix warning by Brian Paul · 19 years ago
  20. 71b2504 updates to dri drivers for recent stencil changes by Keith Whitwell · 19 years ago
  21. 960973b added CHAN_BITS != 8 test by Brian Paul · 19 years ago
  22. 85bc174 misc clean-ups by Brian Paul · 19 years ago
  23. ca8b235 minor clean-ups around DepthScale/Bias by Brian Paul · 19 years ago
  24. 0c7cbf0 Check for overflow when converting floating pt Z values to 32-bit GLuint. by Brian Paul · 19 years ago
  25. 9b20b68 check for float->uint overflow in _mesa_unpack_depth_span() by Brian Paul · 19 years ago
  26. 6717a7a Define VERT_RESULT_EDGE by Keith Whitwell · 19 years ago
  27. 86740f1 remove temporary code from keithw, this in theory isn't used at the moment by Dave Airlie · 19 years ago
  28. 2364d9a Fix i915 driver after stencil changes in Mesa 6.5 by Dave Airlie · 19 years ago
  29. ab377ce Release temporary by Keith Whitwell · 19 years ago
  30. ee251d4 remove some unneeded includes by Dave Airlie · 19 years ago
  31. 698b04c move the pkg config flags for libdrm to the bottom by Dave Airlie · 19 years ago
  32. 0157624 Update function signatures for EXT_tfp entrypoints. by Adam Jackson · 19 years ago
  33. ae7f22f new, faster version of __gluInvertMatrixd(), bug 6748 by Brian Paul · 19 years ago
  34. c5b3343 added a trailing newline to pacify gcc by Tilman Sauerbeck · 19 years ago
  35. 6a769d9 fix second memory leak (bug 5557) by Brian Paul · 19 years ago
  36. 49a80ca fix first memory leak (bug 5557) by Brian Paul · 19 years ago
  37. c4fe46f fixes for CHAN_BITS!=8 by Brian Paul · 19 years ago
  38. 444cd29 assorted clean-ups, fixes by Brian Paul · 19 years ago
  39. e814d5e replace a bunch of casts with GET_XRB macro by Brian Paul · 19 years ago
  40. edc16a5 fix a few stride computations in _mesa_texstore_rgba() by Brian Paul · 19 years ago
  41. e440bcf fix warnings. by Aapo Tahkola · 19 years ago
  42. d44c3e6 R300_SPAN_DISABLE_LOCKING env var by Aapo Tahkola · 19 years ago
  43. a4ebd5f remove _glthread_INIT_MUTEX() call by Brian Paul · 19 years ago
  44. 65dccf3 fix an assertion by Brian Paul · 19 years ago
  45. faee3f0 minor clean-up by Brian Paul · 19 years ago
  46. 901ac21 remove old XFree86 tag by Brian Paul · 19 years ago
  47. 9c4fd26 update some tests for visual bit depths to use renderbuffers by Brian Paul · 19 years ago
  48. 2486267 use _TNL_FIRST/LAST_MAT indexes by Brian Paul · 19 years ago
  49. 6acf1e9 Remove carriage returns. by Michal Krol · 19 years ago
  50. 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
  51. 5bdc6fd silence warnings by Brian Paul · 19 years ago
  52. 095c669 No longer alias generic vertex attribs with conventional attribs for GL_ARB_vertex_program. by Brian Paul · 19 years ago
  53. f12ea2d extended swizzle (bug 6727) by Brian Paul · 19 years ago
  54. 263fff4 updated assertion by Brian Paul · 19 years ago
  55. 44a22a2 enable feedback rendering by Aapo Tahkola · 19 years ago
  56. a55842b disable hw locking when entering span rendering for now by Aapo Tahkola · 19 years ago
  57. 95cc7a6 need to hold before freeing by Aapo Tahkola · 19 years ago
  58. aa93b4c Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all elts by Benjamin Herrenschmidt · 19 years ago
  59. 2f92adb Fix yet another issue with popping GL_DRAW_BUFFER state with respect to by Brian Paul · 19 years ago
  60. e60ce39 Ensure all GART allocations are freed on context destruction, rather than by Adam Jackson · 19 years ago
  61. ca98203 Fix format strings for LP64 by Adam Jackson · 19 years ago
  62. b87957d pass color index as float, not int by Brian Paul · 19 years ago
  63. ba999b1 depend is not a .PHONY target by Brian Paul · 19 years ago
  64. 34ba505 limit max program/param length to 255 (spotted by sroland) by Aapo Tahkola · 19 years ago
  65. 8a97946 check glLoadProgramNV len < 0 (bug 6679) by Brian Paul · 19 years ago
  66. 45e05dc error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM. by Brian Paul · 19 years ago
  67. 3538f81 Make most of the _mesa_noop_*() functions static. by Brian Paul · 19 years ago
  68. 34b3b40 some tentative code for _mesa_update_framebuffer_visual() by Brian Paul · 19 years ago
  69. b5d76b6 SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program by Dave Airlie · 19 years ago
  70. 53f8b71 fix invalid free() problem (bug 6658) by Brian Paul · 19 years ago
  71. 2f8496b Remove carriage-return chars *ONLY*. by Michal Krol · 19 years ago
  72. d55de65 Add support for ARB_vertex_shader attrib binding and query. by Michal Krol · 19 years ago
  73. fcdc6a7 Add .note.GNU-stack section to assembler files to avoid the default behavior by Kristian Høgsberg · 19 years ago
  74. 9326962 Silence a few -pedantic warnings. by Brian Paul · 19 years ago
  75. a76c216 s/MaxTextureUnits/MaxTextureCoordUnits/ by Brian Paul · 19 years ago
  76. 730b265 When popping GL_DRAW_BUFFER state, need to re-do error checking since by Brian Paul · 19 years ago
  77. 61608ec silence -pedantic warning by Brian Paul · 19 years ago
  78. 767ffdc don't need s_depth.h by Brian Paul · 19 years ago
  79. ee4e75b Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units by Brian Paul · 19 years ago
  80. da238ee Fix comment about MaxTextureUnits, needs to be min of coord and image units. by Brian Paul · 19 years ago
  81. 564b2aa silence minor warnings by Brian Paul · 19 years ago
  82. 13abf91 casts to fix some -pedantic warnings by Brian Paul · 19 years ago
  83. ad38681 Set array normalization flag for normals, colors (Keith) by Brian Paul · 19 years ago
  84. a186c80 updated tests for defining __FUNCTION__ (Dan Schikore) by Brian Paul · 19 years ago
  85. 09c8e41 added 'const' (Dan Schikore) by Brian Paul · 19 years ago
  86. c82eadd GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300. by Aapo Tahkola · 19 years ago
  87. da21ca9 add missing 'union' keyword by Brian Paul · 19 years ago
  88. ba23f69 FBConfig support for EXT_tfp by David Reveman · 19 years ago
  89. c6f8ae1 Add attrib_list to glXBindTexImageEXT by David Reveman · 19 years ago
  90. 342d1de Fix CreateDrawable by David Reveman · 19 years ago
  91. bb38cad More GLSL code: by Michal Krol · 19 years ago
  92. d90ad3f get fog going(for real) by Aapo Tahkola · 19 years ago
  93. 3ed16bd rectangular fp16 fixes (Ewald Snel) by Aapo Tahkola · 19 years ago
  94. 6c419be Fog support (Ewald Snel) by Aapo Tahkola · 19 years ago
  95. 3a5ec72 use _mesa_debug() instead of message() - fixes poor formatting of output by Brian Paul · 19 years ago
  96. 8c3d15c Destroy the GL context after driDestroyTextureHeap, because the driver's by Eric Anholt · 19 years ago
  97. 83a43ac fix some conflict happenings at context destroy by freeing buffers immediately. array locking can be done with vbos for vtxfmt_a so we dont really need to try to reuse them. by Aapo Tahkola · 19 years ago
  98. ff2b910 regenerate SPARC assembly dispatch (bug 6484) by Brian Paul · 19 years ago
  99. 1936019 replace >&/dev/null with >/dev/null so it works with all shells by Brian Paul · 19 years ago
  100. 9f3bcd8 bump version to 6.5.1 by Brian Paul · 19 years ago