1. aa6a5cf Fix --enable-shared-glapi configure option by Jon TURNEY · 14 years ago
  2. bf0c565 egl_dri2: Return NULL when xcb_get_geometry_reply fails. by Chia-I Wu · 14 years ago
  3. 91ea603 scons: Add aliases for the llvmpipe unit tests. by José Fonseca · 14 years ago
  4. 57d4e92 gallivm: Use simple scaling plus casting in more unorm->float cases. by José Fonseca · 14 years ago
  5. b1002e4 glsl: Remove $(PWD) from Makefile in favor of . by Kenneth Graunke · 14 years ago
  6. 0b436cf r300g: fix a possible race when counting contexts by Marek Olšák · 14 years ago
  7. e9e5380 r300g: fix invalid dereference in winsys by Marek Olšák · 14 years ago
  8. e16e706 svga: Fix NULL dereference. by José Fonseca · 14 years ago
  9. 7ea729a vbo: add debug code to verify that buffers are unmapped before drawing by Brian Paul · 14 years ago
  10. 6364d75 mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer by Brian Paul · 14 years ago
  11. 633c9fc st/mesa: set renderbuffer _BaseFormat in a few places by Brian Paul · 14 years ago
  12. 09f14a6 st/mesa: check buffer orientation in blit_copy_pixels() by Brian Paul · 14 years ago
  13. 0ced789 svga: Ensure pending drawing commands other surface operations are emitted before DMAs. by José Fonseca · 14 years ago
  14. f9b4867 svga: Cannot use negate or abs on source to dsx/dsy instructions. by José Fonseca · 14 years ago
  15. 0cb6329 svga: Ensure SWTNL is created after HWTNL. by José Fonseca · 14 years ago
  16. 15c3e21 svga: Ensure LRP's restrictions are observed in all uses. by José Fonseca · 14 years ago
  17. 965ab5f svga: Preserve src swizzles in submit_op2/3/4. by José Fonseca · 14 years ago
  18. fd8d4b3 r300g: remove tracking whether vertex buffers need to be validated by Marek Olšák · 14 years ago
  19. bb46eea st/mesa: fix geometry corruption by always re-binding vertex arrays by Marek Olšák · 14 years ago
  20. e0481ca svga: Disable surface cache for textures by Jakob Bornecrantz · 14 years ago
  21. 912ad88 svga: Describe svga_sampler_views for refcnt debugging by Jakob Bornecrantz · 14 years ago
  22. 99d9552 svga: Make sure that refcnt debugger gets the correct backtrace for create by Jakob Bornecrantz · 14 years ago
  23. 52ad456 util: Make refcnt and symbol debuggers work on windows by Jakob Bornecrantz · 14 years ago
  24. d252db7 Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org by Cyril Brulebois · 14 years ago
  25. 449c4f3 u_vbuf_mgr: initialize flag indicating that buffers have been updated by Marek Olšák · 14 years ago
  26. 8cbd3b5 gallium/svga: Fix unnecessary swtnl fallbacks by Thomas Hellstrom · 14 years ago
  27. dfa5928 r600g: reorganise rgtc pieces. by Dave Airlie · 14 years ago
  28. b736b4a st/mesa: implement blit-based path for glCopyPixels by Brian Paul · 14 years ago
  29. d44fbd3 mesa: fix comments for _mesa_clip_readpixels() by Brian Paul · 14 years ago
  30. de2f25d st/mesa: indentation fix by Brian Paul · 14 years ago
  31. 8b5119a r600g: Start a new TEX clause if the texture lookup address was fetched in the current clause by Fabian Bieler · 14 years ago
  32. 51cc144 r600g: Add support to dump vertex- and texture-fetch clauses by Fabian Bieler · 14 years ago
  33. 2a6cce0 r600g: add BC4/5 to RGTC conversion by Dave Airlie · 14 years ago
  34. 262b785 util: Fix typo in last commit. by José Fonseca · 14 years ago
  35. d1becef st/mesa: fix incorrect glCopyPixels position on fallback path by Brian Paul · 14 years ago
  36. 1fa97dd draw: update comments, rename vars in pstipple code by Brian Paul · 14 years ago
  37. 0adeaf0 svga: Don't use more than one constant per IFC instruction. by José Fonseca · 14 years ago
  38. 8902c42 mesa: Do copy propagation across if-else-endif. by José Fonseca · 14 years ago
  39. 6c1fcf8 util: Cleanup symbol name resolution on Windows. by José Fonseca · 14 years ago
  40. 1bf9954 docs: updated environment variable list by Brian Paul · 14 years ago
  41. f9df46f st/mesa: remove unused screen variables by Brian Paul · 14 years ago
  42. 30ed4ce mesa: remove the MESA_NO_DITHER env var by Brian Paul · 14 years ago
  43. b1d4857 softpipe: rename env vars to be consistent by Brian Paul · 14 years ago
  44. f55d027 egl_dri2: add swrast by Haitao Feng · 14 years ago
  45. 231bf88 r600g: get s3tc working on cards with crappy 64/128 bit types. by Dave Airlie · 14 years ago
  46. 5cc3512 r600g: add missing type to color buffer swap. by Dave Airlie · 14 years ago
  47. 5d236d7 gallium/util: init key with memset() by Brian Paul · 14 years ago
  48. c8f8d7d svga: flush when transitioning between HW and SW rendering paths by Brian Paul · 14 years ago
  49. b5df194 rtasm: add dummy return statement to silence MSVC warning by Brian Paul · 14 years ago
  50. 2f5032e svga: use TRUE/FALSE instead of 0/1 by Brian Paul · 14 years ago
  51. 64762af svga: fix incorrect comment by Brian Paul · 14 years ago
  52. d432f46 svga: dimension the dirty[] array with SVGA_STATE_MAX by Brian Paul · 14 years ago
  53. e162f28 mesa: make _mesa_write_renderbuffer_image() non-static by Brian Paul · 14 years ago
  54. 4b6c9b7 svga: disable a debug_printf() call by Brian Paul · 14 years ago
  55. 3e8fb54 docs: add glsl info by Sam Hocevar · 14 years ago
  56. fde4943 docs: fix glsl_compiler name by Sam Hocevar · 14 years ago
  57. aaceca1 mesa: 80-column wrap by Brian Paul · 14 years ago
  58. fa05ddc svga: Proper redefine_user_buffer implementation. by José Fonseca · 14 years ago
  59. fa3f134 r300g: fix a race between CS and SET_TILING ioctls by Marek Olšák · 14 years ago
  60. 2d1cc27 r300g: fix blitting NPOT compressed textures by Marek Olšák · 14 years ago
  61. 8513d34 mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4 by Marek Olšák · 14 years ago
  62. 4d6994e mesa: fix mipmap generation for MESA_FORMAT_AL44 by Marek Olšák · 14 years ago
  63. 33d8ff9 scons: Recognize 'AMD64' processor as well. by José Fonseca · 14 years ago
  64. 590c2ee scons: Don't get fooled by 32bit python on a 64bit windows. by José Fonseca · 14 years ago
  65. 9f9d648 scons: Avoid depending on scons 2.0 in general. by José Fonseca · 14 years ago
  66. 2a2b156 mesa: Remove the DXT compression via blit path. by José Fonseca · 14 years ago
  67. 697a3eb svga: Don't fake DXT compression ability. by José Fonseca · 14 years ago
  68. 3903e25 nvc0: fix blend factor mapping by Christoph Bumiller · 14 years ago
  69. 3f1361e nvc0: fix emit_dfdx,dfdy by Christoph Bumiller · 14 years ago
  70. bb2c8e7 nvc0: don't swap sources if either value is not in a GPR by Christoph Bumiller · 14 years ago
  71. 2fa35ee nvc0: add missing break statements in constant_operand by Christoph Bumiller · 14 years ago
  72. e7845e3 nvc0: fix clipping and use VIEWPORT instead of SCISSOR by Christoph Bumiller · 14 years ago
  73. 19f2272 nvc0: demagic the clear flags and fix region clears by Christoph Bumiller · 14 years ago
  74. 293a8d1 nvc0: front stencil mask and func mask methods are swapped by Christoph Bumiller · 14 years ago
  75. a24e9bd nvc0: clone memory values with multiple refs before modifying them by Christoph Bumiller · 14 years ago
  76. 80a7ae3 nvc0: disable early fragment tests if KIL is used by Christoph Bumiller · 14 years ago
  77. 17d680c nvc0: force vertex data through FIFO if we need to convert it by Christoph Bumiller · 14 years ago
  78. bf1ce9c nvc0: use format from the template on surface creation by Christoph Bumiller · 14 years ago
  79. 1b4c0c8 nvc0: update the set of formats supported by the 2D engine by Christoph Bumiller · 14 years ago
  80. a3c62af nvc0: fix user vertex buffer updates by Christoph Bumiller · 14 years ago
  81. fc5ab1b mesa: use gl_format type instead of GLuint by Brian Paul · 14 years ago
  82. f53436d r600g: fix typo in previous s3tc commit by Dave Airlie · 14 years ago
  83. 9e725b9 r300g: fix texture border color for float formats by Marek Olšák · 14 years ago
  84. 4ffef88 Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)" by Dave Airlie · 14 years ago
  85. 04903d1 r600g: add L8A8 SRGB formats. by Dave Airlie · 14 years ago
  86. 6e7d782 util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0) by Marek Olšák · 14 years ago
  87. 4016a1b r600g: add L4A4 support. by Dave Airlie · 14 years ago
  88. 0863eaf r600g: fix s3tc-texsubimage by Dave Airlie · 14 years ago
  89. 25b36e8 linker: Fix off-by-one error implicit array sizing by Ian Romanick · 14 years ago
  90. ae11707 st/python: add usage parameter to pipe_buffer_create by Vinson Lee · 14 years ago
  91. 38104a7 r300g: disable linear filtering for float textures by Marek Olšák · 14 years ago
  92. 62c8c77 glsl: Reinstate constant-folding for division by zero by Chad Versace · 14 years ago
  93. f2e9981 Revert "glsl: Fix constant-folding for reciprocal expressions" by Chad Versace · 14 years ago
  94. a231ac2 tnl: Add support for datatype GL_FIXED in vertex arrays by Chad Versace · 14 years ago
  95. 632918d r600g: add srgb compressed formats to the list. by Dave Airlie · 14 years ago
  96. eafb7f2 gallium: add usage parameter to pipe_buffer_create by Marek Olšák · 14 years ago
  97. 82a9794 r600g: Fix RGB10_A2 format handling by Fabian Bieler · 14 years ago
  98. 4b81c5f r600g: fix regression in r6/7xx since mipmap rework by Dave Airlie · 14 years ago
  99. cd8af3b nvc0: Fix uninitialized variable warning. by Vinson Lee · 14 years ago
  100. b9e2cde r300g: offload the CS ioctl to another thread by Marek Olšák · 14 years ago