1. c5bae14 autoconf: Adjust to new asm SOURCES variables by Dan Nicholson · 16 years ago
  2. 61e925f autoconf: Restore commented ASM_FLAGS by Dan Nicholson · 16 years ago
  3. 277bf23 Add external pixman CFLAGS after all internal include paths by Dan Nicholson · 16 years ago
  4. 36b83f5 nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned. by Younes Manton · 16 years ago
  5. 874f364 draw: Cap max vertices instead of failing assert. by José Fonseca · 16 years ago
  6. b6ad7c8 demos: minor updates for shader_api.c test by Brian Paul · 16 years ago
  7. 2b4f021 glsl: allow setting arrays of samplers in set_program_uniform() by Brian Paul · 16 years ago
  8. 234f03e glsl: raise GL_INVALID_OPERATION for glUniform(location < -1) by Brian Paul · 16 years ago
  9. 4ef7a93 glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediate array by Brian Paul · 16 years ago
  10. 2c1ea07 glsl: fix glUniform() array bounds error checking by Brian Paul · 16 years ago
  11. 369d185 glsl: fix incorrect size returned by glGetActiveUniform() for array elements. by Brian Paul · 16 years ago
  12. 1e81855 Add install target for egl by Johannes Engel · 16 years ago
  13. 5f75013 demos: better error message for overlay.c, see bug 20055 by Brian Paul · 16 years ago
  14. 98a053c mesa: Use the stdio wrappers. by José Fonseca · 16 years ago
  15. 7892bdf wgl: Add a few more stubs. by José Fonseca · 16 years ago
  16. 8cadf6c mesa: Move statements after declarations. by José Fonseca · 16 years ago
  17. 5d5ae37 intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. by Eric Anholt · 16 years ago
  18. a49ff9f sis: fix signedness warnings by Eric Anholt · 16 years ago
  19. e7ee7a5 trident: Fix signedness warning. by Eric Anholt · 16 years ago
  20. 0cb2955 tdfx: Fix begin/endquery for current API. by Eric Anholt · 16 years ago
  21. 01bc4d4 intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush(). by Eric Anholt · 16 years ago
  22. 0b63f64 intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. by Eric Anholt · 16 years ago
  23. d11981e intel: Fix some state leakage of {Client,}ActiveTexture in metaops. by Eric Anholt · 16 years ago
  24. f82f1ff intel: don't crash when dri2 tells us about buffers we don't care about. by Eric Anholt · 16 years ago
  25. f967e8b dri2: Don't crash if the server returns more buffers than expected. by Eric Anholt · 16 years ago
  26. 680c708 dri2: Initialize variables for the getbuffers round-trip reduction. by Eric Anholt · 16 years ago
  27. 36c1e75 docs: some Cell driver docs updates by Brian Paul · 16 years ago
  28. 0996a23 cell: asst build fixes in linux-cell config by Brian Paul · 16 years ago
  29. 7e54d7d gallium: Update autoconf to latest gallium build by Jakob Bornecrantz · 16 years ago
  30. e94b4dd gallium: Disable nouveau by default by Jakob Bornecrantz · 16 years ago
  31. 9c101c4 cell: update Cell driver info (code is on master now) by Brian Paul · 16 years ago
  32. 5340b6d Merge commit 'origin/gallium-master-merge' by Brian Paul · 16 years ago
  33. ee4c921 Merge commit 'origin/gallium-0.2' into gallium-master-merge by Brian Paul · 16 years ago
  34. 9fd26da mesa: remove the unused _mesa_UpdateTexEnvProgram() function by Brian Paul · 16 years ago
  35. 537d3ed mesa: another fix for program/texture state validation by Brian Paul · 16 years ago
  36. c936a60 intel: minor reformatting, comments by Brian Paul · 16 years ago
  37. 1ed5fe5 mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consistant with other flags by Brian Paul · 16 years ago
  38. 46ae1ab mesa: fix/change state validation order for program/texture state by Brian Paul · 16 years ago
  39. 14d808f nouveau: nv40 swizzled mipmap fixes. by Younes Manton · 16 years ago
  40. c2be521 nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at the right places by Patrice Mandin · 16 years ago
  41. 24c379b nouveau: revert all my changes here, not the right way by Patrice Mandin · 16 years ago
  42. 7b66b24 nouveau: stop with 0 dimension by Patrice Mandin · 16 years ago
  43. 53069cb nouveau: we already have the right src offset by Patrice Mandin · 16 years ago
  44. 52233f2 progs: Build samples dir with scons and glew. by José Fonseca · 16 years ago
  45. fa9fcf5 nouveau: do not forget to half dimension. by Patrice Mandin · 16 years ago
  46. 0cd28c4 nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to find right src and dst offset for given mipmap level. by Patrice Mandin · 16 years ago
  47. 8b9aa73 progs: Build rebook with scons too. by José Fonseca · 16 years ago
  48. f54149a wgl: return before locking if stw_icd is NULL by Keith Whitwell · 16 years ago
  49. 9c9ba66 Merge commit 'origin/gallium-0.2' into gallium-0.2 by Keith Whitwell · 16 years ago
  50. 1e8177e scons: Use parallel builds by default. by José Fonseca · 16 years ago
  51. ebb864d wgl: mutex-protect the shared stw_icd struct by Keith Whitwell · 16 years ago
  52. 02401cb nouveau: dst offset is correct by Patrice Mandin · 16 years ago
  53. 00ee308 pipebuffer: Drop reliance on pipe_winsys. by José Fonseca · 16 years ago
  54. b20a1b2 Missing: tgsi: Fix build -- rename Size to NrTokens. by Patrice Mandin · 16 years ago
  55. 2f08110 nouveau: recalc sub width and height for each mipmap level by Patrice Mandin · 16 years ago
  56. 767b1ac mesa: Build both software rasterizers for debug by Jakob Bornecrantz · 16 years ago
  57. 1789dc8 gallium: Don't rebuild common drm code by Jakob Bornecrantz · 16 years ago
  58. 94665aa gallium: Install DRI drivers into lib/gallium by Jakob Bornecrantz · 16 years ago
  59. 43e6272 gallium: Introduce new subdirs build variables by Jakob Bornecrantz · 16 years ago
  60. 7fad277 Revert "cell: update linux-cell config" by Jakob Bornecrantz · 16 years ago
  61. b96d50d Revert "mesa: added new linux-gallium and linux-gallium-debug configs" by Jakob Bornecrantz · 16 years ago
  62. 2644985 nv40: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  63. 844034d nv30: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  64. adc6847 nv20: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  65. 276de3f brw: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  66. 0020e1d i915: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  67. a872b51 gallivm: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  68. e3028ba draw: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  69. 5ecd0b0 tgsi: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  70. bf39304 gallium: Rename Size member of TGSI token to NrTokens. by Michal Krol · 16 years ago
  71. a88e254 vmw/icd: remove bogus current_context value by Keith Whitwell · 16 years ago
  72. dc6cc4f mesa: Compare formats using nominal bytes per pixel. by José Fonseca · 16 years ago
  73. eaf15db gallium: Fixups for driCreateConfigs MSAA support. by Michel Dänzer · 16 years ago
  74. 67e988a wgl: Fix null pointer reference. by José Fonseca · 16 years ago
  75. 9fb9ee9 stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFormat. by José Fonseca · 16 years ago
  76. 5b0807b glut: Use the official WGL functions. by José Fonseca · 16 years ago
  77. aeed929 glut: DESCRIPTION .def clause deprecated. by José Fonseca · 16 years ago
  78. 42523a8 wgl: s/0x%p/%p/g by José Fonseca · 16 years ago
  79. 028780a demos: remove OSMESA stuff from Makefile by Brian · 16 years ago
  80. 17fe478 autogen: Make sure MAKEFLAGS is not set before running autoreconf by Benjamin Close · 16 years ago
  81. 7e0bc2e mesa: add x86/rtasm/x86sse.c to fix linux-x86 build by Brian Paul · 16 years ago
  82. 93da69d mesa: fixes for srgb formats by Roland Scheidegger · 16 years ago
  83. cb3c54e fix _mesa_get_teximage for srgb textures by Roland Scheidegger · 16 years ago
  84. aad3f54 mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change by Brian Paul · 16 years ago
  85. 37c768b mesa: add no-change testing for a few more texture parameters by Brian Paul · 16 years ago
  86. 88f3656 swrast: use ASSIGN_4V() macro by Brian Paul · 16 years ago
  87. 7eb5a28 mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() by Brian Paul · 16 years ago
  88. d522944 mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() by Brian Paul · 16 years ago
  89. 60b3fe6 i965: need to disable current shader, if any, in intel_clear_tris() by Brian Paul · 16 years ago
  90. e135936 re-add MSAA support by Brian Paul · 16 years ago
  91. 1232995 indices: Fix typo. by José Fonseca · 16 years ago
  92. 22c6c1e cell: update linux-cell config by Brian Paul · 16 years ago
  93. 2438161 mesa: build/use libmesagallium.a for gallium builds by Brian Paul · 16 years ago
  94. abbe96c mesa: added new linux-gallium and linux-gallium-debug configs by Brian Paul · 16 years ago
  95. 3c15e02 softpipe: add null ptr check in softpipe_map_constant_buffers() by Brian Paul · 16 years ago
  96. 87e44d9 mesa: prefix #includes with main/ by Brian Paul · 16 years ago
  97. 71e64fc swrast: fix typo: s/drapix/drawpix/ by Brian Paul · 16 years ago
  98. 4fece21 mesa: remove old 'sources' file in favor of 'sources.mak' by Brian Paul · 16 years ago
  99. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
  100. 1a46c8a mesa: autoconf fixes for OS X by Siddhartha Chaudhuri · 16 years ago