1. 273117c util: Unsaved change missing from last commit. by José Fonseca · 15 years ago
  2. 840af5f util: Support Z24S8/Z24X8 -> unsigned conversion. by José Fonseca · 15 years ago
  3. c91df4c util: Fix 24 to 32 bit expansion binary arithmetic expression. by José Fonseca · 15 years ago
  4. 12e94d8 mesa: release VBO and PBO references upon context destruction by Brian Paul · 15 years ago
  5. cb3a9f9 mesa: add #define FEATURE_ARB_pixel_buffer_object by Brian Paul · 15 years ago
  6. 16fbd39 intel: Clip to window after calling Driver.TexImage2D by Ian Romanick · 15 years ago
  7. 1aef032 gallium/draw: Free specialized versions of driver shaders by Keith Whitwell · 15 years ago
  8. 003cfd4 draw: free more token arrays by Keith Whitwell · 15 years ago
  9. 69a765d draw: avoid leaking tokens when building pstipple fragment shader by Keith Whitwell · 15 years ago
  10. 5036325 mesa/st: restore flush to copy_texsubimage (was previously finish) by Keith Whitwell · 15 years ago
  11. 557d2bb wgl: Destroy the framebuffer when the window is destroyed. by José Fonseca · 15 years ago
  12. f989390 st/gl: Fix mip gen for compressed textures by Jakob Bornecrantz · 15 years ago
  13. 0e8a5a8 st/mesa: fix incorrect sprite origin when drawing to FBO/texture by Brian Paul · 15 years ago
  14. 4275542 draw: reset extra_vp_outputs.slot to zero in widepoint_flush() by Brian Paul · 15 years ago
  15. ea3ee47 wgl: Cleanup framebuffer destruction logic. by José Fonseca · 15 years ago
  16. 0ea519f wgl: Ensure we only create framebuffers for HDC associated with a window. by José Fonseca · 15 years ago
  17. fe69b6b wgl: Use the right pixel format. by José Fonseca · 15 years ago
  18. be7c56b wgl: Fix debugging output. by José Fonseca · 15 years ago
  19. 76f2bac wgl: Rename function. by José Fonseca · 15 years ago
  20. 1124f78 wgl: Remove unused field. by José Fonseca · 15 years ago
  21. 5bb2074 mesa: Output warnings to debugger on Windows. by José Fonseca · 15 years ago
  22. 8aef306c mesa: Check/propagate return value on st_make_current. by José Fonseca · 15 years ago
  23. 29c6c8e mesa: Add success/failures return value to _mesa_make_current. by José Fonseca · 15 years ago
  24. a59575d softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON by Brian Paul · 15 years ago
  25. 1045481 mesa: fix loop over generic attribs in update_arrays() by Brian Paul · 15 years ago
  26. c353896 vbo: fix crash in vbo_exec_bind_arrays() by Brian Paul · 15 years ago
  27. 995456f mesa: allow GL_BITMAP type in _mesa_image_image_stride() by Brian Paul · 15 years ago
  28. 42b747e mesa: added comment by Brian Paul · 15 years ago
  29. 70c4b81 mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE by Brian Paul · 15 years ago
  30. 8da09e6 vbo: fix incorrect loop limit in bind_array_obj() by Brian Paul · 15 years ago
  31. d4fb761 mesa: use MAX_ values instead of literals by Brian Paul · 15 years ago
  32. 042d9a5 mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT by Mathias Fröhlich · 15 years ago
  33. c99a60c mesa: assign trb->Base.StencilBits in update_wrapper(). by Brian Paul · 15 years ago
  34. 7ce105d st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level() by Brian Paul · 15 years ago
  35. adabd0e mesa: comments for _mesa_generate_mipmap_level() by Brian Paul · 15 years ago
  36. 30320f0 softpipe: add texture target sanity check assertion by Brian Paul · 15 years ago
  37. 14e5bff st: fix incorrect target parameter to screen->is_format_supported() by Brian Paul · 15 years ago
  38. f2445df Initialize psp->waitX/waitGL for swrast_dri.so. by Aidan Thornton · 15 years ago
  39. 483e247 mesa: bump version to 7.5-rc2 by Brian Paul · 15 years ago
  40. 09c04db r300: Make sure to drop current hardware state reference to texture objects. by Michel Dänzer · 15 years ago
  41. 9996039 intel: added null ptr check by Brian Paul · 15 years ago
  42. 2e4e346 intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638 by Brian Paul · 15 years ago
  43. 3e74faa mesa: delete array objects before buffer objects during context tear-down by Brian Paul · 15 years ago
  44. 7ae4ce9 mesa: clean-up vertex array object VBO unbinding and delete/refcounting by Brian Paul · 15 years ago
  45. 5568f2f mesa: reference counting for gl_array_object by Brian Paul · 15 years ago
  46. 46b81b0 glXChooseVisual: Only consider fbconfig if we can get the corresponding visual. by Michel Dänzer · 15 years ago
  47. 64f36ff Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering by Ian Romanick · 15 years ago
  48. f104e4d st: do proper refcounting for framebuffer surfaces by Brian Paul · 15 years ago
  49. 2223615 mesa: Fixed a texture memory leak by Brian Paul · 15 years ago
  50. c8c0953 gallium: replace lib with $(LIB_DIR) by Hanno Böck · 15 years ago
  51. 6fec2eb mesa: set version to 7.5-rc1 by Brian Paul · 15 years ago
  52. b6e2261 wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats. by José Fonseca · 15 years ago
  53. e90beb9 mesa/st: keep surface_copy arguments positive by Keith Whitwell · 15 years ago
  54. 507f4e7 mesa/st: remove redundant call to st_finish in CopyTexSubImage by Keith Whitwell · 15 years ago
  55. 44a996b wgl: Export pixelformats with accumulation bits. by José Fonseca · 15 years ago
  56. 33d2ca7 mesa/st: cope with non-ibo index data in st_draw_feedback.c by Keith Whitwell · 15 years ago
  57. e6a3801 util/upload: catch failures to map_range and return error by Keith Whitwell · 15 years ago
  58. ee79827 stw: fix potential uninitialized use of curctx by Keith Whitwell · 15 years ago
  59. d5eac43 wgl: Enforce a minimum 1x1 framebuffer size. by José Fonseca · 15 years ago
  60. d78b595 wgl: Add assertion for missing function. by José Fonseca · 15 years ago
  61. 692263a wgl: Remove unused variable. by José Fonseca · 15 years ago
  62. d88faf9 mesa: Make _mesa_share_state thread safe. by José Fonseca · 15 years ago
  63. 4d28fcf wgl: Implement ShareLists. by José Fonseca · 15 years ago
  64. b6e8256 mesa: more complete fix for transform_invarient glitches by Keith Whitwell · 15 years ago
  65. 751f73e mesa/main: set PREFER_DP4 to match position_invarient code by Keith Whitwell · 15 years ago
  66. 1ed9009 wgl: Implemente SwapLayerBuffers. by José Fonseca · 15 years ago
  67. be3f9dd util: Limit the stack walk to avoid referencing undefined memory. by José Fonseca · 15 years ago
  68. f628d7f gallium/tgsi: hack around linker/archiver breakage by Keith Whitwell · 15 years ago
  69. d075cb4 wgl: Include alpha bits in pixel format's cColorBits field. by José Fonseca · 15 years ago
  70. af09ba9 gallium/draw: cope with unused vertex_elements by Keith Whitwell · 15 years ago
  71. bb9ea58 wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. by José Fonseca · 15 years ago
  72. 1248ff7 pb: Save the stack backtrace when creating/mapping a debug buffer. by José Fonseca · 15 years ago
  73. 606a547 pb: Dump the fenced buffer sizes. by José Fonseca · 15 years ago
  74. 6a3004b swrast: fix span clipping bug by Brian Paul · 15 years ago
  75. cc71704 mesa: unmap buffer objects during context tear-down by Brian Paul · 15 years ago
  76. 79ada8c gallium: fix texcoords for cubemap mipmap generation by Brian Paul · 15 years ago
  77. dd4c142 glx: replace Xmalloc() calls with Xcalloc() by Brian Paul · 15 years ago
  78. 0a56a49 st: create renderbuffer's pipe_surface in st_render_texture() by Brian Paul · 15 years ago
  79. 63f0130 mesa: fix state validation bug for glCopyTex[Sub]Image() by Brian Paul · 15 years ago
  80. 36edceb Fix symbol list for mangled Mesa on Darwin. by Tom Fogal · 15 years ago
  81. 8a488b1 mesa: remove -devel suffix from version by Brian Paul · 15 years ago
  82. 2953b18 radeon: Don't even bother with things too big to fit into our card. by Corbin Simpson · 15 years ago
  83. 5b15cc3 r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe. by Corbin Simpson · 15 years ago
  84. c11ad48 r300-gallium, radeon-winsys: Space accounting. by Corbin Simpson · 15 years ago
  85. d7f4ac9 r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI. by Corbin Simpson · 15 years ago
  86. a609f78 r300-gallium: Don't bother with conditional double define. by Corbin Simpson · 15 years ago
  87. 1f43cc1 radeon: Fix cast and comment. by Corbin Simpson · 15 years ago
  88. 9cb3cde mesa: Prepend "-Wl," to linking options by Tormod Volden · 15 years ago
  89. 60927f9 i915simple: remove duplicated i915_context.c in C_SOURCES by Brian Paul · 15 years ago
  90. c28707b r300: Increase reference count of texture objects referenced by current state. by Michel Dänzer · 15 years ago
  91. ba27fe3 gallium: Add SCons build support for the DRI state tracker. by Michel Dänzer · 15 years ago
  92. cc68cd2 egl: Don't install demodriver by Dan Nicholson · 15 years ago
  93. a9c97c5 Use variable library name in pkg-config output. by Tom Fogal · 15 years ago
  94. 8fa6c1a tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) by Brian Paul · 15 years ago
  95. 0e85dcb mesa: added _mesa_check_soa_dependencies() function by Brian Paul · 15 years ago
  96. 46ddcbc softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced() by Brian Paul · 15 years ago
  97. 801a33a mesa/st: protect internal flushes with FLUSH_CURRENT by Keith Whitwell · 15 years ago
  98. c0bff53 mesa/main: protect driver.finish with FLUSH_CURRENT by Keith Whitwell · 15 years ago
  99. 106f2b0 mesa/st: remove duplicate offset calculation by Keith Whitwell · 15 years ago
  100. eb979ce gallium/draw: add ability to print out active pipeline stages by Keith Whitwell · 15 years ago