1. 35506de Add --with-dri-searchpath argument by Chow Loong Jin · 15 years ago
  2. 02b9fb9 progs/tests: fixes for drawbuffers.c by Brian Paul · 15 years ago
  3. 635ea87 progs/tests: added test for GL_EXT_texture_compression_s3tc support by Brian Paul · 15 years ago
  4. 96128fd mesa: Fix memory leak if we run out of memory by Vinson Lee · 15 years ago
  5. c0a61c8 intel: Fix memory leak in case of renderbuffer bad format by Vinson Lee · 15 years ago
  6. 0219cd0 mesa: remove unneeded #includes by Brian Paul · 15 years ago
  7. 5e3b2ba mesa: include imports.h to silence warning by Brian Paul · 15 years ago
  8. a7d0665 intel: Fix memory leak in event of mip tree allocation failure by Vinson Lee · 15 years ago
  9. 93dae67 ARB prog parser: Fix epic memory leak in lexer / parser interface by Ian Romanick · 15 years ago
  10. 8df9587 ARB prog parser: Don't leak program string by Ian Romanick · 15 years ago
  11. 0f255d1 ARB prog parser: Don't leak symbol table header structures by Ian Romanick · 15 years ago
  12. 2643a7b intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS). by Eric Anholt · 15 years ago
  13. b7eea8c intel: added region draw_x/y offsets in x/y_tile_swizzle() funcs by Brian Paul · 15 years ago
  14. 498fcfd progs/tests: added new blitfb.c test by Brian Paul · 15 years ago
  15. 22575ab intel: fix src offset bug in do_copy_texsubimage() by Brian Paul · 15 years ago
  16. 517ae7a glsl: fix memory leak by Brian Paul · 15 years ago
  17. 70b17db i915: Fix driver for the miptree x/y offset changes. by Eric Anholt · 15 years ago
  18. 43dc91f i965: be clear that the Fallback field is a boolean, not a bitfield by Brian Paul · 15 years ago
  19. f9e334c Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()" by Brian Paul · 15 years ago
  20. 4273261 draw: Fix memory leak. by Vinson Lee · 15 years ago
  21. 0a476318 docs: document Intel glBitmap fixes by Brian Paul · 15 years ago
  22. 48dad9c intel: fix GL state bugs in intel_texture_bitmap() by Brian Paul · 15 years ago
  23. dc8b139 mesa: remove FBO texture depth/stencil test by Brian Paul · 15 years ago
  24. 0acb057 mesa: fix broken _mesa_str_checksum() by Brian Paul · 15 years ago
  25. 2d17dbf intel: Keep track of x,y offsets in miptrees and use them for blitting. by Eric Anholt · 15 years ago
  26. b01937a progs/tests: print requested/internal format info by Brian Paul · 15 years ago
  27. 96d7d66 docs: document updated GL extension header files by Brian Paul · 15 years ago
  28. 5c0dc90 gl: updated wglext.h to version 17 by Brian Paul · 15 years ago
  29. 559da98 gl: updated glxext.h to version 25 by Brian Paul · 15 years ago
  30. 9df9696 gl: updated glext.h to version 56 by Brian Paul · 15 years ago
  31. ff3f09a docs: document cell, glGetTexLevelParameter() fixes by Brian Paul · 15 years ago
  32. cd62b4f mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats by Brian Paul · 15 years ago
  33. 9528dc6 mesa: added _mesa_compressed_format_to_glenum() by Brian Paul · 15 years ago
  34. 5e4f5e4 mesa: change s3tc vs. fxt1 priority when choosing compressed formats by Brian Paul · 15 years ago
  35. dd24501 ARB prog parser: Fix parameter array size comparison by Ian Romanick · 15 years ago
  36. 5505865 intel: flush old context before binding new context by Brian Paul · 15 years ago
  37. 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
  38. 4837e01 mesa: code refactoring- new _mesa_finish(), _mesa_flush() by Brian Paul · 15 years ago
  39. 61a96a2 progs/xdemos: fix command line flag typo by Brian Paul · 15 years ago
  40. 8810b8f i965: fix hacked Fallback usage in brw_prepare_vertices() by Brian Paul · 15 years ago
  41. c24466c intel: define INTEL_FALLBACK_DRIVER for drivers by Brian Paul · 15 years ago
  42. ea659f8 intel: Fallback field is a bitmask, use GLbitfield by Brian Paul · 15 years ago
  43. f9bbbe5 i965: remove unused brw_context::tmp_fallback field by Brian Paul · 15 years ago
  44. 2f7abf5 i965: remove unused BRW_FALLBACK_TEXTURE bit by Brian Paul · 15 years ago
  45. 869e20b r600: set barrier for tex inst if dst is used earlier, might overwrite it otherwise by Andre Maasikas · 15 years ago
  46. a88c929 r600: need to export something from PS by Andre Maasikas · 15 years ago
  47. b863022 r600: add beginnings of ARL instruction by Andre Maasikas · 15 years ago
  48. 5283a3f progs/trivial: check if GL_ARB_occlusion_query is supported by Brian Paul · 15 years ago
  49. 4b2cf92 cell: fix compilation on cell by Marc Dietrich · 15 years ago
  50. ca940a7 mesa: Fix Mac OS build. by Vinson Lee · 15 years ago
  51. 16e2119 r300: fix texture size handling with size > 2048 by Mathias Fröhlich · 15 years ago
  52. 8123180 r600: Fix size calculation for 24 bit depth by Robert Noland · 15 years ago
  53. 3594b53 r300: fix vertex program parameters limits by Maciej Cencora · 15 years ago
  54. 946bc9a docs: document GLSL float parsing bug fix by Brian Paul · 15 years ago
  55. 89b31c9 mesa: use C locale for _mesa_strtod() by Brian Paul · 15 years ago
  56. 3f30b07 Use the right pitch when rendering to a texture by Owen Taylor · 15 years ago
  57. 16c6a3b r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported. by Robert Noland · 15 years ago
  58. a176b1c r600: cleanup in r600_cs_process_relocs(). by Robert Noland · 15 years ago
  59. e5d6450 radeon: return EINVAL for 0 length buffers. by Robert Noland · 15 years ago
  60. 22a0029 r600: fix tfp1 bo size by Andre Maasikas · 15 years ago
  61. a3fec14 r600: implement ProgramStringNotify by Andre Maasikas · 15 years ago
  62. 606becc r600: LIT dst.y gets value from src.x by Andre Maasikas · 15 years ago
  63. 74c31e5 r600: DPH adds w comp of second operand, so set first one to 1 instead by Andre Maasikas · 15 years ago
  64. 95851d8 r600: fixup KIL instruction a bit by Andre Maasikas · 15 years ago
  65. bf68e54 r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color mask by Andre Maasikas · 15 years ago
  66. 5101215 r600: user correct alpha blend factor by Andre Maasikas · 15 years ago
  67. f7285bd r600: clear position enable bit when when wpos is not used by FP by Andre Maasikas · 15 years ago
  68. 6f8b4d9 mesa: regenerated lex.yy.c w/ _mesa_strtod() by Brian Paul · 15 years ago
  69. 269f16c mesa: Use _mesa_strtod in the lexer for assembly shaders by Neil Roberts · 15 years ago
  70. 31f7e8e progs/Makefile: remove extra quoting by Brian Paul · 15 years ago
  71. 115edf2 Fix build when PROGRAM_DIRS is empty. by Tom Fogal · 15 years ago
  72. 9282edf ac: Fix AIX shared library builds. by Tom Fogal · 15 years ago
  73. f3be27c i965: Fix the last valid address setting for the index buffer. by Eric Anholt · 15 years ago
  74. a82da7f i965: Fix the bounds emitted in the vertex buffer packets. by Eric Anholt · 15 years ago
  75. 768481e softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c by Brian Paul · 15 years ago
  76. 194ede4 radeon: fix scissor regression by Alex Deucher · 15 years ago
  77. 2738681 docs: fix aux buffer bug 24426 by Brian Paul · 15 years ago
  78. 6164f1f st/mesa: create aux buffers according to visual by Brian Paul · 15 years ago
  79. ce64e06 mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() by Brian Paul · 15 years ago
  80. f7fb30f mesa: regenerated gl_mangle.h file by Brian Paul · 15 years ago
  81. ee3fbe7 gallium/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
  82. 9f002e4 mesa/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
  83. 7dd2c0a mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free() by Brian Paul · 15 years ago
  84. 9fde81b shader_api: Fix bounds checking of glUniform and glUniformMatrix by Nicolai Hähnle · 15 years ago
  85. ae35159 prog_parameter: Document the fact that Size may be > 4 by Nicolai Hähnle · 15 years ago
  86. cdcd9da docs: fix glXQueryDrawable() bugs by Brian Paul · 15 years ago
  87. c3eef60 mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  88. 0526100 gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  89. f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
  90. 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
  91. edbaa71 swrast: s/GLfloat/GLuint/ in bzero() by Brian Paul · 15 years ago
  92. 14f21c7 swrast: add missing returns by Brian Paul · 15 years ago
  93. 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
  94. e3fff3d mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  95. f9904ed gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  96. 79892e7 intel: use driReadDrawable in do_copy_texsubimage() by Brian Paul · 15 years ago
  97. 3b7ec94 intel: use driReadDrawable, not driDrawable in do_blit_readpixels() by Brian Paul · 15 years ago
  98. 3b29dcb intel: remove a buffer equality test in _mesa_make_current() by Brian Paul · 15 years ago
  99. a8768bb mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 by Brian Paul · 15 years ago
  100. a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago