1. 277bf23 Add external pixman CFLAGS after all internal include paths by Dan Nicholson · 16 years ago
  2. 36b83f5 nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned. by Younes Manton · 16 years ago
  3. 874f364 draw: Cap max vertices instead of failing assert. by José Fonseca · 16 years ago
  4. 2b4f021 glsl: allow setting arrays of samplers in set_program_uniform() by Brian Paul · 16 years ago
  5. 234f03e glsl: raise GL_INVALID_OPERATION for glUniform(location < -1) by Brian Paul · 16 years ago
  6. 4ef7a93 glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediate array by Brian Paul · 16 years ago
  7. 2c1ea07 glsl: fix glUniform() array bounds error checking by Brian Paul · 16 years ago
  8. 369d185 glsl: fix incorrect size returned by glGetActiveUniform() for array elements. by Brian Paul · 16 years ago
  9. 1e81855 Add install target for egl by Johannes Engel · 16 years ago
  10. 98a053c mesa: Use the stdio wrappers. by José Fonseca · 16 years ago
  11. 7892bdf wgl: Add a few more stubs. by José Fonseca · 16 years ago
  12. 8cadf6c mesa: Move statements after declarations. by José Fonseca · 16 years ago
  13. 5d5ae37 intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. by Eric Anholt · 16 years ago
  14. a49ff9f sis: fix signedness warnings by Eric Anholt · 16 years ago
  15. e7ee7a5 trident: Fix signedness warning. by Eric Anholt · 16 years ago
  16. 0cb2955 tdfx: Fix begin/endquery for current API. by Eric Anholt · 16 years ago
  17. 01bc4d4 intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush(). by Eric Anholt · 16 years ago
  18. 0b63f64 intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. by Eric Anholt · 16 years ago
  19. d11981e intel: Fix some state leakage of {Client,}ActiveTexture in metaops. by Eric Anholt · 16 years ago
  20. f82f1ff intel: don't crash when dri2 tells us about buffers we don't care about. by Eric Anholt · 16 years ago
  21. f967e8b dri2: Don't crash if the server returns more buffers than expected. by Eric Anholt · 16 years ago
  22. 680c708 dri2: Initialize variables for the getbuffers round-trip reduction. by Eric Anholt · 16 years ago
  23. 5340b6d Merge commit 'origin/gallium-master-merge' by Brian Paul · 16 years ago
  24. ee4c921 Merge commit 'origin/gallium-0.2' into gallium-master-merge by Brian Paul · 16 years ago
  25. 9fd26da mesa: remove the unused _mesa_UpdateTexEnvProgram() function by Brian Paul · 16 years ago
  26. 537d3ed mesa: another fix for program/texture state validation by Brian Paul · 16 years ago
  27. c936a60 intel: minor reformatting, comments by Brian Paul · 16 years ago
  28. 1ed5fe5 mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consistant with other flags by Brian Paul · 16 years ago
  29. 46ae1ab mesa: fix/change state validation order for program/texture state by Brian Paul · 16 years ago
  30. 14d808f nouveau: nv40 swizzled mipmap fixes. by Younes Manton · 16 years ago
  31. c2be521 nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at the right places by Patrice Mandin · 16 years ago
  32. 24c379b nouveau: revert all my changes here, not the right way by Patrice Mandin · 16 years ago
  33. 7b66b24 nouveau: stop with 0 dimension by Patrice Mandin · 16 years ago
  34. 53069cb nouveau: we already have the right src offset by Patrice Mandin · 16 years ago
  35. fa9fcf5 nouveau: do not forget to half dimension. by Patrice Mandin · 16 years ago
  36. 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
  37. f54149a wgl: return before locking if stw_icd is NULL by Keith Whitwell · 16 years ago
  38. 9c9ba66 Merge commit 'origin/gallium-0.2' into gallium-0.2 by Keith Whitwell · 16 years ago
  39. ebb864d wgl: mutex-protect the shared stw_icd struct by Keith Whitwell · 16 years ago
  40. 02401cb nouveau: dst offset is correct by Patrice Mandin · 16 years ago
  41. 00ee308 pipebuffer: Drop reliance on pipe_winsys. by José Fonseca · 16 years ago
  42. b20a1b2 Missing: tgsi: Fix build -- rename Size to NrTokens. by Patrice Mandin · 16 years ago
  43. 2f08110 nouveau: recalc sub width and height for each mipmap level by Patrice Mandin · 16 years ago
  44. 767b1ac mesa: Build both software rasterizers for debug by Jakob Bornecrantz · 16 years ago
  45. 1789dc8 gallium: Don't rebuild common drm code by Jakob Bornecrantz · 16 years ago
  46. 94665aa gallium: Install DRI drivers into lib/gallium by Jakob Bornecrantz · 16 years ago
  47. 43e6272 gallium: Introduce new subdirs build variables by Jakob Bornecrantz · 16 years ago
  48. 2644985 nv40: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  49. 844034d nv30: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  50. adc6847 nv20: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  51. 276de3f brw: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  52. 0020e1d i915: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  53. a872b51 gallivm: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  54. e3028ba draw: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  55. 5ecd0b0 tgsi: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago
  56. bf39304 gallium: Rename Size member of TGSI token to NrTokens. by Michal Krol · 16 years ago
  57. a88e254 vmw/icd: remove bogus current_context value by Keith Whitwell · 16 years ago
  58. dc6cc4f mesa: Compare formats using nominal bytes per pixel. by José Fonseca · 16 years ago
  59. eaf15db gallium: Fixups for driCreateConfigs MSAA support. by Michel Dänzer · 16 years ago
  60. 67e988a wgl: Fix null pointer reference. by José Fonseca · 16 years ago
  61. 9fb9ee9 stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFormat. by José Fonseca · 16 years ago
  62. 5b0807b glut: Use the official WGL functions. by José Fonseca · 16 years ago
  63. aeed929 glut: DESCRIPTION .def clause deprecated. by José Fonseca · 16 years ago
  64. 42523a8 wgl: s/0x%p/%p/g by José Fonseca · 16 years ago
  65. 7e0bc2e mesa: add x86/rtasm/x86sse.c to fix linux-x86 build by Brian Paul · 16 years ago
  66. 93da69d mesa: fixes for srgb formats by Roland Scheidegger · 16 years ago
  67. cb3c54e fix _mesa_get_teximage for srgb textures by Roland Scheidegger · 16 years ago
  68. aad3f54 mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change by Brian Paul · 16 years ago
  69. 37c768b mesa: add no-change testing for a few more texture parameters by Brian Paul · 16 years ago
  70. 88f3656 swrast: use ASSIGN_4V() macro by Brian Paul · 16 years ago
  71. 7eb5a28 mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() by Brian Paul · 16 years ago
  72. d522944 mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() by Brian Paul · 16 years ago
  73. 60b3fe6 i965: need to disable current shader, if any, in intel_clear_tris() by Brian Paul · 16 years ago
  74. e135936 re-add MSAA support by Brian Paul · 16 years ago
  75. 1232995 indices: Fix typo. by José Fonseca · 16 years ago
  76. 2438161 mesa: build/use libmesagallium.a for gallium builds by Brian Paul · 16 years ago
  77. abbe96c mesa: added new linux-gallium and linux-gallium-debug configs by Brian Paul · 16 years ago
  78. 3c15e02 softpipe: add null ptr check in softpipe_map_constant_buffers() by Brian Paul · 16 years ago
  79. 87e44d9 mesa: prefix #includes with main/ by Brian Paul · 16 years ago
  80. 71e64fc swrast: fix typo: s/drapix/drawpix/ by Brian Paul · 16 years ago
  81. 4fece21 mesa: remove old 'sources' file in favor of 'sources.mak' by Brian Paul · 16 years ago
  82. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
  83. 4900269 mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_renderbuffer() by Brian Paul · 16 years ago
  84. b907d4c nouveau: include and calc offset before changing dimensions for next level by Patrice Mandin · 16 years ago
  85. ea7ca76 nouveau: upload and swizzle each mipmap level in turn by Patrice Mandin · 16 years ago
  86. 5425c4a r300: Accidentally removed a pipe_buffer_reference that should be there. by Corbin Simpson · 16 years ago
  87. 360e700 r300: Add SW TCL paths for clear. by Corbin Simpson · 16 years ago
  88. ea3398c r300: Update to match pipe_surface changes. by Corbin Simpson · 16 years ago
  89. 19a1bc8 cell: remove unused var by Brian Paul · 16 years ago
  90. 91948cd cell: compile fix: many updates to cell texture code for new surface mapping by Brian Paul · 16 years ago
  91. 2473ded softpipe: simplify an assertion by Brian Paul · 16 years ago
  92. b59117a cell: compile fix: no-op xlib_create_brw_screen() for Cell build by Brian Paul · 16 years ago
  93. 96d230e cell: compile fix: alpha.ref is now alpha.ref_value by Brian Paul · 16 years ago
  94. 830e320 cell: compile fix: pipe_constant_buffer no longer has size field by Brian Paul · 16 years ago
  95. c2a8d73 cell: compile fix: pipe_constant_buffer no longer has size field by Brian Paul · 16 years ago
  96. 5199774 mesa: minor fixes to incomplete texture debug code by Brian Paul · 16 years ago
  97. 266fe93 mesa: debug code for printing info about textures, writing teximages to disk by Brian Paul · 16 years ago
  98. 671fed4 mesa: code refactoring: move texcombine code into update_tex_combine() by Brian Paul · 16 years ago
  99. 2a50dde mesa: minor clean-ups, remove unneeded conditional by Brian Paul · 16 years ago
  100. b466116 mesa: fix logic error in computing enableBits in update_texture_state() by Brian Paul · 16 years ago