1. 25bb04a i915: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  2. e04324b fo: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  3. cd3409c cell: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  4. 204e586 vl: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  5. f33c064 draw: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  6. fd4aa4f cso: Add support for separate vertex sampler state. by Michal Krol · 15 years ago
  7. 15d1b40 gallium: Introduce separate vertex texture/sampler state. by Michal Krol · 15 years ago
  8. 2fd1aee tgsi/sanity: Up MAX_REGISTERS to 1024. by Michal Krol · 15 years ago
  9. 7725744 st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion by Brian Paul · 15 years ago
  10. a1b9c4e r600 : clena up a bit for last commit. by Richard Li · 15 years ago
  11. 2db72f3 r600 : add read port allocation for uniform; by Richard Li · 15 years ago
  12. c332525 nv50: update linkage on rasterizer change by Christoph Bumiller · 15 years ago
  13. 7494b82 nv50: match VP outputs to FP inputs ourselves by Christoph Bumiller · 15 years ago
  14. 3f471c7 nv50: don't permanently negate src in emit_ddy by Christoph Bumiller · 15 years ago
  15. 287bdd8 util: Fix bad code. by Corbin Simpson · 15 years ago
  16. c93dcbf util: Improve bitcount. by Corbin Simpson · 15 years ago
  17. cad14c2 nv50: do conversion of last insn to 64 bit format first by Christoph Bumiller · 15 years ago
  18. 510fd28 nv50: bswap32 the polygon stipple pattern by Christoph Bumiller · 15 years ago
  19. e65258a gallium/util: added util_bswap32() by Christoph Bumiller · 15 years ago
  20. 7fa1bcc svga: fix for not using texture width/height/depth arrays by Roland Scheidegger · 15 years ago
  21. b748a9f r300g,llvmpipe: fix some more merge problems by Roland Scheidegger · 15 years ago
  22. c95cbd4 Merge branch 'width0' by Roland Scheidegger · 15 years ago
  23. d509f84 gallium: fix more statetrackers/drivers for not using texture width/height/depth arrays by Roland Scheidegger · 15 years ago
  24. 8840075 tgsi/exec: Fix orientation of DDY. by Michal Krol · 15 years ago
  25. a2c1010 tgsi/exec: Force return from a subroutine at ENDSUB. by Michal Krol · 15 years ago
  26. 3bae72e draw: Fix max_index check. by Keith Whitwell · 15 years ago
  27. 75df599 tgsi/ureg: Add forgotten goto in ureg_DECL_constant(). by Michal Krol · 15 years ago
  28. 953b74d llvmpipe: Fake missing SSSE3 when simulation less capabable machines. by José Fonseca · 15 years ago
  29. da1c402 llvmpipe: Update/correct CPU requirements. by José Fonseca · 15 years ago
  30. 4dcdf3b Merge commit 'origin/st-shader-varients' by Roland Scheidegger · 15 years ago
  31. 9e3728c scons: Make it work with MinGW build of LLVM 2.6. by José Fonseca · 15 years ago
  32. ce56a86 r600: add ARB_texture_non_power_of_two support. by Dave Airlie · 15 years ago
  33. 11dce74 r600 : reset stack flag with one channel only. by Richard Li · 15 years ago
  34. d4c2f53 r600 : fix stack depth setting bug. by Richard Li · 15 years ago
  35. 8bf4e5d llvmpipe: Update instructions. by José Fonseca · 15 years ago
  36. f3a0615 svga: Handle comment tokens when dumping. by José Fonseca · 15 years ago
  37. d185c2f svga: Use consistent names for public symbol names of shader dumping facilities. by José Fonseca · 15 years ago
  38. a71f836 svga: Use consistent file names for dumping facilities. by José Fonseca · 15 years ago
  39. 1325361 util: Describe a few more formats. by José Fonseca · 15 years ago
  40. 4ae3e88 llvmpipe: Use assert instead of abort. Only verify functions on debug builds. by José Fonseca · 15 years ago
  41. 066991c llvmpipe: Fix memory leak. by José Fonseca · 15 years ago
  42. 2282fb7 llvmpipe: Use the generic conversion routine for depths. by José Fonseca · 15 years ago
  43. b375526 llvmpipe: Be more conservative with the supported formats. by José Fonseca · 15 years ago
  44. c6d663e wgl: Fix copy'n'paste typo in comment. by José Fonseca · 15 years ago
  45. 52df532 llvmpipe: Fix typo in comparison operator. by José Fonseca · 15 years ago
  46. 3c46bbe tgsi: Document Declaration Semantic token and FACE semantic name. by Michal Krol · 15 years ago
  47. bae9ece slang: Fix allocation size. by Michal Krol · 15 years ago
  48. 53d9b7d mesa: Fix pointer arithmetic. by Michal Krol · 15 years ago
  49. 0c54d76 tgsi: Implement predicated instructions in exec. by Michal Krol · 15 years ago
  50. 59a70c3 tgsi: Add ureg_DECL_loop(). by Michal Krol · 15 years ago
  51. 5ee0d9f tgsi: Account for gallium shader token representation changes. by Michal Krol · 15 years ago
  52. 57221c5 gallium: Refactor the instruction predicate TGSI token. by Michal Krol · 15 years ago
  53. 2176b3e r300: fix swtcl bo leak problem. by Dave Airlie · 15 years ago
  54. bd13e6e radeon/r200/r300/r600: make bo mapping be explicit by Dave Airlie · 15 years ago
  55. 863ad9a mesa: use gcc __builtin_popcount() by Brian Paul · 15 years ago
  56. 8d80b54 r300g: use util_bitcount() by Brian Paul · 15 years ago
  57. 0a27c7b egl: use util_bitcount() by Brian Paul · 15 years ago
  58. 15740eb gallium/util: added util_bitcount() by Brian Paul · 15 years ago
  59. 5173d14 Merge commit 'origin/mesa_7_7_branch' by Maciej Cencora · 15 years ago
  60. 960464e radeon: fix errors in miptree related function by Maciej Cencora · 15 years ago
  61. 635823d Merge branch 'mesa_7_7_branch' of http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch by Maciej Cencora · 15 years ago
  62. 86710c3 svga: Scrub Makefiles a bit by Jakob Bornecrantz · 15 years ago
  63. 18384af slang: Check return value from emit_instruction(). by Michal Krol · 15 years ago
  64. c511e0b tgsi: Clamp the source argument in micro_exp2() to avoid Inf. by Michal Krol · 15 years ago
  65. eacdd8f tgsi: Remove code that actually had no effect. by Michal Krol · 15 years ago
  66. cc93fa3 softpipe: Initialise TGSI machine's Face. by Michal Krol · 15 years ago
  67. cc35a45 tgsi: Fix POSITION and FACE fragment shader inputs. by Michal Krol · 15 years ago
  68. b7590cd tgsi: Bring BGNFOR/ENDFOR implementation up to spec. by Michal Krol · 15 years ago
  69. cde758a tgsi: Fake TXD implementation in exec. by Michal Krol · 15 years ago
  70. f359ac5 tgsi: Add execution debugging facilities to exec. by Michal Krol · 15 years ago
  71. f618657 slang: Be more robust with memory in concat_shaders(). by Michal Krol · 15 years ago
  72. 67125c7 mesa: Initialize variable in _mesa_get_texel_fetch_func. by Vinson Lee · 15 years ago
  73. 4b0b250 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  74. 5b925b7 glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. by Vinson Lee · 15 years ago
  75. b611f63 glu/sgi: Fix memory leak in gluScaleImage3D. by Vinson Lee · 15 years ago
  76. a12b468 r600 : add support for shader instruction trunc and discard. by Richard Li · 15 years ago
  77. c3c8c40 r600: hopefully fix segfault. by Dave Airlie · 15 years ago
  78. f9b0f1d r600: fix inline issues by Dave Airlie · 15 years ago
  79. 1f8c23d r600 : add stack depth calculation, enable CF pop. by Richard Li · 15 years ago
  80. a02938a r600 : use cf for all pop now, left optimization for future. by Richard Li · 15 years ago
  81. e0fda04 r300: fix VP source conflict resolution on 64-bit machines by Maciej Cencora · 15 years ago
  82. dfe440c r300: fix SIN/COS/SCS instructions for R300 fp by Maciej Cencora · 15 years ago
  83. a9c540f glu/sgi: Fix memory leak in gluScaleImage. by Vinson Lee · 15 years ago
  84. d3b4c99 glu: Fix memory leak in __gl_meshMakeEdge. by Vinson Lee · 15 years ago
  85. 57d389a svga: Prevent potential null pointer deference in vmw_surface.c. by Vinson Lee · 15 years ago
  86. b62a74d svga: Fix memory leak in vmw_screen_ioctl.c by Vinson Lee · 15 years ago
  87. 88aab56 st/xorg: Prevent potential null pointer deference in xorg_xv.c. by Vinson Lee · 15 years ago
  88. 46feb7d st/xorg: Reorder cases in switch statement. by Vinson Lee · 15 years ago
  89. 2b07b64 r300g: Build fix. by Corbin Simpson · 15 years ago
  90. 44c0aaf r300g: do not reallocate r300_vertex_info and r300_rs_block all the time by Marek Olšák · 15 years ago
  91. 3a2cd66 r300g: clean up vs/fs tabs by Marek Olšák · 15 years ago
  92. 563fe6e radeon: fix compressed mipmapped textures by Maciej Cencora · 15 years ago
  93. 1d1f81a radeon: fix glCompressedTexSubImage by Maciej Cencora · 15 years ago
  94. d20b791 radeon: fix compressed mipmapped textures by Maciej Cencora · 15 years ago
  95. df87877 radeon: fix glCompressedTexSubImage by Maciej Cencora · 15 years ago
  96. 465fee7 intel: make CopyTex[Sub]Image fallback debug messages more consistent by Roland Scheidegger · 15 years ago
  97. c367f4d mesa: handle different RowStride in _mesa_get_compressed_teximage by Roland Scheidegger · 15 years ago
  98. 8451b29 i965: Fix several memory leaks on exit. by Eric Anholt · 15 years ago
  99. 435c495 r300g: silence warnings by Marek Olšák · 15 years ago
  100. 624a0cd r300g: fix typo in r300_reg.h to prevent the RS unit from doing random things by Marek Olšák · 15 years ago