1. 0f50c4f scons: Output nice summary messages instead of long command lines. by José Fonseca · 15 years ago
  2. 273117c util: Unsaved change missing from last commit. by José Fonseca · 15 years ago
  3. 840af5f util: Support Z24S8/Z24X8 -> unsigned conversion. by José Fonseca · 15 years ago
  4. c91df4c util: Fix 24 to 32 bit expansion binary arithmetic expression. by José Fonseca · 15 years ago
  5. 12e94d8 mesa: release VBO and PBO references upon context destruction by Brian Paul · 15 years ago
  6. cb3a9f9 mesa: add #define FEATURE_ARB_pixel_buffer_object by Brian Paul · 15 years ago
  7. 16fbd39 intel: Clip to window after calling Driver.TexImage2D by Ian Romanick · 15 years ago
  8. 1aef032 gallium/draw: Free specialized versions of driver shaders by Keith Whitwell · 15 years ago
  9. 003cfd4 draw: free more token arrays by Keith Whitwell · 15 years ago
  10. 69a765d draw: avoid leaking tokens when building pstipple fragment shader by Keith Whitwell · 15 years ago
  11. 5036325 mesa/st: restore flush to copy_texsubimage (was previously finish) by Keith Whitwell · 15 years ago
  12. 557d2bb wgl: Destroy the framebuffer when the window is destroyed. by José Fonseca · 15 years ago
  13. 97f5953 progs/vpglsl: add similar support for point rendering as progs/vp by Keith Whitwell · 15 years ago
  14. f989390 st/gl: Fix mip gen for compressed textures by Jakob Bornecrantz · 15 years ago
  15. 00e7a60 trivial/tri-z: add controls for depthrange min/max by Keith Whitwell · 15 years ago
  16. 3c756ed progs/wgl: Small cleanup to wglinfo. by José Fonseca · 15 years ago
  17. 76ad2b4 progs/wgl: Use an invisible window in wglinfo. by José Fonseca · 15 years ago
  18. 0e8a5a8 st/mesa: fix incorrect sprite origin when drawing to FBO/texture by Brian Paul · 15 years ago
  19. 4275542 draw: reset extra_vp_outputs.slot to zero in widepoint_flush() by Brian Paul · 15 years ago
  20. a5d033e demos: add missing dependencies for util files by Brian Paul · 15 years ago
  21. ea3ee47 wgl: Cleanup framebuffer destruction logic. by José Fonseca · 15 years ago
  22. 0ea519f wgl: Ensure we only create framebuffers for HDC associated with a window. by José Fonseca · 15 years ago
  23. fe69b6b wgl: Use the right pixel format. by José Fonseca · 15 years ago
  24. be7c56b wgl: Fix debugging output. by José Fonseca · 15 years ago
  25. 76f2bac wgl: Rename function. by José Fonseca · 15 years ago
  26. 1124f78 wgl: Remove unused field. by José Fonseca · 15 years ago
  27. 5bb2074 mesa: Output warnings to debugger on Windows. by José Fonseca · 15 years ago
  28. 8aef306c mesa: Check/propagate return value on st_make_current. by José Fonseca · 15 years ago
  29. 29c6c8e mesa: Add success/failures return value to _mesa_make_current. by José Fonseca · 15 years ago
  30. a59575d softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON by Brian Paul · 15 years ago
  31. 1045481 mesa: fix loop over generic attribs in update_arrays() by Brian Paul · 15 years ago
  32. c353896 vbo: fix crash in vbo_exec_bind_arrays() by Brian Paul · 15 years ago
  33. 58fadc6 demos: fix multitex.c VertCoord attribute mapping by Brian Paul · 15 years ago
  34. 995456f mesa: allow GL_BITMAP type in _mesa_image_image_stride() by Brian Paul · 15 years ago
  35. 42b747e mesa: added comment by Brian Paul · 15 years ago
  36. 70c4b81 mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE by Brian Paul · 15 years ago
  37. 8da09e6 vbo: fix incorrect loop limit in bind_array_obj() by Brian Paul · 15 years ago
  38. d4fb761 mesa: use MAX_ values instead of literals by Brian Paul · 15 years ago
  39. d2f4c2b minstall: Don't copy over an identical file by Carl Worth · 15 years ago
  40. 042d9a5 mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT by Mathias Fröhlich · 15 years ago
  41. c99a60c mesa: assign trb->Base.StencilBits in update_wrapper(). by Brian Paul · 15 years ago
  42. 7ce105d st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level() by Brian Paul · 15 years ago
  43. adabd0e mesa: comments for _mesa_generate_mipmap_level() by Brian Paul · 15 years ago
  44. 30320f0 softpipe: add texture target sanity check assertion by Brian Paul · 15 years ago
  45. 14e5bff st: fix incorrect target parameter to screen->is_format_supported() by Brian Paul · 15 years ago
  46. df37cde mesa: added linux-osmesa-static config by Brian Paul · 15 years ago
  47. 6e61700 docs: link to 7.5 relnotes by Brian Paul · 15 years ago
  48. da0d4e1 docs: emphasize the incomplete status of the nouveau/R300 gallium drivers by Brian Paul · 15 years ago
  49. f2445df Initialize psp->waitX/waitGL for swrast_dri.so. by Aidan Thornton · 15 years ago
  50. 483e247 mesa: bump version to 7.5-rc2 by Brian Paul · 15 years ago
  51. 65b9cd7 docs: updates from the 7.4 branch by Brian Paul · 15 years ago
  52. 09c04db r300: Make sure to drop current hardware state reference to texture objects. by Michel Dänzer · 15 years ago
  53. 9996039 intel: added null ptr check by Brian Paul · 15 years ago
  54. 2e4e346 intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638 by Brian Paul · 15 years ago
  55. 3e74faa mesa: delete array objects before buffer objects during context tear-down by Brian Paul · 15 years ago
  56. 7ae4ce9 mesa: clean-up vertex array object VBO unbinding and delete/refcounting by Brian Paul · 15 years ago
  57. 5568f2f mesa: reference counting for gl_array_object by Brian Paul · 15 years ago
  58. 46b81b0 glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. by Michel Dänzer · 15 years ago
  59. 64f36ff Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering by Ian Romanick · 15 years ago
  60. f104e4d st: do proper refcounting for framebuffer surfaces by Brian Paul · 15 years ago
  61. f5cf181 trivial: destroy window upon exit by Brian Paul · 15 years ago
  62. 2223615 mesa: Fixed a texture memory leak by Brian Paul · 15 years ago
  63. 3186590 mesa: added more gallium Makefiles to tarball list by Brian Paul · 15 years ago
  64. c8c0953 gallium: replace lib with $(LIB_DIR) by Hanno Böck · 15 years ago
  65. 9b3d748 mesa: omit files that were removed from git by Brian Paul · 15 years ago
  66. 6fec2eb mesa: set version to 7.5-rc1 by Brian Paul · 15 years ago
  67. b6e2261 wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats. by José Fonseca · 15 years ago
  68. e90beb9 mesa/st: keep surface_copy arguments positive by Keith Whitwell · 15 years ago
  69. 507f4e7 mesa/st: remove redundant call to st_finish in CopyTexSubImage by Keith Whitwell · 15 years ago
  70. 44a996b wgl: Export pixelformats with accumulation bits. by José Fonseca · 15 years ago
  71. 33d2ca7 mesa/st: cope with non-ibo index data in st_draw_feedback.c by Keith Whitwell · 15 years ago
  72. e6a3801 util/upload: catch failures to map_range and return error by Keith Whitwell · 15 years ago
  73. 222d784 scons: mingw is broken with -O1 and higher by Keith Whitwell · 15 years ago
  74. ee79827 stw: fix potential uninitialized use of curctx by Keith Whitwell · 15 years ago
  75. d5eac43 wgl: Enforce a minimum 1x1 framebuffer size. by José Fonseca · 15 years ago
  76. d78b595 wgl: Add assertion for missing function. by José Fonseca · 15 years ago
  77. 692263a wgl: Remove unused variable. by José Fonseca · 15 years ago
  78. d88faf9 mesa: Make _mesa_share_state thread safe. by José Fonseca · 15 years ago
  79. 4d28fcf wgl: Implement ShareLists. by José Fonseca · 15 years ago
  80. d56b0e6 progs/trivial: add test for vertex program invarient transform by Keith Whitwell · 15 years ago
  81. b6e8256 mesa: more complete fix for transform_invarient glitches by Keith Whitwell · 15 years ago
  82. 751f73e mesa/main: set PREFER_DP4 to match position_invarient code by Keith Whitwell · 15 years ago
  83. 1ed9009 wgl: Implemente SwapLayerBuffers. by José Fonseca · 15 years ago
  84. 0d0417c scons: Don't use deprecated Options. by José Fonseca · 15 years ago
  85. be3f9dd util: Limit the stack walk to avoid referencing undefined memory. by José Fonseca · 15 years ago
  86. f628d7f gallium/tgsi: hack around linker/archiver breakage by Keith Whitwell · 15 years ago
  87. e99729d progs/trivial: add vbo-noninterleaved test by Keith Whitwell · 15 years ago
  88. d075cb4 wgl: Include alpha bits in pixel format's cColorBits field. by José Fonseca · 15 years ago
  89. af09ba9 gallium/draw: cope with unused vertex_elements by Keith Whitwell · 15 years ago
  90. 482be01 trivial: add line-flat.c by Keith Whitwell · 15 years ago
  91. bb9ea58 wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. by José Fonseca · 15 years ago
  92. 1248ff7 pb: Save the stack backtrace when creating/mapping a debug buffer. by José Fonseca · 15 years ago
  93. 606a547 pb: Dump the fenced buffer sizes. by José Fonseca · 15 years ago
  94. 6a3004b swrast: fix span clipping bug by Brian Paul · 15 years ago
  95. cc71704 mesa: unmap buffer objects during context tear-down by Brian Paul · 15 years ago
  96. 79ada8c gallium: fix texcoords for cubemap mipmap generation by Brian Paul · 15 years ago
  97. dd4c142 glx: replace Xmalloc() calls with Xcalloc() by Brian Paul · 15 years ago
  98. 0a56a49 st: create renderbuffer's pipe_surface in st_render_texture() by Brian Paul · 15 years ago
  99. 63f0130 mesa: fix state validation bug for glCopyTex[Sub]Image() by Brian Paul · 15 years ago
  100. 36edceb Fix symbol list for mangled Mesa on Darwin. by Tom Fogal · 15 years ago