1. 65118a5 docs: document glXMakeContextCurrent() and Windows fixes by Brian Paul · 16 years ago
  2. ab9b4e1 Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGI by Ian Romanick · 16 years ago
  3. 39e6d0d [intel] Go back to using the typedef for the sarea struct by Timo Aaltonen · 16 years ago
  4. b5da7fe Remove intel pageflipping support in its entirety. by Owain G. Ainsworth · 16 years ago
  5. 0f548db glsl: silence unused var warnings by Brian Paul · 16 years ago
  6. 9d216be mesa: silence uninitialized var warnings by Brian Paul · 16 years ago
  7. eb26cc6 mesa: silence compiler warning at -O2 by Brian Paul · 16 years ago
  8. bb63a66 mesa: bump version to 7.3-rc3 by Brian Paul · 16 years ago
  9. dace4e3 mesa: inlclude whole windows/VC8/ directory in tarballs by Brian Paul · 16 years ago
  10. bbda892 windows: new VC8 projects statically linked against libcmt by Thomas Henn · 16 years ago
  11. 61a387d windows: more VC8 project file updates by Karl Schultz · 16 years ago
  12. 437fa85 Add a comment about _tnl_emit_indexed_vertices_to_buffer. by Thomas Hellstrom · 16 years ago
  13. b00477a tnl: Add a utility to emit indexed vertices to a DMA buffer. by Thomas Hellstrom · 16 years ago
  14. 7374285 Fix store texel for argb4444. by Thomas Hellstrom · 16 years ago
  15. 5c84a10 Fix store texel for argb8888_rev. by Thomas Hellstrom · 16 years ago
  16. dbda49a Add RGBA4444 and RGBA5551 texture formats. by Thomas Hellstrom · 16 years ago
  17. 11351f0 dri1: Add a macro to validate two dri drawables in one go. by Thomas Hellstrom · 16 years ago
  18. a5b5bc9 mesa: fix build of stand-alone glslcompiler driver by Brian Paul · 16 years ago
  19. f977924 tests: test pseudo-XOR blend mode. by Brian Paul · 16 years ago
  20. 396711b dri: add fake front definitions by Alan Hourihane · 16 years ago
  21. dbd8e40 windows: updated VC8 project files by Thomas Henn · 16 years ago
  22. b7f802e glx: gcc 2.95 build fix (move declaration before code) by Brian Paul · 16 years ago
  23. a61a1a8 i965: fix polygon culling bug when rendering to a texture/FBO by Brian Paul · 16 years ago
  24. 345a08a intel: added intel_rendering_to_texture() helper function. by Brian Paul · 16 years ago
  25. 12c6d28 mesa: remove GL_DEPTH_TEST + no depth buffer test by Brian Paul · 16 years ago
  26. e442fe5 glsl: fix broken sampler assignments by Brian Paul · 16 years ago
  27. 66a4f5c i915: fallback on transfer mode by Xiang, Haihao · 16 years ago
  28. a740858 windows: updated VC8 project file by Karl Schultz · 16 years ago
  29. e7c988d windows: updated mesa.def file by Karl Schultz · 16 years ago
  30. 4a83562 glsl: use _mesa_sprintf() by Brian Paul · 16 years ago
  31. e1ba29e glsl: move declaration before code by Brian Paul · 16 years ago
  32. fbf13bc mesa: check frambuffer complete status before rendering by Alan Hourihane · 16 years ago
  33. 8f84356 mesa: bump version to 7.3-rc2 by Brian Paul · 16 years ago
  34. 7d08091 glsl: fix comment by Brian Paul · 16 years ago
  35. b5f32e1 glsl: minor clean-up for rect sampler test by Brian Paul · 16 years ago
  36. 0dffd22 r300: work-around FRAG_BIT_FOGC warning/error by Brian Paul · 16 years ago
  37. 947d1c5 i965: asst. fixes, work-arounds for FBOs and render to texture by Brian Paul · 16 years ago
  38. c7f4354 i965: fix incorrect renderbuffer DataType assignment by Brian Paul · 16 years ago
  39. 5912cdf i965: fix some FBO depth/stencil assertions by Brian Paul · 16 years ago
  40. 03188b0 intel: SW fallback maps texture images, not texture coordinates by Ian Romanick · 16 years ago
  41. fae9604 glsl: propagate pragma info down into compiler from preprocessor by Brian Paul · 16 years ago
  42. aac4a05 windows: remove reference to swizzle.c file by Brian Paul · 16 years ago
  43. b5f89e5 glsl: simplify IR storage for samplers by Brian Paul · 16 years ago
  44. c12d24b mesa: fix incorrect transformation of GL_SPOT_DIRECTION by Brian Paul · 16 years ago
  45. 2549c26 Treat image units and coordinate units differently. by Ian Romanick · 16 years ago
  46. a98dccc glsl: fix regression from sampler arrays commit by Alan Hourihane · 16 years ago
  47. 1b3e3e6 i965: indentation fixes by Brian Paul · 16 years ago
  48. 49b5340 i965: allow larger AA points on fallback path by Brian Paul · 16 years ago
  49. d911e3e i965: fix indentation by Brian Paul · 16 years ago
  50. 658ab3c i965: comment for emit_kil() by Brian Paul · 16 years ago
  51. 8f7349d mesa: put _NV suffix on a few opcodes by Brian Paul · 16 years ago
  52. d687476 i965: fix indentation by Brian Paul · 16 years ago
  53. c157a5b intel: bump driver date by Xiang, Haihao · 16 years ago
  54. 14eca6b glsl: fix a comment typo by Alan Hourihane · 16 years ago
  55. ef0e0f2 glsl: support sampler arrays. by Alan Hourihane · 16 years ago
  56. 34d17d2 docs: #pragma now handled by Brian Paul · 16 years ago
  57. 01a0938 glsl: add preprocessor support for #pragma by Brian Paul · 16 years ago
  58. 1f47388 Add language about implicit flush and command completion by Ian Romanick · 16 years ago
  59. 34500a6 docs: fixes since 7.3-rc1 by Brian Paul · 16 years ago
  60. 00c0262 windows: try to create a context in wglCreateLayerContext() by Karl Schultz · 16 years ago
  61. eeeed45 i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels(). by Brian Paul · 16 years ago
  62. 3a5463d i965: fix broken glBitmap + depth test by Brian Paul · 16 years ago
  63. de35989 i965: fix broken ARB fp fog options by Brian Paul · 16 years ago
  64. 29f603a autoconf: Only _GNU_SOURCE feature test macro needed on gnu systems by Dan Nicholson · 16 years ago
  65. 7f7fc3e mesa: match against *-gnu* instead of *-gnu in configure.ac by Julien Cristau · 16 years ago
  66. a0318d7 windows: updated VC8 project files by Thomas Henn · 16 years ago
  67. 06fdb6a glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3fa2a1ed2f3ff0) by Brian Paul · 16 years ago
  68. 88fdddc windows: added new sources for 7.3 (may be more, needs testing) by Brian Paul · 16 years ago
  69. 1598be5 mesa: add osmesa.pc.in to tarball list by Brian Paul · 16 years ago
  70. 4360245 Build fixes for gcc 2.95 by Matthieu Herrb · 16 years ago
  71. 0f0922f Big endian fixes. by Matthieu Herrb · 16 years ago
  72. 33f6dc3 build fix on big endian OpenBSD architectures. by Matthieu Herrb · 16 years ago
  73. 356428d replace nearbyint() by rint() for now. by Matthieu Herrb · 16 years ago
  74. b4866f8 Fix build with GCC 2.95. by Owain G. Ainsworth · 16 years ago
  75. 297a960 __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95. by Matthieu Herrb · 16 years ago
  76. 44557bf mesa: require libdrm 2.4.3 in configure.ac by Brian · 16 years ago
  77. f1455ca mesa: omit old headers from tarball by Brian Paul · 16 years ago
  78. 834db82 docs: document deprecated/removed headers/interfaces by Brian Paul · 16 years ago
  79. ef193c1 mesa: remove old GLView.h header for BeOS by Brian Paul · 16 years ago
  80. c3a00a7 mesa: remove deprecated headers from Makefile.am by Brian Paul · 16 years ago
  81. 287102d mesa: deprecate GL/amesa.h header (allegro driver) by Brian Paul · 16 years ago
  82. f5979b0 mesa: deprecate the GL/fxmesa.h header by Brian Paul · 16 years ago
  83. d25cc16 mesa: remove the ancient include/GL/ugl*.h headers by Brian Paul · 16 years ago
  84. 1636328 xmesa: deprecate the "XMesa" interface by Brian Paul · 16 years ago
  85. 2c56dd7 docs: prerequisite updates by Brian Paul · 16 years ago
  86. 6333005 glsl: force creation of new scope for for-loop body by Brian Paul · 16 years ago
  87. 1d352b4 glsl: replace 0/1 with GL_FALSE/GL_TRUE by Brian Paul · 16 years ago
  88. 9939a30 swrast: Fix GL_ATI_separate_stencil by Ian Romanick · 16 years ago
  89. ca03e88 glsl: make minimum struct size = 2, not 1 by Brian Paul · 16 years ago
  90. 4497a5a mesa: 7.3-rc-1 Makefile changes by Brian Paul · 16 years ago
  91. f7b4c2c mesa: latest glxext.h header, no version change by Brian Paul · 16 years ago
  92. 08fdc74 mesa: import glext.h version 44 by Brian Paul · 16 years ago
  93. d0c2cbd docs: dri2proto, libdrm tweaks by Brian Paul · 16 years ago
  94. acd99f6 glsl: fix typo in the vec2 += operator function by Brian Paul · 16 years ago
  95. 0713e9d mesa: set version string to 7.3-rc1 by Brian Paul · 16 years ago
  96. 2c0ce92 docs: updated Cell docs, from gallium-0.2 branch by Brian Paul · 16 years ago
  97. 1ed9b1e docs: more 7.3 doc updates by Brian Paul · 16 years ago
  98. 11ade9a docs: import 7.2 relnotes, start on 7.3 relnotes by Brian Paul · 16 years ago
  99. 730a407 glsl: fix broken +=, -=, *=, /= operators by Brian Paul · 16 years ago
  100. 19c877c mesa: fix off-by-one bug in _mesa_delete_instructions() by Brian Paul · 16 years ago