1. cd4e587 scons: Fix exception when llvm-config is not present. by José Fonseca · 14 years ago
  2. ddc42b6 util: Fix util_dynarray_trim(). by Michal Krol · 14 years ago
  3. a79521d nvfx: use dynamically sized rotating BO pool for fragment programs by Luca Barbieri · 15 years ago
  4. 9f39d32 draw llvm: Initialize variable. by Vinson Lee · 14 years ago
  5. 8316da7 r300g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  6. 833e6f0 st/mesa: Remove state_tracker/st_framebuffer.c from SConscript. by Vinson Lee · 14 years ago
  7. da8412e st/mesa: Drop st_public support. by Chia-I Wu · 14 years ago
  8. a1dbd00 st/vega: Drop st_public support. by Chia-I Wu · 14 years ago
  9. 76708c6 st/vega: Do not rely on st_resize_framebuffer. by Chia-I Wu · 14 years ago
  10. 50409dd7 nvfx: fix for 64-bit systems by Luca Barbieri · 14 years ago
  11. bf7e0e8 gallium/auxiliary: make util_dynarray_trim do nothing if size == capacity by Luca Barbieri · 14 years ago
  12. 6c31dd1 gallium/auxiliary: add util_dynarray_resize by Luca Barbieri · 14 years ago
  13. c572619 gallium/auxiliary: fix util_dynarray_trim to 0 to free the data by Luca Barbieri · 14 years ago
  14. 5f968a6 util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h by Luca Barbieri · 14 years ago
  15. c2e804a r300/compiler: Hax around instructions limits in mirroring code. by Corbin Simpson · 14 years ago
  16. 911fa4a ffvertex: don't touch tex coords if coord replace is enabled. by Dave Airlie · 14 years ago
  17. 745c4b5 r300g: add generating texture coordinates for point sprites by Marek Olšák · 15 years ago
  18. 6917ef1 progs/gallium: Move into src/gallium/tests by José Fonseca · 14 years ago
  19. 6cd82eb gallium/auxiliary: add dynamically sized buffer/array/vector by Luca Barbieri · 14 years ago
  20. 70fe9fd nvfx: add LRP in vertprog by Luca Barbieri · 14 years ago
  21. b385a31 nvfx: add SIN and COS in vertprog by Luca Barbieri · 15 years ago
  22. d2e3942 nvfx: add missing vertprog setcond instructions by Luca Barbieri · 15 years ago
  23. 6f65dcf nvfx: allocate a bigger block for queries by Luca Barbieri · 15 years ago
  24. 9ad385f nvfx: support an unlimited number of occlusion queries by Luca Barbieri · 15 years ago
  25. 202760b r300g: Move declaration before code. by Vinson Lee · 14 years ago
  26. 31268d2 nvfx: fix TXL opcode value by Luca Barbieri · 14 years ago
  27. 7fc7b75 nvfx: Add support for two sided color by Luca Barbieri · 15 years ago
  28. a2ddae0 nvfx: fix compile error by Luca Barbieri · 14 years ago
  29. 6d6acae nvfx: don't use hw index buffers on nv3x and nv44 by Luca Barbieri · 14 years ago
  30. f9397f3 nvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support by Luca Barbieri · 15 years ago
  31. 44ef157 nvfx: add support for ARB_half_float_vertex by Luca Barbieri · 15 years ago
  32. d5dcd4e st/mesa: half float vertex support (unexposed) by Luca Barbieri · 15 years ago
  33. f9c665e nvfx: allocate buffers in GART if !NOUVEAU_SWTNL by Luca Barbieri · 14 years ago
  34. 8f0d538 nvfx: move check for NOUVEAU_SWTNL by Luca Barbieri · 14 years ago
  35. f647f46 nvfx: remove #include "nouveau_stateobj.h" by Luca Barbieri · 14 years ago
  36. 330925d nvfx: rework validation logic to use code and avoid stateobjs by Luca Barbieri · 14 years ago
  37. 26e4044 nvfx: add NVFX_NEW_{FRAG,VERT}CONST by Luca Barbieri · 14 years ago
  38. 5eb6b1a nvfx: so->RING_3D: vertprog by Luca Barbieri · 14 years ago
  39. f768528 nvfx: so->RING_3D: sr by Luca Barbieri · 14 years ago
  40. 4b3b54d nvfx: so->sb: blend by Luca Barbieri · 14 years ago
  41. 180654d nvfx: so->sb: zsa by Luca Barbieri · 14 years ago
  42. cbe8ed4 nvfx: so->sb: rasterizer by Luca Barbieri · 14 years ago
  43. c8201c8 nvfx: so->RING_3D: screen by Luca Barbieri · 14 years ago
  44. 4dbd029 nvfx: so->RING_3D: viewport by Luca Barbieri · 14 years ago
  45. f8f29e6 nvfx: so->RING_3D: stipple by Luca Barbieri · 14 years ago
  46. 5c89cb0 nvfx: so->RING_3D: scissor by Luca Barbieri · 14 years ago
  47. 6558797 nvfx: so->RING_3D: blend by Luca Barbieri · 14 years ago
  48. f320176 nvfx: so->RING_3D: fb by Luca Barbieri · 14 years ago
  49. b3cc1ad nvfx: so->RING_3D: fragprog by Luca Barbieri · 14 years ago
  50. 631f6f5 nvfx: so->RING_3D: fragtex by Luca Barbieri · 14 years ago
  51. f5b6cc6 nvfx: so->RING_3D: vbo by Luca Barbieri · 14 years ago
  52. c0341b2 nvfx: stop using flush_notify by Luca Barbieri · 14 years ago
  53. 188b579 nouveau: add state buffers, lightweight replacement for state objects by Luca Barbieri · 14 years ago
  54. d75f99a nouveau: don't autobind in state objects relocations by Luca Barbieri · 14 years ago
  55. e0af5c9 nouveau: bind the 3D engine to subchannel 7 and add RING_3D by Luca Barbieri · 14 years ago
  56. 507dc54 nvfx: avoid flushes in primitives by Luca Barbieri · 14 years ago
  57. f0b8677 r300/compiler: Comment code, add much better mirror maths. by Corbin Simpson · 14 years ago
  58. a57dcef nvfx: fix bind flags by Luca Barbieri · 14 years ago
  59. d5af1dc r300/compiler: Implement texcoord repeat and mirror for NPOT. by Corbin Simpson · 14 years ago
  60. f95ff1c r300g: Setup external state for wrap modes. by Corbin Simpson · 14 years ago
  61. 8f37f91 r300g: Cleanup fragment program external state setup. by Corbin Simpson · 14 years ago
  62. 484079d r300/compiler: Add NPOT compatibility fields to external state. by Corbin Simpson · 14 years ago
  63. d67e348 llvmpipe: Respect pipe_sampler_view::format. by José Fonseca · 14 years ago
  64. cd70b6b progs/gallium/raw: Update symbols. by José Fonseca · 14 years ago
  65. 19211bb progs/gallium/python: Try to fix most regressions. by José Fonseca · 14 years ago
  66. c48f21e st/python: Fix regressions. by José Fonseca · 14 years ago
  67. b775832 trace: Fix several regressions introduced by recent interface changes. by José Fonseca · 14 years ago
  68. 5a549d8 llvmpipe: pipe_target needs now 3 bits to be represented. by José Fonseca · 14 years ago
  69. 0bddb58 stw: Update for pipe_resource interface changes. by José Fonseca · 14 years ago
  70. 1dc8e08 stw: Fix minor st_api migration glitches. by José Fonseca · 14 years ago
  71. 192f06a st/wgl: Switch from st_public.h to st_api.h. [V2] by Chia-I Wu · 14 years ago
  72. bddb6c7 Fix build with --enable-32-bit. by Török Edwin · 14 years ago
  73. 4ebed86 Revert "dri/drivers: fix 32bit builds on 64bit systems" by Dan Nicholson · 14 years ago
  74. 930bba2 nvfx: make NOUVEAU_NO_TRANSFER default off by Luca Barbieri · 14 years ago
  75. aa985f3 nvfx: always use M2MF instead of the blitter by Luca Barbieri · 14 years ago
  76. 927e576 st/egl: Request the front buffer as needed. by Chia-I Wu · 14 years ago
  77. 5060b99 nvfx: add missing vtbl for shared textures by Luca Barbieri · 14 years ago
  78. 136bd18 r300g: atomize FS constant buffer by Marek Olšák · 14 years ago
  79. 5633392 r300g: atomize compiler's state variables for fragment shader by Marek Olšák · 14 years ago
  80. 34092c5 r300g: atomize fragment shader by Marek Olšák · 14 years ago
  81. 13b86fe r300g: remove a false comment by Marek Olšák · 14 years ago
  82. 78257f3 r300g: emit FS depth output config with FS code by Marek Olšák · 14 years ago
  83. 953a309 r300g: FS constants emission rework by Marek Olšák · 14 years ago
  84. 132a590 r300g: Remove unnecessary headers. by Vinson Lee · 14 years ago
  85. c7dda49 r300g: Initialize base.bind member variable. by Vinson Lee · 14 years ago
  86. 8033d75 i915g: Fix possible null pointer deference in debug builds. by Vinson Lee · 14 years ago
  87. 039e77a progs/trivial: Update .gitignore. by Vinson Lee · 14 years ago
  88. 3666703 progs/egl: Add lib directories to OpenVG demos by Jakob Bornecrantz · 14 years ago
  89. d93c34c st/egl: Fix DRI2 on old X servers by Jakob Bornecrantz · 14 years ago
  90. cefe2a1 winsys/sw: Fix error paths by Jakob Bornecrantz · 14 years ago
  91. c81f049 llvmpipe: Fix transfers after resource change by Jakob Bornecrantz · 14 years ago
  92. b132265 util: Remove unnecessary header. by Vinson Lee · 14 years ago
  93. 3d9199e i965g: Remove unnecessary header. by Vinson Lee · 14 years ago
  94. 3601b20 r300g: Add r300_resource.c to SCons build. by Vinson Lee · 14 years ago
  95. 0ebf7e3 svga: Remove unnecessary headers. by Vinson Lee · 14 years ago
  96. e188d1e trace: Remove unnecessary header. by Vinson Lee · 14 years ago
  97. db1b3e7 r300g: a fix for piglit/texrect-many by Marek Olšák · 14 years ago
  98. 6eae8e4 r300g: use a dummy replacement vertex shader if the shader compilation fails by Marek Olšák · 14 years ago
  99. 69019af r300g: use a dummy replacement fragment shader if the shader compilation fails by Marek Olšák · 14 years ago
  100. bd09fce dri/drivers: fix 32bit builds on 64bit systems by Maciej Cencora · 14 years ago