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