1. 7f146b3 mesa: Fix array out-of-bounds access by _mesa_Fogi. by Vinson Lee · 15 years ago
  2. a1d46fb mesa: Fix array out-of-bounds access by _mesa_TexParameteri. by Vinson Lee · 15 years ago
  3. d88f3b9 mesa: Fix array out-of-bounds access by _mesa_TexParameterfv. by Vinson Lee · 15 years ago
  4. 54b0ed8 vbo: fix array index out of bounds error, and fix evaluator priorities by Brian Paul · 15 years ago
  5. 1de1def i915g: Fix memory leak when pci id is unknown. by Vinson Lee · 15 years ago
  6. 7e93e06 i915g: Add missing break statement in i915_debug_packet. by Vinson Lee · 15 years ago
  7. 7f8e22a rbug: Initialize variable in rbug_get_message. by Vinson Lee · 15 years ago
  8. 369669f r600: add support for TXB instruction by Andre Maasikas · 15 years ago
  9. dc0777d r600: reorder state for render_target and blend by Andre Maasikas · 15 years ago
  10. add6dfb llvmpipe: Initialize variables in emit_instruction. by Vinson Lee · 15 years ago
  11. 3e8b2fd progs/test: Initialize variable in prog_parameter. by Vinson Lee · 15 years ago
  12. 9dbd47f mesa: set version string to 7.6.1-rc3 by Ian Romanick · 15 years ago
  13. 7d84169 progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  14. 7005f7c st/egl: Fix memory leak in egl_tracker.c. by Vinson Lee · 15 years ago
  15. c994f08 dri: Fix potential null pointer dereference in driBindContext. by Vinson Lee · 15 years ago
  16. f622b64 dri: Fix potential null pointer deference in dri_put_drawable. by Vinson Lee · 15 years ago
  17. 76b3523 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  18. 978b80c progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  19. 3cd7455 draw: Initialize variable in draw_pt.c. by Vinson Lee · 15 years ago
  20. b2953ee mesa: Fix array out-of-bounds access by _mesa_TexGenf. by Vinson Lee · 15 years ago
  21. d74cd04 mesa: Fix array out-of-bounds access by _mesa_TexGeni. by Vinson Lee · 15 years ago
  22. ca8a215 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  23. 4071d06 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  24. 1446f30 progs/samples: Fix memory leak if malloc fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  25. 412aeee progs/samples: Fix memory leak if fopen fails in rgbtoppm.c. by Vinson Lee · 15 years ago
  26. 6212c81 progs/samples: Add rgbtoppm to Makefile. by Vinson Lee · 15 years ago
  27. 2cd2341 progs/tests: Removed unused variable from texdown.c. by Vinson Lee · 15 years ago
  28. d642edd progs/vpglsl: Assign glGetUniformLocationARB return value to GLint. by Vinson Lee · 15 years ago
  29. 8d2f343 progs/fp: Redraw upon keypress. by Vinson Lee · 15 years ago
  30. fe8e18b mesa: Fix array out-of-bounds access in _mesa_TexEnvf. by Vinson Lee · 15 years ago
  31. 4fb5ae7 progs/util: Fix memory leak if fread returns 0 in CompileShaderFile. by Vinson Lee · 15 years ago
  32. 5683d7d progs/util: Fix memory leak if fail to load/compile shader by Vinson Lee · 15 years ago
  33. e5bc2a1 progs/fp: Add tri-inv.c to Makefile. by Vinson Lee · 15 years ago
  34. 225bc70 r300g: use $(MAKE) variable by Coleman Kane · 15 years ago
  35. ca7cd3a progs/xdemos: fix some visual/fbconfig logic in glxinfo.c by Brian Paul · 15 years ago
  36. fb83fa2 docs: a few more fixes for 7.6.1 by Brian Paul · 15 years ago
  37. 8d8fd97 radeon: fix polygon stipple by Alex Deucher · 15 years ago
  38. c74afe0 glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. by Vinson Lee · 15 years ago
  39. 8df551c glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore. by Vinson Lee · 15 years ago
  40. ea487c6 glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. by Vinson Lee · 15 years ago
  41. 7b5eba4 glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. by Vinson Lee · 15 years ago
  42. 7ed749c glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. by Vinson Lee · 15 years ago
  43. 80a3944 glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. by Vinson Lee · 15 years ago
  44. 6c1fc2b glu/sgi: Fix memory leak in gluScaleImage3D. by Vinson Lee · 15 years ago
  45. fe38c160 glu/sgi: Fix memory leak in gluScaleImage. by Vinson Lee · 15 years ago
  46. d23bb22 glu: Fix memory leak in __gl_meshMakeEdge. by Vinson Lee · 15 years ago
  47. 12a440a progs/xdemos: Silence unused value warnings in sharedtex_mt.c. by Vinson Lee · 15 years ago
  48. 4bf96eb progs/xdemos: Fix memory leak in pbdemo.c. by Vinson Lee · 15 years ago
  49. ba3fedf progs/xdemos: Add missing break statement in offset.c. by Vinson Lee · 15 years ago
  50. 8350648 progs/xdemos: Remove duplicate code in glxinfo.c. by Vinson Lee · 15 years ago
  51. 7324c22 progs/xdemos: Fix memory leak in glxinfo.c. by Vinson Lee · 15 years ago
  52. 68d206f progs/xdemos: Add assert in corender.c. by Vinson Lee · 15 years ago
  53. 69ed114 progs/vp: Fix memory leak in vp-tris.c. by Vinson Lee · 15 years ago
  54. efb582f progs/tests: Fix memory leak in texdown.c if malloc fails. by Vinson Lee · 15 years ago
  55. b210739 progs/redbook: Fix memory leak in quadric.c. by Vinson Lee · 15 years ago
  56. b1a87a3 progs/glsl: Fix memory leak in deriv.c. by Vinson Lee · 15 years ago
  57. 25fd168 progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. by Vinson Lee · 15 years ago
  58. b803abb progs/demos: Fix memory leak in ray.c. by Vinson Lee · 15 years ago
  59. 5820dae progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  60. fc5f07d progs/demos: Fix memory leak in ipers.c. by Vinson Lee · 15 years ago
  61. d245a95 progs/demos: Fix memory leak in fslight.c. by Vinson Lee · 15 years ago
  62. 905e12f gallium/util: Initialize variables in u_pack_color.h. by Vinson Lee · 15 years ago
  63. 56de7e2 progs/trivial: Redraw upon keypress. by Vinson Lee · 15 years ago
  64. 34a0b22 progs/trivial: Redraw upon keypress. by Vinson Lee · 15 years ago
  65. 9e29242 progs/glsl: Redraw upon keypress. by Vinson Lee · 15 years ago
  66. a0ac8fc progs/util: Exit RawImageGetData early if malloc fails. by Vinson Lee · 15 years ago
  67. 0a6acec progs/util: Fix memory leak if malloc fails in RawImageOpen. by Vinson Lee · 15 years ago
  68. 305d4f1 progs/util: Fix memory leak if fopen fails in RawImageOpen. by Vinson Lee · 15 years ago
  69. 772e004 progs/util: Fix memory leak if malloc fails in tkRGBImageLoad. by Vinson Lee · 15 years ago
  70. f1172c4 progs/util: Fix memory leak if LoadRGBImage fails. by Vinson Lee · 15 years ago
  71. 84de167 progs/util: Fix memory if LoadRGBMipmaps2 fails. by Vinson Lee · 15 years ago
  72. 4ca8e16 progs/util: Fix memory leak if LoadYUVImage fails. by Vinson Lee · 15 years ago
  73. d6a9931 progs/fp: Redraw upon keypress. by Vinson Lee · 15 years ago
  74. 005242f prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  75. d320867 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  76. 97cbf49 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  77. a99bf51 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  78. 28474e1 progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  79. bb6e3af progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  80. a387764 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  81. 791b754 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  82. 89e7479 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  83. 5a25adb progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  84. 3910e88 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  85. 2b5618f r200: fix polygon stipple by Alex Deucher · 15 years ago
  86. c3b7f93 scons: Add Mac OS to target platform list. by Vinson Lee · 15 years ago
  87. 235c0c8 progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS. by Vinson Lee · 15 years ago
  88. 0a107d3 progs/glsl: Fix trirast GLSL compilation errors on Mac OS. by Vinson Lee · 15 years ago
  89. b094683 progs/glsl: Fix noise GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  90. 592c852 demos/glsl: Add missing break statement to noise test. by Vinson Lee · 15 years ago
  91. 8f4d361 progs/glsl: Fix multinoise GLSL compilation errors on Mac OS. by Vinson Lee · 15 years ago
  92. 9ed77d1 progs/glsl: Add missing break statement in multinoise.c. by Vinson Lee · 15 years ago
  93. 8325937 progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  94. 2a5cd95 progs/glsl: Include local headers before installed headers during compilation. by Vinson Lee · 15 years ago
  95. ccea09c progs/glsl: minor Makefile clean-ups by Brian Paul · 15 years ago
  96. 67a0628 progs: Ignore Mac OS dSYM directories. by Vinson Lee · 15 years ago
  97. 908a3e5 cell: added tex_usage param to xm_surface_buffer_create() by Brian Paul · 15 years ago
  98. ba97b98 progs/demos: remove unused glFogCoordPointer_ext var by Brian Paul · 15 years ago
  99. b9f4a0b Simplify hackery added to fix AIX build. by Tom Fogal · 15 years ago
  100. d8da270 intel: Remove GL_NV_point_sprite from extension list by Ian Romanick · 15 years ago