1. 5505865 intel: flush old context before binding new context by Brian Paul · 15 years ago
  2. 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
  3. 4837e01 mesa: code refactoring- new _mesa_finish(), _mesa_flush() by Brian Paul · 15 years ago
  4. 61a96a2 progs/xdemos: fix command line flag typo by Brian Paul · 15 years ago
  5. 8810b8f i965: fix hacked Fallback usage in brw_prepare_vertices() by Brian Paul · 15 years ago
  6. c24466c intel: define INTEL_FALLBACK_DRIVER for drivers by Brian Paul · 15 years ago
  7. ea659f8 intel: Fallback field is a bitmask, use GLbitfield by Brian Paul · 15 years ago
  8. f9bbbe5 i965: remove unused brw_context::tmp_fallback field by Brian Paul · 15 years ago
  9. 2f7abf5 i965: remove unused BRW_FALLBACK_TEXTURE bit by Brian Paul · 15 years ago
  10. 869e20b r600: set barrier for tex inst if dst is used earlier, might overwrite it otherwise by Andre Maasikas · 15 years ago
  11. a88c929 r600: need to export something from PS by Andre Maasikas · 15 years ago
  12. b863022 r600: add beginnings of ARL instruction by Andre Maasikas · 15 years ago
  13. 5283a3f progs/trivial: check if GL_ARB_occlusion_query is supported by Brian Paul · 15 years ago
  14. 4b2cf92 cell: fix compilation on cell by Marc Dietrich · 15 years ago
  15. ca940a7 mesa: Fix Mac OS build. by Vinson Lee · 15 years ago
  16. 16e2119 r300: fix texture size handling with size > 2048 by Mathias Fröhlich · 15 years ago
  17. 8123180 r600: Fix size calculation for 24 bit depth by Robert Noland · 15 years ago
  18. 3594b53 r300: fix vertex program parameters limits by Maciej Cencora · 15 years ago
  19. 946bc9a docs: document GLSL float parsing bug fix by Brian Paul · 15 years ago
  20. 89b31c9 mesa: use C locale for _mesa_strtod() by Brian Paul · 15 years ago
  21. 3f30b07 Use the right pitch when rendering to a texture by Owen Taylor · 15 years ago
  22. 16c6a3b r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported. by Robert Noland · 15 years ago
  23. a176b1c r600: cleanup in r600_cs_process_relocs(). by Robert Noland · 15 years ago
  24. e5d6450 radeon: return EINVAL for 0 length buffers. by Robert Noland · 15 years ago
  25. 22a0029 r600: fix tfp1 bo size by Andre Maasikas · 15 years ago
  26. a3fec14 r600: implement ProgramStringNotify by Andre Maasikas · 15 years ago
  27. 606becc r600: LIT dst.y gets value from src.x by Andre Maasikas · 15 years ago
  28. 74c31e5 r600: DPH adds w comp of second operand, so set first one to 1 instead by Andre Maasikas · 15 years ago
  29. 95851d8 r600: fixup KIL instruction a bit by Andre Maasikas · 15 years ago
  30. bf68e54 r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color mask by Andre Maasikas · 15 years ago
  31. 5101215 r600: user correct alpha blend factor by Andre Maasikas · 15 years ago
  32. f7285bd r600: clear position enable bit when when wpos is not used by FP by Andre Maasikas · 15 years ago
  33. 6f8b4d9 mesa: regenerated lex.yy.c w/ _mesa_strtod() by Brian Paul · 15 years ago
  34. 269f16c mesa: Use _mesa_strtod in the lexer for assembly shaders by Neil Roberts · 15 years ago
  35. 31f7e8e progs/Makefile: remove extra quoting by Brian Paul · 15 years ago
  36. 115edf2 Fix build when PROGRAM_DIRS is empty. by Tom Fogal · 15 years ago
  37. 9282edf ac: Fix AIX shared library builds. by Tom Fogal · 15 years ago
  38. f3be27c i965: Fix the last valid address setting for the index buffer. by Eric Anholt · 15 years ago
  39. a82da7f i965: Fix the bounds emitted in the vertex buffer packets. by Eric Anholt · 15 years ago
  40. 768481e softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c by Brian Paul · 15 years ago
  41. 194ede4 radeon: fix scissor regression by Alex Deucher · 15 years ago
  42. 2738681 docs: fix aux buffer bug 24426 by Brian Paul · 15 years ago
  43. 6164f1f st/mesa: create aux buffers according to visual by Brian Paul · 15 years ago
  44. ce64e06 mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() by Brian Paul · 15 years ago
  45. f7fb30f mesa: regenerated gl_mangle.h file by Brian Paul · 15 years ago
  46. ee3fbe7 gallium/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
  47. 9f002e4 mesa/xlib: call XQueryExtension() in glXQueryExtension() by Brian Paul · 15 years ago
  48. 7dd2c0a mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free() by Brian Paul · 15 years ago
  49. 9fde81b shader_api: Fix bounds checking of glUniform and glUniformMatrix by Nicolai Hähnle · 15 years ago
  50. ae35159 prog_parameter: Document the fact that Size may be > 4 by Nicolai Hähnle · 15 years ago
  51. cdcd9da docs: fix glXQueryDrawable() bugs by Brian Paul · 15 years ago
  52. c3eef60 mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  53. 0526100 gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  54. f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
  55. 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
  56. edbaa71 swrast: s/GLfloat/GLuint/ in bzero() by Brian Paul · 15 years ago
  57. 14f21c7 swrast: add missing returns by Brian Paul · 15 years ago
  58. 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
  59. e3fff3d mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  60. f9904ed gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  61. 79892e7 intel: use driReadDrawable in do_copy_texsubimage() by Brian Paul · 15 years ago
  62. 3b7ec94 intel: use driReadDrawable, not driDrawable in do_blit_readpixels() by Brian Paul · 15 years ago
  63. 3b29dcb intel: remove a buffer equality test in _mesa_make_current() by Brian Paul · 15 years ago
  64. a8768bb mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 by Brian Paul · 15 years ago
  65. a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago
  66. 43750f1 Use _mesa_select_tex_image() rather than hardcoding face 0. by Michel Dänzer · 15 years ago
  67. 3856c3c r200: remove subpixel offset from viewport by Frederic Crozat · 15 years ago
  68. bbe384c r300: Workaround problem on R500 with very large fragment programs by Nicolai Hähnle · 15 years ago
  69. c01a77d docs: document default texture binding fix by Brian Paul · 15 years ago
  70. e1bddd1 mesa: fix incorrect default texture binding in unbind_texobj_from_texunits() by Brian Paul · 15 years ago
  71. 85ee0ef gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() by Brian Paul · 15 years ago
  72. 584b087 xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual() by Brian Paul · 15 years ago
  73. abc12d0 gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config() by Brian Paul · 15 years ago
  74. 3890212 gallium: replace // comments with /* */ by Brian Paul · 15 years ago
  75. 337480e gallium: remove // comment and extra whitespace by Brian Paul · 15 years ago
  76. 167ffa9 mesa: fix memory leak when generating mipmaps for compressed textures by Brian Paul · 15 years ago
  77. 0574954 mesa: fix mem leaks by Brian Paul · 15 years ago
  78. 0f291f2 gallium/util: silence uninitialized var warning by Brian Paul · 15 years ago
  79. 63064cf mesa: add missing return when out of memory by Brian Paul · 15 years ago
  80. 7b56861 mesa: fix potential uninitialized memory reads by Brian Paul · 15 years ago
  81. 9b27a0d glsl: fix mem leak by Brian Paul · 15 years ago
  82. b3e41e0 st/mesa: check for null before asserts, fix possible mem leak by Brian Paul · 15 years ago
  83. b154497 st/mesa: silence hidden parameter warning by Brian Paul · 15 years ago
  84. 495628b st/mesa: fix non-mipmap lastLevel calculation. by Brian Paul · 15 years ago
  85. 18883cd mesa: Return -FLT_MAX instead of 0 for LG2(0). by Vinson Lee · 15 years ago
  86. 521e4b9 glx: fix glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
  87. 49fbdd1 i965: Fix massive memory allocation for streaming texture usage. by Eric Anholt · 16 years ago
  88. b774698 docs: document GLSL sqrt(0) fix by Brian Paul · 15 years ago
  89. 322bc40 glsl: regenerated file by Brian Paul · 15 years ago
  90. 65765c9 glsl: rewrite sqrt(x) intrinsic to handle x=0 by Brian Paul · 15 years ago
  91. 3c794e4 glsl: add support for CMP instruction by Brian Paul · 15 years ago
  92. 5f1faf4 docs: fixed glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
  93. a6b84ae gallium/xlib: fix GLX_RENDER_TYPE query by Brian Paul · 15 years ago
  94. 86ee448 mesa/xlib: fix GLX_RENDER_TYPE query by Brian Paul · 15 years ago
  95. ef9cd84 glx: indentation fixes by Brian Paul · 15 years ago
  96. 69a3043 mesa: bump version to 7.6.1 by Brian Paul · 15 years ago
  97. 2d400d4 docs: initial 7.6.1 release notes by Brian Paul · 15 years ago
  98. 9b55416 mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state() by Brian Paul · 15 years ago
  99. 564df9d softpipe: initialize the clear_flags bitvector in sp_create_tile_cache() by Brian Paul · 15 years ago
  100. fbddc75 softpipe: Grab a ref when the fb is set. by Brian Paul · 15 years ago