1. b605f4f Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
  2. 5076a4f mesa: check dst reg in _mesa_find_free_register() by Brian Paul · 15 years ago
  3. f7f1211 sparc: additional preprocessor test for SPARC 64-bit by Aurelien Jarno · 15 years ago
  4. da3bc49 scons: Tweak MSVC release options. by José Fonseca · 15 years ago
  5. ffae1f9 svga: Add a missing dependency from the prescale state. by José Fonseca · 15 years ago
  6. 8469baf svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC. by José Fonseca · 15 years ago
  7. 16876b8 svga: Keep tight control of texture handle ownership. by José Fonseca · 15 years ago
  8. 770323e svga: Fix mixed signed comparisons. by José Fonseca · 15 years ago
  9. a2937a2 scons: Pass -fno-strict-aliasing to gcc. by José Fonseca · 15 years ago
  10. 8c981b9 scons: Make it work with MinGW build of LLVM 2.6. by José Fonseca · 15 years ago
  11. 94fba49 mesa: Initialize variable in MatchInstruction. by Vinson Lee · 15 years ago
  12. e31df54 mesa: Assign _mesa_lookup_parameter_index return value to GLint. by Vinson Lee · 15 years ago
  13. cb1dcb5 i915: Add missing break statement in i915_debug_packet. by Vinson Lee · 15 years ago
  14. d38ffed glsl: Increase size of array in_slang_lookup_constant from 4 to 16. by Vinson Lee · 15 years ago
  15. 1cf60c9 progs/samples: Byte swap individual members of struct _rawImageRec. by Vinson Lee · 15 years ago
  16. e624b77 intel: Remove ARGB internal_format == GL_RGB hacks by Ian Romanick · 15 years ago
  17. b4a6169 intel: Make RGB textures use XRGB8888 by Ian Romanick · 15 years ago
  18. cbdeb33 intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. by Ian Romanick · 15 years ago
  19. eadd9b8 i965: Fix handling of drawing to MESA_FORMAT_XRGB8888 by Ian Romanick · 15 years ago
  20. 4f2b203 intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888 by Ian Romanick · 15 years ago
  21. ffc1f29 spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV by Ian Romanick · 15 years ago
  22. 430876c intel: name in intel_create_renderbuffer was always 0, remove by Ian Romanick · 15 years ago
  23. 0f01674 intel: Use texformat accessor to get bytes-per-pixel by Ian Romanick · 15 years ago
  24. 4eee46e intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, remove by Ian Romanick · 15 years ago
  25. 3078bd1 intel: Axe intel_renderbuffer::texformat by Ian Romanick · 15 years ago
  26. 539a14a intel: Flush the render/texture cache when finishing render to texture. by Eric Anholt · 15 years ago
  27. bc0509b progs/util: Byte swap individual members of struct _rawImageRec. by Vinson Lee · 15 years ago
  28. 51f52ed glsl: Fix array out-of-bounds access by _slang_lookup_constant. by Vinson Lee · 15 years ago
  29. dcb4a37 mesa: Fix array out-of-bounds access by _mesa_TexParameteriv. by Vinson Lee · 15 years ago
  30. 967e6e2 st/xorg: fix yv12 plus some cleanups in the upload code by Zack Rusin · 15 years ago
  31. 690d888 st/xorg: enable yv12 for xv by Zack Rusin · 15 years ago
  32. 05b6296 mesa: Fix SCons build. by Vinson Lee · 15 years ago
  33. b827578 mesa: Fix array out-of-bounds access by _mesa_TexGend. by Vinson Lee · 15 years ago
  34. 444d1f3 mesa: Fix array out-of-bounds access by _mesa_Lighti. by Vinson Lee · 15 years ago
  35. 34528a3 mesa: Fix array out-of-bounds access by _mesa_Lightf. by Vinson Lee · 15 years ago
  36. 3488830 mesa: Fix array out-of-bounds access by _mesa_PointParameteri. by Vinson Lee · 15 years ago
  37. 6f2d51b mesa: Fix array out-of-bounds access by _mesa_PointParameterf. by Vinson Lee · 15 years ago
  38. 637970a mesa: Fix array out-of-bounds access by _mesa_LightModelf. by Vinson Lee · 15 years ago
  39. a082d96 glsl: Remove unused member x from struct slang_operation. by Vinson Lee · 15 years ago
  40. 3de8fff mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test by Brian Paul · 15 years ago
  41. 33a120e r600: fix state size prediction after dc0777d3 by Andre Maasikas · 15 years ago
  42. 5e2a86c vmware/xorg: Properly detect overlay support by Jakob Bornecrantz · 15 years ago
  43. b7cf8a1 vmware/core: Update vmwgfx_drm.h by Jakob Bornecrantz · 15 years ago
  44. e3fa700 meta: Bind texture to unit 0 for mipmap generation by Ian Romanick · 15 years ago
  45. cd6b8dd mesa: Move OES_read_format support from drivers into the core. by Eric Anholt · 15 years ago
  46. af16c82 mesa: Fix array out-of-bounds access by _mesa_LightModeli. by Vinson Lee · 15 years ago
  47. d33bf38 mesa: Fix array out-of-bounds access by _mesa_Fogf. by Vinson Lee · 15 years ago
  48. 3f7c2ac mesa: Fix array out-of-bounds access by _mesa_TexParameteri. by Vinson Lee · 15 years ago
  49. dd9eb87 i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4. by Eric Anholt · 15 years ago
  50. 7f146b3 mesa: Fix array out-of-bounds access by _mesa_Fogi. by Vinson Lee · 15 years ago
  51. a1d46fb mesa: Fix array out-of-bounds access by _mesa_TexParameteri. by Vinson Lee · 15 years ago
  52. d88f3b9 mesa: Fix array out-of-bounds access by _mesa_TexParameterfv. by Vinson Lee · 15 years ago
  53. 54b0ed8 vbo: fix array index out of bounds error, and fix evaluator priorities by Brian Paul · 15 years ago
  54. 1de1def i915g: Fix memory leak when pci id is unknown. by Vinson Lee · 15 years ago
  55. 7e93e06 i915g: Add missing break statement in i915_debug_packet. by Vinson Lee · 15 years ago
  56. 7f8e22a rbug: Initialize variable in rbug_get_message. by Vinson Lee · 15 years ago
  57. 369669f r600: add support for TXB instruction by Andre Maasikas · 15 years ago
  58. dc0777d r600: reorder state for render_target and blend by Andre Maasikas · 15 years ago
  59. add6dfb llvmpipe: Initialize variables in emit_instruction. by Vinson Lee · 15 years ago
  60. 3e8b2fd progs/test: Initialize variable in prog_parameter. by Vinson Lee · 15 years ago
  61. 9dbd47f mesa: set version string to 7.6.1-rc3 by Ian Romanick · 15 years ago
  62. 7d84169 progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  63. 7005f7c st/egl: Fix memory leak in egl_tracker.c. by Vinson Lee · 15 years ago
  64. c994f08 dri: Fix potential null pointer dereference in driBindContext. by Vinson Lee · 15 years ago
  65. f622b64 dri: Fix potential null pointer deference in dri_put_drawable. by Vinson Lee · 15 years ago
  66. 76b3523 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  67. 978b80c progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  68. 3cd7455 draw: Initialize variable in draw_pt.c. by Vinson Lee · 15 years ago
  69. b2953ee mesa: Fix array out-of-bounds access by _mesa_TexGenf. by Vinson Lee · 15 years ago
  70. d74cd04 mesa: Fix array out-of-bounds access by _mesa_TexGeni. by Vinson Lee · 15 years ago
  71. ca8a215 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  72. 4071d06 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  73. 1446f30 progs/samples: Fix memory leak if malloc fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  74. 412aeee progs/samples: Fix memory leak if fopen fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  75. 6212c81 progs/samples: Add rgbtoppm to Makefile. by Vinson Lee · 15 years ago
  76. 2cd2341 progs/tests: Removed unused variable from texdown.c. by Vinson Lee · 15 years ago
  77. d642edd progs/vpglsl: Assign glGetUniformLocationARB return value to GLint. by Vinson Lee · 15 years ago
  78. 8d2f343 progs/fp: Redraw upon keypress. by Vinson Lee · 15 years ago
  79. fe8e18b mesa: Fix array out-of-bounds access in _mesa_TexEnvf. by Vinson Lee · 15 years ago
  80. 4fb5ae7 progs/util: Fix memory leak if fread returns 0 in CompileShaderFile. by Vinson Lee · 15 years ago
  81. 5683d7d progs/util: Fix memory leak if fail to load/compile shader by Vinson Lee · 15 years ago
  82. e5bc2a1 progs/fp: Add tri-inv.c to Makefile. by Vinson Lee · 15 years ago
  83. 6f1db18 vmware/xorg: Also stop ports on close by Jakob Bornecrantz · 15 years ago
  84. 124f4bc vmware/xorg: Stop video ports on leave vt by Jakob Bornecrantz · 15 years ago
  85. f2e3fc1 st/xorg: Add enter/leave vt hooks for winsys by Jakob Bornecrantz · 15 years ago
  86. c33520b st/xorg: Fix leave enter vt cycle in crtc code by Jakob Bornecrantz · 15 years ago
  87. d5b94b4 st/xorg: New libkms destroy api by Jakob Bornecrantz · 15 years ago
  88. 32ccc9b vmware/xorg: Fix SCons build. by Michel Dänzer · 15 years ago
  89. 9e42683 vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined. by Michel Dänzer · 15 years ago
  90. 0d4a054 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Andre Maasikas · 15 years ago
  91. ba167f8 mesa: set version string to 7.7-rc1 by Ian Romanick · 15 years ago
  92. 8fc433f Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Ian Romanick · 15 years ago
  93. bb64c9b Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers." by Ian Romanick · 15 years ago
  94. 9921b30 radeon: fix cases when only first image where put directly into miptree. by Maciej Cencora · 15 years ago
  95. 013cf1d radeon: fix image migration for small compressed textures by Maciej Cencora · 15 years ago
  96. 225bc70 r300g: use $(MAKE) variable by Coleman Kane · 15 years ago
  97. ca7cd3a progs/xdemos: fix some visual/fbconfig logic in glxinfo.c by Brian Paul · 15 years ago
  98. fb83fa2 docs: a few more fixes for 7.6.1 by Brian Paul · 15 years ago
  99. 8d8fd97 radeon: fix polygon stipple by Alex Deucher · 15 years ago
  100. 1ef8c49 vmware/xorg: Use Write instead of WriteRead for cursor bypass by Jakob Bornecrantz · 15 years ago