1. 72ebf4f scons: Build progs. by José Fonseca · 16 years ago
  2. 85063fe CELL: improve twiddling/untwiddling error text by Robert Ellison · 16 years ago
  3. ef2bf41 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  4. b6bb5e0 mesa: fix shadow sampling unit issue. by Xiang, Haihao · 16 years ago
  5. 1412ca0 intel: fix i830 comment + backwards VB offsets. by airlied · 16 years ago
  6. 1ea414f intel: fix i8xx vbo enable bit by airlied · 16 years ago
  7. b17e343 intel: add lots of i830 engine to intel_decode debug by airlied · 16 years ago
  8. bab4e78 mesa: minor comment reformattting by Brian Paul · 16 years ago
  9. bf7f9d2 mesa: glsl compiler debug code by Brian Paul · 16 years ago
  10. ae0ff80 mesa: rework GLSL array code generation by Brian Paul · 16 years ago
  11. 4f3dcf3 scons: Fix toolchain selection. by Michal Krol · 16 years ago
  12. e709d68 mesa: don't realloc instruction buffer so often by Brian Paul · 16 years ago
  13. d9fa9e3 mesa: updated comment by Brian Paul · 16 years ago
  14. 205e0e3 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  15. 59ae12b5 python/retrace: Dump constants. by José Fonseca · 16 years ago
  16. 2f153b5 python: Allow to read from buffers. by José Fonseca · 16 years ago
  17. 8a9e062 python/retrace: Fix formatting of shaders. by José Fonseca · 16 years ago
  18. 03f19bc python/retrace: Ignore irrelevant calls. by José Fonseca · 16 years ago
  19. 227a8a2 add SRGB formats by Alan Hourihane · 16 years ago
  20. 56ce90c python/retrace: Highlight the trace dump to help to visualize. by José Fonseca · 16 years ago
  21. 9efa6ca python/retrace: Use the usual BSD-style license. by José Fonseca · 16 years ago
  22. 2f9ceb1 mesa: clamp luminance if needed. by Xiang, Haihao · 16 years ago
  23. d86ffcf tgsi: Return 0.0 for negative constant register indices. by Michal Krol · 16 years ago
  24. 957f7d7 tgsi: Keep address register as a floating point. by Michal Krol · 16 years ago
  25. 6cf59e1 scons: Support MinGW32 cross compiler. by José Fonseca · 16 years ago
  26. 228afbc gallium: Use costum log2 for all windows builds. by José Fonseca · 16 years ago
  27. e45773b gallium: State when there are no memory leaks detected. by José Fonseca · 16 years ago
  28. ee172bf gallium: Make handle_table reentrant. by José Fonseca · 16 years ago
  29. 40b3bb0 gallium: Yet another WinCE portability fix. by José Fonseca · 16 years ago
  30. 1e35d92 gallium: State when there are no memory leaks detected. by José Fonseca · 16 years ago
  31. c13cf0d gallium: Make handle_table reentrant. by José Fonseca · 16 years ago
  32. 7b0e0e1 gallivm: fix some small stuff. by Stephane Marchesin · 16 years ago
  33. 96ad8a3 i915: Silence warnings by Jakob Bornecrantz · 16 years ago
  34. 7468765 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  35. 5e1454a Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  36. 56ef0ae i915: Silence warning by Jakob Bornecrantz · 16 years ago
  37. 7e584a7 gallium: increase table size for fast log/pow functions by Brian Paul · 16 years ago
  38. 6afab90 util: Use OpenGL rasterization rules in blits and mipmap generation. by Brian Paul · 16 years ago
  39. 0557fa7 translate: pull in prefetch and other optimizations from draw_vs_aos.c by Keith Whitwell · 16 years ago
  40. d04caf2 trivial: more tests by Keith Whitwell · 16 years ago
  41. db20a65 mesa: fix build by Alan Hourihane · 16 years ago
  42. 80d6379 mesa: no longer need Writemask field in GLSL IR nodes by Brian Paul · 16 years ago
  43. 3a7ed97 mesa: revamp GLSL instruction emit code by Brian Paul · 16 years ago
  44. 610c246 mesa: make writemask_string() non-static by Brian Paul · 16 years ago
  45. 4c167f8 mesa: remove some do-nothing GLSL code by Brian Paul · 16 years ago
  46. fe984ae mesa: fix accidental regression in GLSL built-in texture matrix lookup by Brian Paul · 16 years ago
  47. d835f41 mesa: use the tighter definition of GLSL ftransform() from the gallium branches by Brian Paul · 16 years ago
  48. e556cc8 mesa: remove unused/obsolete __NormalMatrixTranspose matrix by Brian Paul · 16 years ago
  49. 47b883e mesa: fix bug in GLSL built-in matrix state lookup by Brian Paul · 16 years ago
  50. 557fde9 mesa: tweak program register printing for RelAddr case by Brian Paul · 16 years ago
  51. af1ce23 build default set of progs + egl by Alan Hourihane · 16 years ago
  52. 20ff08c Fix configs/linux-dri to build winsys again. by Pekka Paalanen · 16 years ago
  53. 2c29a68 CELL: fix stencil twiddling, stencil invert by Robert Ellison · 16 years ago
  54. 42330d9 Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa into gallium-0.2 by Stephane Marchesin · 16 years ago
  55. 2acdb11 gallium: add st_set_teximage_surface for EXT_texture_from_pixmap support. by Ben Skeggs · 16 years ago
  56. e4c9aee mesa: fix generation of fixed function state when no vp exists by Alan Hourihane · 16 years ago
  57. 16340f8 mesa: fix generation of fixed function state when no vp exists by Alan Hourihane · 16 years ago
  58. 26c8593 tgsi: More comments on source register indirect and 2D indexing. by Michal Krol · 16 years ago
  59. c30eb2c i965: Upload state on primitive switch, don't just prepare it. by Eric Anholt · 16 years ago
  60. 2fc9d67 i965: Fix VB refcount leak on aperture overflow. by Eric Anholt · 16 years ago
  61. 3086b1e nv04..nv30: fix pipe_surface init by Pekka Paalanen · 16 years ago
  62. 5aaeb13 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Pekka Paalanen · 16 years ago
  63. 72bbc89 Add glsync demo program from jbarnes for testing vblank synchronization. by Eric Anholt · 16 years ago
  64. 62ff7ab i965: Fix up VS max_threads for G4X and removing a magic number. by Eric Anholt · 16 years ago
  65. 9dadfc0 i965: Fix up SF max_threads. by Eric Anholt · 16 years ago
  66. 82eb7c2 i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads. by Eric Anholt · 16 years ago
  67. 5cb7ba1 i965: Update WM maximum threads for G4X. by Eric Anholt · 16 years ago
  68. d70d62c i965: Add a big comment explaining my understanding of URB management. by Eric Anholt · 16 years ago
  69. e1fbb30 glFlush before CopySubBuffer, fix coordinates and extension name typo. by Kristian Høgsberg · 16 years ago
  70. 44257a8 CELL: fix stencil test bugs by Robert Ellison · 16 years ago
  71. b44ec71 gallium: add missing prototypes by Brian Paul · 16 years ago
  72. 1cd15f0 cell: move semicolons to silence warnings w/ other compilers by Brian Paul · 16 years ago
  73. 058ccf0 cell: include cell_surface.h by Brian Paul · 16 years ago
  74. 7f15e34 cell: fix typo in EMIT_ macro by Brian Paul · 16 years ago
  75. a35210b cell: added -Wmissing-prototypes by Brian Paul · 16 years ago
  76. 2d8d820 cell: include cell_pipe_state.h by Brian Paul · 16 years ago
  77. 0d86374 util: Optimise log2(). by Michal Krol · 16 years ago
  78. c5ba8ba util: Optimise log2(). by Michal Krol · 16 years ago
  79. 87f7710 rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. by Michal Krol · 16 years ago
  80. 50357ad util: Add log2() definition for MSC. by Michal Krol · 16 years ago
  81. 1bfe7c3 tgsi: Fix a bug with saving/restoring xmm registers upon func call. by Michal Krol · 16 years ago
  82. 8fee300 rtasm: Compile only for GALLIUM_CELL. by Michal Krol · 16 years ago
  83. 0ee92d6 draw: Add missing include. by Michal Krol · 16 years ago
  84. f447eea util: Add log2() definition for MSC. by Michal Krol · 16 years ago
  85. a983f2a draw: Add missing include. by Michal Krol · 16 years ago
  86. becf3d9 glx: fix xcb build by Hanno Böck · 16 years ago
  87. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  88. 90246d3 mesa: fix version check in dinoshade.c by Brian Paul · 16 years ago
  89. f436154 mesa: allow relative indexing into all register files and indirect dst register indexing by Brian Paul · 16 years ago
  90. 7f3d457 cell: implement NRM3 opcode by Brian Paul · 16 years ago
  91. 90027f8 CELL: two-sided stencil fixes by Robert Ellison · 16 years ago
  92. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  93. 5cfb0a4 mesa: restore the negate flag of dots in build_lighting. by Xiang, Haihao · 16 years ago
  94. 09623fe intel: reset cliprect_mode to IGNORE_CLIPRECTS. by Xiang, Haihao · 16 years ago
  95. 8412b06 mesa: restore the negate flag of dots in build_lighting. by Xiang, Haihao · 16 years ago
  96. 064b04d mesa: update new state for RasterPos like other operations. by Xiang, Haihao · 16 years ago
  97. ff42991 gallium: fix comment again. A half-closed interval was intended. by Brian · 16 years ago
  98. be1b8e5 mesa: new _mesa_is_pow_two() function by Brian · 16 years ago
  99. 8df4f66 mesa: restore glapi/ prefix on #include by Brian Paul · 16 years ago
  100. 1dae2be dri: alloc __DRIscreen object with calloc() by Brian Paul · 16 years ago