1. ea532f0 scons: Make LLVM a black-white dependency. by José Fonseca · 14 years ago
  2. 9fc93b8 scons: Use libdrm options only where needed. by José Fonseca · 14 years ago
  3. 9faf952 scons: Build glapi regardless of the dri option. by José Fonseca · 14 years ago
  4. 1468792 r300g: revisit some assertions and fix potential failures by Marek Olšák · 14 years ago
  5. 08afcaa r300g: use cliprects for scissoring by Marek Olšák · 14 years ago
  6. f39dcdc st/egl: Remove unnecessary header. by Vinson Lee · 14 years ago
  7. 5c28928 i965: Remove unnecessary header. by Vinson Lee · 14 years ago
  8. e13e1c0 r300: Remove unnecessary header. by Vinson Lee · 14 years ago
  9. 68341dc mach64: Remove unnecessary header. by Vinson Lee · 14 years ago
  10. 6bd99f1 radeon: Remove unnecessary header. by Vinson Lee · 14 years ago
  11. 2e7785b r300g: fix mipmapped 3D textures by Marek Olšák · 14 years ago
  12. e1208bb r300g: support some exotic sampler formats by Marek Olšák · 14 years ago
  13. 93a6db0 st/mesa: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  14. 8369f20 nvfx: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  15. ac18b8c nvfx: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  16. 95d3bdd r300/compiler: Remove unused variable. by Vinson Lee · 14 years ago
  17. e19ea63 svga: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  18. a060194 progs/glsl: Update .gitignore. by Vinson Lee · 14 years ago
  19. 1c356ac r300g: cleanup handling of sampler views by Marek Olšák · 14 years ago
  20. 26a54ed r300g: pick up some new colorbuffer formats by Marek Olšák · 14 years ago
  21. 21ba2cd r300g: hack around issue with doom3 and 0 stride by Dave Airlie · 14 years ago
  22. 9b3df66 st/egl: Remove depth/stencil format from the native interface. by Chia-I Wu · 14 years ago
  23. 5fdda9d st/vega: Require both depth and stencil. by Chia-I Wu · 14 years ago
  24. f7730c0 st/egl: Remove __GLcontextModes from the native interface. by Chia-I Wu · 14 years ago
  25. 51430c2 nv50: plug in miptree resource vtbl by Christoph Bumiller · 14 years ago
  26. cd499e7 r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT textures by Marek Olšák · 14 years ago
  27. 287c94e Squashed commit of the following: by Keith Whitwell · 14 years ago
  28. e7f1e5c r300g: align the height of NPOT textures to POT by Marek Olšák · 14 years ago
  29. f43c679 r300g: do not use tiling for scanout buffers by Marek Olšák · 14 years ago
  30. 5a43dba glx: Support direct rendering pbuffers by Kristian Høgsberg · 14 years ago
  31. edb5253 glx: Fix config chooser logic for 'mask' matching by Kristian Høgsberg · 14 years ago
  32. ba81b07 Fix copyright headers. by Chia-I Wu · 14 years ago
  33. ad1edb0 st/egl: Fix a typo in determining the render buffer. by Chia-I Wu · 14 years ago
  34. 7a01b13 llvmpipe: fix transposed stencil ref / values comparison by Brian Paul · 14 years ago
  35. 75b8c4a Merge branch '7.8' by Brian Paul · 14 years ago
  36. 4ae2bdc st/mesa: new assertions to check array indexes by Brian Paul · 14 years ago
  37. b22a00b mesa: fix instruction indexing bugs by Brian Paul · 14 years ago
  38. c2e87d7 util: Fix typo in earlier commit. by José Fonseca · 14 years ago
  39. 142fb27 util: ubyte_to_float and float_to_ubyte whenever possible. by José Fonseca · 14 years ago
  40. 866d22c util: Get all depth stencil tests passing. by José Fonseca · 14 years ago
  41. f9a0d1e util: Add missing break statement. by José Fonseca · 14 years ago
  42. 7603173 util: Use consistent symbols in pack generator. by José Fonseca · 14 years ago
  43. b1cfc19 util: Reorder format tests -- group by format. by José Fonseca · 14 years ago
  44. d3808b1 util: Add dedicated depth-stencil packing/unpacking functions. by José Fonseca · 14 years ago
  45. efae8f3 gallium/unit: Silence warnings. by José Fonseca · 14 years ago
  46. 1f014a3 scons: Set -gstabs for C++ too. by José Fonseca · 14 years ago
  47. 51c4068 st/xorg: Fix thinko. by Corbin Simpson · 14 years ago
  48. 5452615 nouveau: Import latest nouveau_class.h from renouveau by Ben Skeggs · 14 years ago
  49. 8ddb4e2 st/xorg: Fix bad paramf. by Corbin Simpson · 14 years ago
  50. d2cf1e8 r300g: Fill out dummy fence functions. by Corbin Simpson · 14 years ago
  51. 9c2efb0 util: Include u_debug for debug_print_format. by Corbin Simpson · 15 years ago
  52. b80b817 st/egl: Move probe interface to native_probe.h. by Chia-I Wu · 14 years ago
  53. f69b35f st/egl: Remove pbuffer from the native interface. by Chia-I Wu · 14 years ago
  54. 08100aa util: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac OS X. by Vinson Lee · 14 years ago
  55. 21cf976 docs: link to 7.8.2 release notes by Brian Paul · 14 years ago
  56. 3ad9a98 docs: initial 7.8.2 release notes by Brian Paul · 14 years ago
  57. ffedd28 progs/tests: added some debug code (disabled) by Brian Paul · 14 years ago
  58. bab6c0a st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression by Brian Paul · 14 years ago
  59. c6781e9 util: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMAT_R8G8B8X8_UNORM. by José Fonseca · 14 years ago
  60. 4459a21 gallium: Add a couple more of D3D9 formats forgotten earlier. by José Fonseca · 14 years ago
  61. 8ac7d7f intel: Call intel_prepare_render() in intelClear() by Li Peng · 14 years ago
  62. 89ceb2f util: (Almost) universal format translation function. by José Fonseca · 14 years ago
  63. 956b2f7 util: Describe, implement, and test the new D3D9 color formats. by José Fonseca · 14 years ago
  64. 1320017 gallium: Add missing D3D9 color formats. by José Fonseca · 14 years ago
  65. 948ac63 util: is_array/mixed/etc is only meaningful for plain formats. by José Fonseca · 14 years ago
  66. 350bbc9 util: Keep const keyword when unpacking formats. by José Fonseca · 14 years ago
  67. 3f62664 util: Reorder the code generated function so that they are grouped by format. by José Fonseca · 14 years ago
  68. 9599da3 intel: Call intel_prepare_render() in intelClear() by Li Peng · 14 years ago
  69. 074084d draw llvm: hook up the generated function into the draw elts path by Zack Rusin · 14 years ago
  70. 3ceafcf draw: Fix vertex buffer indexation. by José Fonseca · 14 years ago
  71. d2f8162 util: Don't call util_dl_close(library) when util_format_s3tc_init is successful." by José Fonseca · 14 years ago
  72. bc2bc03 util: util_dl_close(library) before exiting util_format_s3tc_init. by Vinson Lee · 14 years ago
  73. 01ec162 draw llvm: Remove unnecessary header. by Vinson Lee · 14 years ago
  74. 94e5bc2 llvmpipe: Remove unnecessary header. by Vinson Lee · 14 years ago
  75. dff50ff Merge remote branch 'origin/7.8' by Dave Airlie · 14 years ago
  76. 968bf96 st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB. by Chia-I Wu · 14 years ago
  77. 4b39a0d texenvprogram: fix for ARB_draw_buffers. by Dave Airlie · 14 years ago
  78. 821abff draw llvm: highly reduce the compilation times for draw llvm by Zack Rusin · 14 years ago
  79. 40bac07 gallivm: Get the format translation logic write. by José Fonseca · 14 years ago
  80. 2c06fa4 util: Support fixed formats conversion. by José Fonseca · 14 years ago
  81. 783e942 util: Add copyright header to u_half.h by José Fonseca · 14 years ago
  82. f154690 util: Remove the half typedef from p_compiler.h. by José Fonseca · 14 years ago
  83. 68df294 llvmpipe: Add missing include. by José Fonseca · 14 years ago
  84. d96e87c util: Use stubs for the dynamically loaded S3TC functions. by José Fonseca · 14 years ago
  85. a46ca64 draw: Fix MSVC build (snprintf->util_snprintf). by José Fonseca · 14 years ago
  86. ecdd6bc util: Remove u_tile.c YCbCr's. by José Fonseca · 14 years ago
  87. 7f94440 util: Implement YUV and subsampled RGB format conversion. by José Fonseca · 14 years ago
  88. 78fd65f draw: init draw->pt.middle.general = NULL just to be safe by Brian Paul · 14 years ago
  89. da17623 llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine. by José Fonseca · 14 years ago
  90. 765dc9f r300: Initialize compiler.max_temp_regs for blits. by Michel Dänzer · 14 years ago
  91. 95bfd00 draw llvm: Remove unnecessary headers. by Vinson Lee · 14 years ago
  92. 1e51bbf gallium: Add files to Makefile. by Vinson Lee · 14 years ago
  93. 88a0d7e llvmpipe: Remove unused variable. by Vinson Lee · 14 years ago
  94. 2d606c1 nouveau: allow multiple simultaneous maps of a pipe_transfer by Ben Skeggs · 14 years ago
  95. 841b327 nv50: fix assertion that caused piglit texturing/texrect-many to fail by Ben Skeggs · 14 years ago
  96. c60a161 scons: define DRAW_LLVM if we're building it by Zack Rusin · 14 years ago
  97. 1570760 draw llvm: disable printing of the LLVM ir by Zack Rusin · 14 years ago
  98. 0963099 cell: fix build by Marc Dietrich · 14 years ago
  99. 45c8909 gallium/draw: add additional DRAW_LLVM check by Brian Paul · 14 years ago
  100. ae69f9f Merge branch 'gallium_draw_llvm' by Zack Rusin · 14 years ago