1. 8c981b9 scons: Make it work with MinGW build of LLVM 2.6. by José Fonseca · 15 years ago
  2. e624b77 intel: Remove ARGB internal_format == GL_RGB hacks by Ian Romanick · 15 years ago
  3. b4a6169 intel: Make RGB textures use XRGB8888 by Ian Romanick · 15 years ago
  4. cbdeb33 intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. by Ian Romanick · 15 years ago
  5. eadd9b8 i965: Fix handling of drawing to MESA_FORMAT_XRGB8888 by Ian Romanick · 15 years ago
  6. 4f2b203 intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888 by Ian Romanick · 15 years ago
  7. ffc1f29 spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV by Ian Romanick · 15 years ago
  8. 430876c intel: name in intel_create_renderbuffer was always 0, remove by Ian Romanick · 15 years ago
  9. 0f01674 intel: Use texformat accessor to get bytes-per-pixel by Ian Romanick · 15 years ago
  10. 4eee46e intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, remove by Ian Romanick · 15 years ago
  11. 3078bd1 intel: Axe intel_renderbuffer::texformat by Ian Romanick · 15 years ago
  12. 539a14a intel: Flush the render/texture cache when finishing render to texture. by Eric Anholt · 15 years ago
  13. 967e6e2 st/xorg: fix yv12 plus some cleanups in the upload code by Zack Rusin · 15 years ago
  14. 690d888 st/xorg: enable yv12 for xv by Zack Rusin · 15 years ago
  15. 05b6296 mesa: Fix SCons build. by Vinson Lee · 15 years ago
  16. 5e2a86c vmware/xorg: Properly detect overlay support by Jakob Bornecrantz · 15 years ago
  17. b7cf8a1 vmware/core: Update vmwgfx_drm.h by Jakob Bornecrantz · 15 years ago
  18. e3fa700 meta: Bind texture to unit 0 for mipmap generation by Ian Romanick · 15 years ago
  19. cd6b8dd mesa: Move OES_read_format support from drivers into the core. by Eric Anholt · 15 years ago
  20. dd9eb87 i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4. by Eric Anholt · 15 years ago
  21. 6f1db18 vmware/xorg: Also stop ports on close by Jakob Bornecrantz · 15 years ago
  22. 124f4bc vmware/xorg: Stop video ports on leave vt by Jakob Bornecrantz · 15 years ago
  23. f2e3fc1 st/xorg: Add enter/leave vt hooks for winsys by Jakob Bornecrantz · 15 years ago
  24. c33520b st/xorg: Fix leave enter vt cycle in crtc code by Jakob Bornecrantz · 15 years ago
  25. d5b94b4 st/xorg: New libkms destroy api by Jakob Bornecrantz · 15 years ago
  26. 32ccc9b vmware/xorg: Fix SCons build. by Michel Dänzer · 15 years ago
  27. 9e42683 vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined. by Michel Dänzer · 15 years ago
  28. 0d4a054 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Andre Maasikas · 15 years ago
  29. 369669f r600: add support for TXB instruction by Andre Maasikas · 15 years ago
  30. dc0777d r600: reorder state for render_target and blend by Andre Maasikas · 15 years ago
  31. add6dfb llvmpipe: Initialize variables in emit_instruction. by Vinson Lee · 15 years ago
  32. 3e8b2fd progs/test: Initialize variable in prog_parameter. by Vinson Lee · 15 years ago
  33. ba167f8 mesa: set version string to 7.7-rc1 by Ian Romanick · 15 years ago
  34. 8fc433f Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Ian Romanick · 15 years ago
  35. bb64c9b Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers." by Ian Romanick · 15 years ago
  36. 9dbd47f mesa: set version string to 7.6.1-rc3 by Ian Romanick · 15 years ago
  37. 9921b30 radeon: fix cases when only first image where put directly into miptree. by Maciej Cencora · 15 years ago
  38. 013cf1d radeon: fix image migration for small compressed textures by Maciej Cencora · 15 years ago
  39. 7d84169 progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  40. 7005f7c st/egl: Fix memory leak in egl_tracker.c. by Vinson Lee · 15 years ago
  41. c994f08 dri: Fix potential null pointer dereference in driBindContext. by Vinson Lee · 15 years ago
  42. f622b64 dri: Fix potential null pointer deference in dri_put_drawable. by Vinson Lee · 15 years ago
  43. 76b3523 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  44. 978b80c progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  45. 3cd7455 draw: Initialize variable in draw_pt.c. by Vinson Lee · 15 years ago
  46. b2953ee mesa: Fix array out-of-bounds access by _mesa_TexGenf. by Vinson Lee · 15 years ago
  47. d74cd04 mesa: Fix array out-of-bounds access by _mesa_TexGeni. by Vinson Lee · 15 years ago
  48. ca8a215 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  49. 4071d06 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  50. 1446f30 progs/samples: Fix memory leak if malloc fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  51. 412aeee progs/samples: Fix memory leak if fopen fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  52. 6212c81 progs/samples: Add rgbtoppm to Makefile. by Vinson Lee · 15 years ago
  53. 2cd2341 progs/tests: Removed unused variable from texdown.c. by Vinson Lee · 15 years ago
  54. d642edd progs/vpglsl: Assign glGetUniformLocationARB return value to GLint. by Vinson Lee · 15 years ago
  55. 8d2f343 progs/fp: Redraw upon keypress. by Vinson Lee · 15 years ago
  56. fe8e18b mesa: Fix array out-of-bounds access in _mesa_TexEnvf. by Vinson Lee · 15 years ago
  57. 4fb5ae7 progs/util: Fix memory leak if fread returns 0 in CompileShaderFile. by Vinson Lee · 15 years ago
  58. 5683d7d progs/util: Fix memory leak if fail to load/compile shader by Vinson Lee · 15 years ago
  59. e5bc2a1 progs/fp: Add tri-inv.c to Makefile. by Vinson Lee · 15 years ago
  60. 225bc70 r300g: use $(MAKE) variable by Coleman Kane · 15 years ago
  61. ca7cd3a progs/xdemos: fix some visual/fbconfig logic in glxinfo.c by Brian Paul · 15 years ago
  62. fb83fa2 docs: a few more fixes for 7.6.1 by Brian Paul · 15 years ago
  63. 8d8fd97 radeon: fix polygon stipple by Alex Deucher · 15 years ago
  64. 1ef8c49 vmware/xorg: Use Write instead of WriteRead for cursor bypass by Jakob Bornecrantz · 15 years ago
  65. cd4d806 vmware/xorg: Give kernel infromation about cursor bypass by Jakob Bornecrantz · 15 years ago
  66. 12fdef2 vmware/xorg: Handle no init of video in vmw_video_close by Jakob Bornecrantz · 15 years ago
  67. 47e1283 vmware/core: Update vmwgfx_drm.h to include cursor bypass by Jakob Bornecrantz · 15 years ago
  68. bc0532b gallium: DRI drivers enabled by default, Xorg drivers auto by default. by Jakob Bornecrantz · 15 years ago
  69. 8ac2503 i915g: Do not build winsys and binaries by default by Jakob Bornecrantz · 15 years ago
  70. c74afe0 glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. by Vinson Lee · 15 years ago
  71. 8df551c glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore. by Vinson Lee · 15 years ago
  72. ea487c6 glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. by Vinson Lee · 15 years ago
  73. 7b5eba4 glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. by Vinson Lee · 15 years ago
  74. 7ed749c glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. by Vinson Lee · 15 years ago
  75. 80a3944 glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. by Vinson Lee · 15 years ago
  76. 6c1fc2b glu/sgi: Fix memory leak in gluScaleImage3D. by Vinson Lee · 15 years ago
  77. fe38c16 glu/sgi: Fix memory leak in gluScaleImage. by Vinson Lee · 15 years ago
  78. d23bb22 glu: Fix memory leak in __gl_meshMakeEdge. by Vinson Lee · 15 years ago
  79. 12a440a progs/xdemos: Silence unused value warnings in sharedtex_mt.c. by Vinson Lee · 15 years ago
  80. 4bf96eb progs/xdemos: Fix memory leak in pbdemo.c. by Vinson Lee · 15 years ago
  81. ba3fedf progs/xdemos: Add missing break statement in offset.c. by Vinson Lee · 15 years ago
  82. 8350648 progs/xdemos: Remove duplicate code in glxinfo.c. by Vinson Lee · 15 years ago
  83. 7324c22 progs/xdemos: Fix memory leak in glxinfo.c. by Vinson Lee · 15 years ago
  84. 68d206f progs/xdemos: Add assert in corender.c. by Vinson Lee · 15 years ago
  85. 69ed114 progs/vp: Fix memory leak in vp-tris.c. by Vinson Lee · 15 years ago
  86. efb582f progs/tests: Fix memory leak in texdown.c if malloc fails. by Vinson Lee · 15 years ago
  87. b210739 progs/redbook: Fix memory leak in quadric.c. by Vinson Lee · 15 years ago
  88. b1a87a3 progs/glsl: Fix memory leak in deriv.c. by Vinson Lee · 15 years ago
  89. 25fd168 progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. by Vinson Lee · 15 years ago
  90. b803abb progs/demos: Fix memory leak in ray.c. by Vinson Lee · 15 years ago
  91. 5820dae progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  92. fc5f07d progs/demos: Fix memory leak in ipers.c. by Vinson Lee · 15 years ago
  93. d245a95 progs/demos: Fix memory leak in fslight.c. by Vinson Lee · 15 years ago
  94. 905e12f gallium/util: Initialize variables in u_pack_color.h. by Vinson Lee · 15 years ago
  95. 56de7e2 progs/trivial: Redraw upon keypress. by Vinson Lee · 15 years ago
  96. 34a0b22 progs/trivial: Redraw upon keypress. by Vinson Lee · 15 years ago
  97. 9e29242 progs/glsl: Redraw upon keypress. by Vinson Lee · 15 years ago
  98. a0ac8fc progs/util: Exit RawImageGetData early if malloc fails. by Vinson Lee · 15 years ago
  99. 0a6acec progs/util: Fix memory leak if malloc fails in RawImageOpen. by Vinson Lee · 15 years ago
  100. 305d4f1 progs/util: Fix memory leak if fopen fails in RawImageOpen. by Vinson Lee · 15 years ago