1. 772e004 progs/util: Fix memory leak if malloc fails in tkRGBImageLoad. by Vinson Lee · 15 years ago
  2. f1172c4 progs/util: Fix memory leak if LoadRGBImage fails. by Vinson Lee · 15 years ago
  3. 84de167 progs/util: Fix memory if LoadRGBMipmaps2 fails. by Vinson Lee · 15 years ago
  4. 4ca8e16 progs/util: Fix memory leak if LoadYUVImage fails. by Vinson Lee · 15 years ago
  5. d6a9931 progs/fp: Redraw upon keypress. by Vinson Lee · 15 years ago
  6. 005242f prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  7. d320867 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  8. 97cbf49 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  9. a99bf51 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  10. 28474e1 progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  11. bb6e3af progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  12. a387764 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  13. 791b754 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  14. 89e7479 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  15. 5a25adb progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  16. 3910e88 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  17. 2b5618f r200: fix polygon stipple by Alex Deucher · 15 years ago
  18. c3b7f93 scons: Add Mac OS to target platform list. by Vinson Lee · 15 years ago
  19. 235c0c8 progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS. by Vinson Lee · 15 years ago
  20. 0a107d3 progs/glsl: Fix trirast GLSL compilation errors on Mac OS. by Vinson Lee · 15 years ago
  21. b094683 progs/glsl: Fix noise GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  22. 592c852 demos/glsl: Add missing break statement to noise test. by Vinson Lee · 15 years ago
  23. 8f4d361 progs/glsl: Fix multinoise GLSL compilation errors on Mac OS. by Vinson Lee · 15 years ago
  24. 9ed77d1 progs/glsl: Add missing break statement in multinoise.c. by Vinson Lee · 15 years ago
  25. 8325937 progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  26. 2a5cd95 progs/glsl: Include local headers before installed headers during compilation. by Vinson Lee · 15 years ago
  27. ccea09c progs/glsl: minor Makefile clean-ups by Brian Paul · 15 years ago
  28. 67a0628 progs: Ignore Mac OS dSYM directories. by Vinson Lee · 15 years ago
  29. 908a3e5 cell: added tex_usage param to xm_surface_buffer_create() by Brian Paul · 15 years ago
  30. ba97b98 progs/demos: remove unused glFogCoordPointer_ext var by Brian Paul · 15 years ago
  31. b9f4a0b Simplify hackery added to fix AIX build. by Tom Fogal · 15 years ago
  32. d8da270 intel: Remove GL_NV_point_sprite from extension list by Ian Romanick · 15 years ago
  33. 910aaed mesa: set version string to 7.6.1-rc2 by Ian Romanick · 15 years ago
  34. 587a52e i915: Actually put i915PointParameterfv in the driver function table. Duh. by Ian Romanick · 15 years ago
  35. 533b766 i915: Fallback bit define missed on previous commit by Ian Romanick · 15 years ago
  36. 718f31b i915: Round point sizes instead of truncate. by Ian Romanick · 15 years ago
  37. d8d4971 i915: Enable point sprite coordinate generation by Ian Romanick · 15 years ago
  38. 0528f40 Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors by Ian Romanick · 15 years ago
  39. e4c5fe5 radeon: fix context destroy needing lock for flushing. by Dave Airlie · 15 years ago
  40. b12ca6b i915: Initialize Length and Offset fields when mapping a buffer object by Ian Romanick · 15 years ago
  41. da08831 shaderutil: Fix detection of shaders by Ian Romanick · 15 years ago
  42. a117502 autoconf: Fix case for not having package by Jakob Bornecrantz · 15 years ago
  43. 601edbe Fix the DRI swrast driver for big endian platforms. by Michel Dänzer · 15 years ago
  44. 3128d65 docs: document fixes for AIX by Brian Paul · 15 years ago
  45. 7593bcb gl: added mangled glXGetProcAddressARB define by Tom Fogal · 15 years ago
  46. 8f24e86 progs: Fix quoting issue with empty set of PROGRAM_DIRS. by Tom Fogal · 15 years ago
  47. 4e6e246 mesa: define 32bit byteswap for AIX. by Tom Fogal · 15 years ago
  48. 5117725 docs: removed VC6/7 project files by Brian Paul · 15 years ago
  49. e16b59d docs: update news file for 7.6.1 release by Brian Paul · 15 years ago
  50. 2a1505b docs: remove VC6/7 project file info by Brian Paul · 15 years ago
  51. cba614b mesa: omit VC6, VC7 project files from tarballs by Brian Paul · 15 years ago
  52. 3bcf2d4 windows: remove old VC6 project files directory by Brian Paul · 15 years ago
  53. fe5c465 r600: disable compressed texture support by Alex Deucher · 15 years ago
  54. c5add6a docs: Add note about r600 by Alex Deucher · 15 years ago
  55. 13b5a62 Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1." by Alex Deucher · 15 years ago
  56. 027abdd mesa: set version string to 7.6.1-rc1 by Brian Paul · 15 years ago
  57. d449c07 xorg/st: fixup builds against later dpms headers. by Brian Paul · 15 years ago
  58. 2b3ea2b docs: i965 clipping fix by Brian Paul · 15 years ago
  59. 514544f i965: Fix Ironlake shadow comparisons. by Eric Anholt · 15 years ago
  60. 5f305b1 i965: Fix VBO last-valid-offset setup on Ironlake. by Eric Anholt · 15 years ago
  61. ab12e76 i965: fix EXT_provoking_vertex support by Roland Scheidegger · 15 years ago
  62. 1220aba i965: Fix VS constant buffer value loading. by Eric Anholt · 15 years ago
  63. e5ffb9f i965: Unalias src/dst registers for SGE and friends. by Eric Anholt · 15 years ago
  64. 23a4a67 i965: Allow use of PROGRAM_LOCAL constants in ARB_vp. by Eric Anholt · 15 years ago
  65. 74ef320 r600: don't emit htile regs by Alex Deucher · 15 years ago
  66. 2cda507 prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV by Ian Romanick · 15 years ago
  67. 6d2ceda prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARB by Ian Romanick · 15 years ago
  68. 289db82 prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNV by Ian Romanick · 15 years ago
  69. 7452877 prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARB by Ian Romanick · 15 years ago
  70. 26d2ce0 GLX: Change GLX client vendor string to "Mesa Project and SGI" by Ian Romanick · 15 years ago
  71. 9348ac0 ARB prog parser: Regenerate parser from previous commits. by Ian Romanick · 15 years ago
  72. d8e256f ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vertex}_program by Ian Romanick · 15 years ago
  73. 301a9b7 ARB prog parser: Release strings returned from the lexer that don't need to be kept by Ian Romanick · 15 years ago
  74. 1c7337d Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface" by Ian Romanick · 15 years ago
  75. 63191bd xmesa: pass pixmap to clip_for_xgetimage() by Brian Paul · 15 years ago
  76. 7c62390 mesa: added cast to silence warning by Brian Paul · 15 years ago
  77. 1c3f7ab vbo: fix out-of-bounds array access by Brian Paul · 15 years ago
  78. bc4ad7c mesa: fix broken pack_histogram() case for GLhalf by Brian Paul · 15 years ago
  79. 76aa0c0 mesa: silence warning from gcc 4.4.1 by Brian Paul · 15 years ago
  80. 60c328d progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  81. f1b91cc Fix YTILE spantmp functions by Alan Hourihane · 15 years ago
  82. 51f7763 glslcompiler: Fix Mac OS build. by Vinson Lee · 15 years ago
  83. 6eb7151 mesa: (GLint64) casts in get.c to silence Visual Studio warnings by Brian Paul · 15 years ago
  84. c510633 docs: fix 7.6 build with Visual Studio by Brian Paul · 15 years ago
  85. 804d367 windows: updated VC8 project file by Karl Schultz · 15 years ago
  86. 077eb0d windows: remove old entrypoints from mesa.def file by Karl Schultz · 15 years ago
  87. e713a95 mesa: added GLAPIENTRY keywords for sync object functions by Karl Schultz · 15 years ago
  88. a0cd2b7 st/mesa: clip pixels in draw_stencil_pixels to avoid crash by Marek Olšák · 15 years ago
  89. e60ebeb st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil by Brian Paul · 15 years ago
  90. 0197348 st/mesa: fix tests for depth and depth/stencil texture formats by Brian Paul · 15 years ago
  91. e055665 glx: Fix memory leak if XF86DRICreateDrawable() fails by Vinson Lee · 15 years ago
  92. 35506de Add --with-dri-searchpath argument by Chow Loong Jin · 15 years ago
  93. 02b9fb9 progs/tests: fixes for drawbuffers.c by Brian Paul · 15 years ago
  94. 635ea87 progs/tests: added test for GL_EXT_texture_compression_s3tc support by Brian Paul · 15 years ago
  95. 96128fd mesa: Fix memory leak if we run out of memory by Vinson Lee · 15 years ago
  96. c0a61c8 intel: Fix memory leak in case of renderbuffer bad format by Vinson Lee · 15 years ago
  97. 0219cd0 mesa: remove unneeded #includes by Brian Paul · 15 years ago
  98. 5e3b2ba mesa: include imports.h to silence warning by Brian Paul · 15 years ago
  99. a7d0665 intel: Fix memory leak in event of mip tree allocation failure by Vinson Lee · 15 years ago
  100. 93dae67 ARB prog parser: Fix epic memory leak in lexer / parser interface by Ian Romanick · 15 years ago