1. 574715d tgsi: fix ureg emit after version token change by Keith Whitwell · 15 years ago
  2. b7f94c9 st/xorg: fix merge droppings by Keith Whitwell · 15 years ago
  3. 87eec80 Merge commit 'origin/tgsi-simplify-ext' by Keith Whitwell · 15 years ago
  4. 06d3732 Merge commit 'origin/mesa_7_7_branch' by Keith Whitwell · 15 years ago
  5. 853d480 mesa: Update vertex texture code after gallium changes. by Michal Krol · 15 years ago
  6. af3dea3 r300g: simplify allocations of VS output registers by Marek Olšák · 15 years ago
  7. f55c088 r300g: simplify allocations of FS input registers by Marek Olšák · 15 years ago
  8. cb90235 r300g: clean up derived states by Marek Olšák · 15 years ago
  9. 6f05eba r300g: VS->FS attribute routing rework by Marek Olšák · 15 years ago
  10. 759604e r300g: add R300 prefix in reg definitions by Marek Olšák · 15 years ago
  11. 7a43c39 cso: Fix function prototype. by Michal Krol · 15 years ago
  12. 57ed791 trace: Implement separate vertex sampler state. by Michal Krol · 15 years ago
  13. f8969db fo: Implement separate vertex sampler state. by Michal Krol · 15 years ago
  14. f2f7bd8 id: Implement separate vertex sampler state. by Michal Krol · 15 years ago
  15. 3f900c3 trace: Reduce double semicolons to single ones. by Michal Krol · 15 years ago
  16. 0f884ed sp: Do not falsely advertise support for some SNORM formats. by Michal Krol · 15 years ago
  17. 8a619e6 sp: Implement separate vertex sampler state. by Michal Krol · 15 years ago
  18. ee86b1b python: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  19. e197652 st: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  20. eeb8dd1 trace: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  21. 8eecd3b svga: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  22. c1bcedc r300: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  23. d15bb1c nv: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  24. 551b2db lp: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  25. f0d3abf id: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  26. 25bb04a i915: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  27. e04324b fo: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  28. cd3409c cell: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  29. 204e586 vl: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  30. f33c064 draw: Update for renamed sampler/texture state setters. by Michal Krol · 15 years ago
  31. fd4aa4f cso: Add support for separate vertex sampler state. by Michal Krol · 15 years ago
  32. 15d1b40 gallium: Introduce separate vertex texture/sampler state. by Michal Krol · 15 years ago
  33. 2fd1aee tgsi/sanity: Up MAX_REGISTERS to 1024. by Michal Krol · 15 years ago
  34. f17dbe2 mesa: set version string to 7.7-rc1 by Ian Romanick · 15 years ago
  35. 650e020 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Ian Romanick · 15 years ago
  36. 587a52e i915: Actually put i915PointParameterfv in the driver function table. Duh. by Ian Romanick · 15 years ago
  37. 7725744 st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion by Brian Paul · 15 years ago
  38. 270d36d mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  39. 533b766 i915: Fallback bit define missed on previous commit by Ian Romanick · 15 years ago
  40. 718f31b i915: Round point sizes instead of truncate. by Ian Romanick · 15 years ago
  41. d8d4971 i915: Enable point sprite coordinate generation by Ian Romanick · 15 years ago
  42. a201dfb mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  43. a1b9c4e r600 : clena up a bit for last commit. by Richard Li · 15 years ago
  44. 2db72f3 r600 : add read port allocation for uniform; by Richard Li · 15 years ago
  45. 63c00c5 radeon: update miptree code a little by Maciej Cencora · 15 years ago
  46. 2773556 radeon: don't check the same miptree many times when looking for matching miptrees by Maciej Cencora · 15 years ago
  47. e8f0c8a radeon: add some debugging info by Maciej Cencora · 15 years ago
  48. c332525 nv50: update linkage on rasterizer change by Christoph Bumiller · 15 years ago
  49. 7494b82 nv50: match VP outputs to FP inputs ourselves by Christoph Bumiller · 15 years ago
  50. 3f471c7 nv50: don't permanently negate src in emit_ddy by Christoph Bumiller · 15 years ago
  51. ca5a7aa mesa: Fix array out-of-bounds access by _mesa_TexGenf. by Vinson Lee · 15 years ago
  52. d55fb7c mesa: Fix array out-of-bounds access by _mesa_TexGeni. by Vinson Lee · 15 years ago
  53. 919898e dri: Fix potential null pointer dereference in driBindContext. by Vinson Lee · 15 years ago
  54. a11d60d mesa: Fix array out-of-bounds access in _mesa_TexEnvf. by Vinson Lee · 15 years ago
  55. e515999 radeon: need to flush cs when moving images between mipmap trees by Maciej Cencora · 15 years ago
  56. 287bdd8 util: Fix bad code. by Corbin Simpson · 15 years ago
  57. c93dcbf util: Improve bitcount. by Corbin Simpson · 15 years ago
  58. cad14c2 nv50: do conversion of last insn to 64 bit format first by Christoph Bumiller · 15 years ago
  59. 510fd28 nv50: bswap32 the polygon stipple pattern by Christoph Bumiller · 15 years ago
  60. e65258a gallium/util: added util_bswap32() by Christoph Bumiller · 15 years ago
  61. 2348f6d scons: Promote pointer arithmetic to error. by José Fonseca · 15 years ago
  62. 5976d8e configs: Warn about pointer arithmetic. by José Fonseca · 15 years ago
  63. f62f976 mesa: Avoid void pointer arithmetic. by José Fonseca · 15 years ago
  64. 7fa1bcc svga: fix for not using texture width/height/depth arrays by Roland Scheidegger · 15 years ago
  65. b748a9f r300g,llvmpipe: fix some more merge problems by Roland Scheidegger · 15 years ago
  66. c95cbd4 Merge branch 'width0' by Roland Scheidegger · 15 years ago
  67. 4236493 st/xorg: proper fix for compositing after rounding up by Keith Whitwell · 15 years ago
  68. 1310811 rbug: Mention where the GUI can be found. by José Fonseca · 15 years ago
  69. 6dd9676 svga: Re-add shader dumping. by José Fonseca · 15 years ago
  70. 6810ce0 Revert "st/xorg: fix composite after texture size changes" by Keith Whitwell · 15 years ago
  71. 124ae59 st/xorg: fix composite after texture size changes by Keith Whitwell · 15 years ago
  72. dc86f4a wgl: Fix copy'n'paste typo in comment. by José Fonseca · 15 years ago
  73. 135d7e1 svga: Handle comment tokens when dumping. by José Fonseca · 15 years ago
  74. d3f26a8 svga: Use consistent names for public symbol names of shader dumping facilities. by José Fonseca · 15 years ago
  75. 178407f svga: Use consistent file names for dumping facilities. by José Fonseca · 15 years ago
  76. cf3cdda st/xorg: speculatively round textures up to nearest POT by Keith Whitwell · 15 years ago
  77. e595dd4 st/xorg: free last fence by Keith Whitwell · 15 years ago
  78. b84b7f1 svga: flush our command buffer after the 8th distinct render target by Keith Whitwell · 15 years ago
  79. b911688 svga: add DEBUG_CACHE option by Keith Whitwell · 15 years ago
  80. 5285de7 vega: Update shader headers. by Michal Krol · 15 years ago
  81. 9a4e4e0 python/tests: Update shader headers. by Michal Krol · 15 years ago
  82. 456b5bd svga: Update text shader header. by Michal Krol · 15 years ago
  83. 72420da vl: Do not emit tgsi_version token. by Michal Krol · 15 years ago
  84. e613356 tgsi: Remove tgsi_version token. by Michal Krol · 15 years ago
  85. 5455e88 gallium: Remove tgsi_version token. by Michal Krol · 15 years ago
  86. 69671df svga: Prevent potential null pointer dereference in vmw_surface.c. by Vinson Lee · 15 years ago
  87. d509f84 gallium: fix more statetrackers/drivers for not using texture width/height/depth arrays by Roland Scheidegger · 15 years ago
  88. 8840075 tgsi/exec: Fix orientation of DDY. by Michal Krol · 15 years ago
  89. a2c1010 tgsi/exec: Force return from a subroutine at ENDSUB. by Michal Krol · 15 years ago
  90. 3bae72e draw: Fix max_index check. by Keith Whitwell · 15 years ago
  91. 75df599 tgsi/ureg: Add forgotten goto in ureg_DECL_constant(). by Michal Krol · 15 years ago
  92. 953b74d llvmpipe: Fake missing SSSE3 when simulation less capabable machines. by José Fonseca · 15 years ago
  93. da1c402 llvmpipe: Update/correct CPU requirements. by José Fonseca · 15 years ago
  94. 0528f40 Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors by Ian Romanick · 15 years ago
  95. 4dcdf3b Merge commit 'origin/st-shader-varients' by Roland Scheidegger · 15 years ago
  96. 9e3728c scons: Make it work with MinGW build of LLVM 2.6. by José Fonseca · 15 years ago
  97. e13add8 tgsi: Fix token builder. by Michal Krol · 15 years ago
  98. ea6b36c tgsi: Update raw token dumper after token definition changes. by Michal Krol · 15 years ago
  99. e4c5fe5 radeon: fix context destroy needing lock for flushing. by Dave Airlie · 15 years ago
  100. ce56a86 r600: add ARB_texture_non_power_of_two support. by Dave Airlie · 15 years ago