1. 7e2f26c softpipe: include sp_winsys.h to silence function prototype warning by Brian Paul · 15 years ago
  2. d2f56fe intel: Use _mesa_warning() to report GEM warnings by Brian Paul · 15 years ago
  3. 09ef339 windows: updated VC8 project files by Karl Schultz · 15 years ago
  4. 25e371f docs: 7.5 tarball md5sums by Brian Paul · 15 years ago
  5. 5276b04 util: fix typo. by José Fonseca · 15 years ago
  6. c57d81d mesa: include glew headers in MesaDemos tarballs by Brian Paul · 15 years ago
  7. b4ba6a6 docs: initial release notes for 7.5.1 by Brian Paul · 15 years ago
  8. 9c4b877 mesa: bump version to 7.5.1 by Brian Paul · 15 years ago
  9. b9e2e32 mesa: include GLEW sources in MesaDemos tarball by Brian Paul · 15 years ago
  10. a6b3141 intel: Fall back on glBitmap with fog enabled. by Eric Anholt · 15 years ago
  11. 1b445f9 i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled. by Eric Anholt · 15 years ago
  12. 5ed4404 radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil. by Michel Dänzer · 15 years ago
  13. cd10996 progs/util: remove extfuncs.h (we use GLEW instead) by Brian Paul · 15 years ago
  14. ee0b1bc progs/glsl: finish conversion to GLEW by Brian Paul · 15 years ago
  15. a77b455 mesa: set version to 7.5 by Brian Paul · 15 years ago
  16. 71b9e10 mesa: set version to 7.5 by Brian Paul · 15 years ago
  17. 7fd3674 docs: set date for 7.5 release by Brian Paul · 15 years ago
  18. 27587f4 docs: news entry for 7.5 release by Brian Paul · 15 years ago
  19. 8c6e81f docs: update links to Gallium wiki page on freedesktop.org by Brian Paul · 15 years ago
  20. 2ba98ef python/retrace: Process the call no passed to --to option inclusively. by José Fonseca · 15 years ago
  21. cf7e8fb python/retrace: Dump the surface copy contents. by José Fonseca · 15 years ago
  22. 5807ccb python/retrace: Flush stdout before calling the pipe driver. by José Fonseca · 15 years ago
  23. d4e6df9 mesa: Fix logbase2. by José Fonseca · 15 years ago
  24. 0c43507 python: Hack to prevent segmentation faults when python exits. by José Fonseca · 15 years ago
  25. 4e1e18a wgl: Expose pipe_screen/pipe_context via an extension. by José Fonseca · 15 years ago
  26. 3ab3209 python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. by José Fonseca · 15 years ago
  27. 6b7b13b softpipe: limit blend results to [0,1] by Luca Barbieri · 15 years ago
  28. d970313b Fix state flag dependencies for fixed function fragment program updates. by Brian Paul · 15 years ago
  29. 0474b5c python/retrace: Interpret surface_copy. by José Fonseca · 15 years ago
  30. c68f659 python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM. by José Fonseca · 15 years ago
  31. fdeb778 mesa: recognize and eliminate repeated error messages by Keith Whitwell · 15 years ago
  32. 59de430 mesa: split out errorstring switch from _mesa_error by Keith Whitwell · 15 years ago
  33. df5f7a6 mesa: remove dead code in _mesa_error by Keith Whitwell · 15 years ago
  34. 6c9d8a6 mesa: don't call getenv every time _mesa_error is called by Keith Whitwell · 15 years ago
  35. 9aca676 mesa: fix texture border color code for glPopAttrib() by Brian Paul · 15 years ago
  36. 26e58a4 progs/tests: Use compressed texture in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  37. b0a1758 progs/tests: Tests more views in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  38. a36b998 progs/tests: Add yet another mipmap test by Jakob Bornecrantz · 15 years ago
  39. 6ec955e mesa: regenerated enums.c file by Brian Paul · 15 years ago
  40. 7325c1e scons: Monkey patch os.spawnve on Windows to become thread safe. by José Fonseca · 15 years ago
  41. 4ed1de8 mesa: Report the true face number when flushing. by José Fonseca · 15 years ago
  42. 680f7d0 r128: fix two-sided lighting segfault seen in GLUT's olight demo by Peteri Andras · 15 years ago
  43. 022e8e5 intel: Bump driver data, add RC3 tag by Ian Romanick · 15 years ago
  44. 1c1307e gallium: compare the actual register, not all the inputs by Zack Rusin · 15 years ago
  45. cff2126 tgsi: update some assertions by Brian Paul · 15 years ago
  46. a79586c tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE by Brian Paul · 15 years ago
  47. f01af4d tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE by Brian Paul · 15 years ago
  48. 762c1d1 st/mesa: implement indirect addressing for destination registers by Brian Paul · 15 years ago
  49. baa7ff4 tgis: implement indirect addressing for destination registers by Brian Paul · 15 years ago
  50. ca1b71b vbo: fix vbo/dlist memory leak by Brian Paul · 15 years ago
  51. 6ff1a53 demos: set 4th component of texcoord to 1.0 by Brian Paul · 15 years ago
  52. cade071 Remove stale reference to non-Gallium nouveau driver from configure.ac. by Michel Dänzer · 15 years ago
  53. fcd3572 mesa: From float type modifier from values to large for singles by Ian Romanick · 15 years ago
  54. 78af70b docs: document gl_TextureMatrix[i][j] array indexing bug fix by Brian Paul · 15 years ago
  55. c86b076 glsl: do const parameter optimization for array element actual parameters by Brian Paul · 15 years ago
  56. abdb0fd glsl: fix incorrect indexing for gl_TextureMatrix[i][j] by Brian Paul · 15 years ago
  57. 36e906a docs: document glMaterial/glShadeModel display list optimization by Brian Paul · 15 years ago
  58. 4adc9b4 mesa: only use fallback texture when using shaders, not fixed-function (take two) by Brian Paul · 16 years ago
  59. 7b861b9 gallium: fixup register indexes for fog/frontface/point coord by Zack Rusin · 15 years ago
  60. 71633ab gallium: Fixes for clobbering stencil values in combined depth/stencil textures. by Michel Dänzer · 15 years ago
  61. 25b492b GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. by Michel Dänzer · 15 years ago
  62. 96601ec gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer. by Michel Dänzer · 15 years ago
  63. a4d9523 gallium: more fog extraction fixes by Zack Rusin · 15 years ago
  64. 7fb4bec demos: Fix vsync checking in glxgears by Ian Romanick · 15 years ago
  65. 1068c15 wgl: Make the stw_framebuffer destructions threadsafe. by José Fonseca · 15 years ago
  66. 6f4167c wgl: Check for multiple threads before GET_CURRENT_CONTEXT. by José Fonseca · 15 years ago
  67. 5470a67 wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages. by José Fonseca · 15 years ago
  68. fc6e02c i965: fix fetching constants from constant buffer in glsl path by Roland Scheidegger · 15 years ago
  69. c30f23c i965: Remove bad constant buffer constant-reg-already-loaded optimization. by Eric Anholt · 16 years ago
  70. 94e1117 intel: Also update stencil bits in intel_update_wrapper(). by Michel Dänzer · 15 years ago
  71. f580494 progs: revert damage to progs/SConscript from recent compressed texture commit by Keith Whitwell · 15 years ago
  72. b928d18 mesa/shaders: fix gl_NormalMatrix state parameters by Keith Whitwell · 15 years ago
  73. aa98575 st/wgl: don't advertise WGL_EXT_swap_interval string by Keith Whitwell · 15 years ago
  74. cffe7c8 wgl: Lookup framebuffers by HWND whenever possible. by José Fonseca · 15 years ago
  75. 2a22366 mesa: Assume depth textures have a single level unless told otherwise. by José Fonseca · 15 years ago
  76. 588c862 mesa: s/TRUE/GL_TRUE by Keith Whitwell · 15 years ago
  77. 798cd2a glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regeneration by Keith Whitwell · 15 years ago
  78. 1668a67 Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch by Keith Whitwell · 15 years ago
  79. b3e8e1c mesa: ensure UsesFogFragCoord value is set for non-glsl shaders by Keith Whitwell · 15 years ago
  80. 1fa4cde mesa/vbo: fix compile and replay of nodes ending in a FALLBACK by Keith Whitwell · 15 years ago
  81. 70ae7ba mesa/dlist: fixes and improvements for material caching by Keith Whitwell · 15 years ago
  82. c48c01c progs/trivial: add dlist-mat-tri.c by Keith Whitwell · 15 years ago
  83. 1ca836f progs/trivial: add test case for short-circuiting material changes by Keith Whitwell · 15 years ago
  84. d6c2347 mesa/dlist: don't cache state which may not be replayed on CallList by Keith Whitwell · 15 years ago
  85. 09a3a28 progs/trivial: add dlist-flat-tri.c by Keith Whitwell · 15 years ago
  86. 7e91d03 mesa/dlist: invalidate cached dlist compile state after CallList by Keith Whitwell · 15 years ago
  87. 2e570be progs/trivial: add dlist-recursive-call by Keith Whitwell · 15 years ago
  88. 1730eaa dlist-tri-flat-tri: make tri render differently if flatshade not enabled by Keith Whitwell · 15 years ago
  89. 4147bb2 Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit by Keith Whitwell · 15 years ago
  90. 6af783b progs/trivial: add test case for lighting plus per-vertex materials by Keith Whitwell · 15 years ago
  91. a9ae89d progs/isosurf: add materials mode for glVertex + TRISTRIP by Keith Whitwell · 15 years ago
  92. 6dfb89e mesa: remove whitespace by Keith Whitwell · 15 years ago
  93. cea259f mesa: remove dead constant pointsize code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  94. 79047cc mesa: remove dead vertex fog code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  95. f6c8ca0 mesa: fix material inputs in ffvertex_prog.c by Keith Whitwell · 15 years ago
  96. 4c31632 mesa: fix transform_points_3d_no_rot using undefined values in %xmm0 by Arthur HUILLET · 15 years ago
  97. fa5b036 glx: plug a leak by Kristof Ralovich · 15 years ago
  98. 52f895d glx: fix null pointer dereference segfault (bug 22546) by Brian Paul · 15 years ago
  99. 14a2b54 progs/util: make sure function pointers are initialized by Keith Whitwell · 15 years ago
  100. 6e09c1f mesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMappedBufferRange. by José Fonseca · 15 years ago