1. 0c2bac0 .gitignore: Ignore emacs .dir-locals.el files by Kristian Høgsberg · 14 years ago
  2. 56c3cce Remove last bits of progs/ infrastructure by Kristian Høgsberg · 14 years ago
  3. b448382 r300g: fix 24-bit depth texturing by Marek Olšák · 14 years ago
  4. c613187 r600g: add shader literal constant support by Jerome Glisse · 14 years ago
  5. aeffba4 st/mesa: advertise GL_ARB_fragment_program_shadow by Marek Olšák · 14 years ago
  6. eb2a152 r300g: workaround index bias on chipsets that do not support it by Marek Olšák · 14 years ago
  7. 31a74a6 st/mesa: trivially enable GL_ATI_texture_env_combine3 by Marek Olšák · 14 years ago
  8. a7fa91b mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes by Marek Olšák · 14 years ago
  9. c0b66f4 i915g: Use template Xorg makefile by Jakob Bornecrantz · 14 years ago
  10. 94d5239 gallium: Use correct defines in Xorg template makefile by Jakob Bornecrantz · 14 years ago
  11. 30456f7 gallium: Add winsys to include path to Xorg template makefile by Jakob Bornecrantz · 14 years ago
  12. fb08e03 gallium: always build drivers/sw by Joakim Sindholt · 14 years ago
  13. 4a329c67 r300compiler: fix scons build by Joakim Sindholt · 14 years ago
  14. 0db388e r600g: split instruction into scalar by Jerome Glisse · 14 years ago
  15. 7643f45 Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query" by Roland Scheidegger · 14 years ago
  16. b6cd071 i915g: fix bug in ds clear logic (still disabled) by Roland Scheidegger · 14 years ago
  17. c00065e st/mesa: fix bug in depthstencil optimizing clear logic by Roland Scheidegger · 14 years ago
  18. acb20e7 llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query by Roland Scheidegger · 14 years ago
  19. 9881b5c llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE. by José Fonseca · 14 years ago
  20. 6d74162 i915: Only emit a MI_FLUSH when the drawing rectangle offset changes. by Chris Wilson · 14 years ago
  21. add3260 i915: Fix off-by-one for drawing rectangle. by Chris Wilson · 14 years ago
  22. ff74c2c i915: Inhibit render cache flush when changing drawing rectangle offset. by Chris Wilson · 14 years ago
  23. 42ebe3d mesa/st: add support for EXT_texture_swizzle. by Dave Airlie · 14 years ago
  24. f855e16 r300/compiler: implement SIN+COS+SCS for vertex shaders by Marek Olšák · 14 years ago
  25. 722db9f r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS by Marek Olšák · 14 years ago
  26. df36bc8 r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS by Marek Olšák · 14 years ago
  27. e629de9 r300/compiler: implement SFL for vertex shaders by Marek Olšák · 14 years ago
  28. 89cb314 docs: note that the Mesa demos are in a new repo by Brian Paul · 14 years ago
  29. 7ba1a87 docs: links to the Mesa demos git repo by Brian Paul · 14 years ago
  30. 3d07060 mesa: remove PROGRAM_DIRS from config files by Brian Paul · 14 years ago
  31. 0a401b5 mesa: remove old references to demo files and progs subdir by Brian Paul · 14 years ago
  32. 74bea8d progs: remove rbug subdir by Brian Paul · 14 years ago
  33. 06e911a demos: remove fbdev subdir by Brian Paul · 14 years ago
  34. db3b92b progs: remove beos subdir by Brian Paul · 14 years ago
  35. 7007171 progs: remove tools subdir by Brian Paul · 14 years ago
  36. ca10ab6 progs: remove slang subdir by Brian Paul · 14 years ago
  37. 8585c01 vbo: misc clean-ups by Brian Paul · 14 years ago
  38. f5b9ad9 i915g: Rename winsys c file. by Vinson Lee · 14 years ago
  39. 4f067ad llvmpipe: new -s option to run single test by Brian Paul · 14 years ago
  40. f0ff214 i915: Don't use XRGB8888 on 830 and 845. by Eric Anholt · 14 years ago
  41. b80a728 i915: Clamp minimum lod to maximum texture level too. by Eric Anholt · 14 years ago
  42. 18a6e5e intel: Fix intel_compressed_num_bytes for FXT1 after I broke it. by Eric Anholt · 14 years ago
  43. a663a63 glsl: Recject rect samplers when GL_ARB_texture_rectangle is disabled by Kristian Høgsberg · 14 years ago
  44. be5a514 llvmpipe: Do unswizzling in parallel when flushing for transfers. by José Fonseca · 14 years ago
  45. e5a48fc progs: Remove forked/dead files. by José Fonseca · 14 years ago
  46. 0cfb5ff st/egl: Fix compiler warnings. by Chia-I Wu · 14 years ago
  47. 22c2e57 st/egl: Move sw screen creation to native helper. by Chia-I Wu · 14 years ago
  48. 27910c4 scons: Add cygwin to list of accepted platforms. by Vinson Lee · 14 years ago
  49. 8819421 r600g: implement clear_{render_target, depth_stencil}, resource_copy_region by Marek Olšák · 14 years ago
  50. 7d0418d r600g: make blit functions static (private) by Marek Olšák · 14 years ago
  51. ffd0a2e r600g: use cast wrappers by Marek Olšák · 14 years ago
  52. 42aad57 r600g: Move declaration before code. by Vinson Lee · 14 years ago
  53. 1687ef2 util: Remove unnecessary header. by Vinson Lee · 14 years ago
  54. 9cdcabb nv50: Remove unnecessary header. by Vinson Lee · 14 years ago
  55. 16009b6 svga: Remove unnecessary header. by Vinson Lee · 14 years ago
  56. a52f577 llvmpipe: Fix uninitialized variable on non-debug builds. by Vinson Lee · 14 years ago
  57. d6ba70c r600g: added code for depthtesting by Bas Nieuwenhuizen · 14 years ago
  58. c674ce5 r600g: adapt to interface changes by Roland Scheidegger · 14 years ago
  59. 9923827 Merge branch 'gallium-newclear' by Roland Scheidegger · 14 years ago
  60. a6e5c6c gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil by Roland Scheidegger · 14 years ago
  61. 05863c4 gallium: Don't depend directly on staging dir in Xorg template makefile by Jakob Bornecrantz · 14 years ago
  62. b297b14 tgsi: we don't support indirect input/output registers in SSE codegen yet by Brian Paul · 14 years ago
  63. d4afee9 tgsi: whitespace cleanup by Brian Paul · 14 years ago
  64. d18fb48 gallium: add interpolation parameter to simple shader functions by Brian Paul · 14 years ago
  65. 35d75e4 gallium: Don't always copy the dri driver to the staging dir by Jakob Bornecrantz · 14 years ago
  66. d212a4d gallium: Create a Xorg driver template Makefile by Jakob Bornecrantz · 14 years ago
  67. 6cc51b9 util/u_debug: use MAX2 macro by Brian Paul · 14 years ago
  68. 81862bb llvmpipe: Number shaders/variants for more reproducible function names in the IR. by José Fonseca · 14 years ago
  69. 5594824 gallivm: Register the JIT engine with oprofile on debug/profile builds. by José Fonseca · 14 years ago
  70. ef81779 gallivm: Factor out the quad derivative code into a single place. Fix ddy. by José Fonseca · 14 years ago
  71. 9eb730a r300g: use util/u_debug by Joakim Sindholt · 14 years ago
  72. 8413b92 gallium: silence all debug_named_value related warnings by Joakim Sindholt · 14 years ago
  73. fbeab4c util/u_debug: add description field to debug_named_value by Joakim Sindholt · 14 years ago
  74. d062d21 scons: Handle Python OSError exception when missing libdrm_radeon. by Vinson Lee · 14 years ago
  75. 128190e r300/compiler: print opcode names instead of numbers by Marek Olšák · 14 years ago
  76. e0d7281 r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740 by Marek Olšák · 14 years ago
  77. 88008df dri/swrast: Remove unnecessary header. by Vinson Lee · 14 years ago
  78. dfe9dec st/mesa: fix indirect addressing of input/output regs by Brian Paul · 14 years ago
  79. 14b7fdb gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES by Brian Paul · 14 years ago
  80. 890b3c6 intel: Remove a leftover DRI1/DRI2 conditional by Kristian Høgsberg · 14 years ago
  81. 2c30a8d glx: fix indentation and remove extraneous break by Brian Paul · 14 years ago
  82. fc72452 glx: reformat and silence unused expression warning by Brian Paul · 14 years ago
  83. 398e046 glsl: handle indirectly indexed input registers in linker by Brian Paul · 14 years ago
  84. e57689c mesa: use BITFIELD64_BIT() macro by Brian Paul · 14 years ago
  85. 7a15647 glsl: fix bad sanity-check assertion by Brian Paul · 14 years ago
  86. 23c5b21 mesa: whitespace and 80 column wrapping by Brian Paul · 14 years ago
  87. 84db95b shaders: Don't lose the param binding swizzle for single params. by Eric Anholt · 14 years ago
  88. a33b5ef llvmpipe: Fix bad logic. by José Fonseca · 14 years ago
  89. fae7bee llvmpipe: Remove unnecessary header. by Vinson Lee · 14 years ago
  90. 92cbbba llvmpipe: Fix typo in assert. by José Fonseca · 14 years ago
  91. ead5810 llvmpipe: Per quad interpolation. by José Fonseca · 14 years ago
  92. 5871b7e llvmpipe: Minor cleanup to the interpolator. by José Fonseca · 14 years ago
  93. 952d188 gallivm: Add a lp_build_const_elem(). by José Fonseca · 14 years ago
  94. 21a6bf8 llvmpipe: Store often used LLVM types in the lp_build_context. by José Fonseca · 14 years ago
  95. baf4393 gallivm: Zero min_lod and max_lod when only one view is selected and min/mag filter are equal. by José Fonseca · 14 years ago
  96. 804e76a gallivm: Make lp_build_sample_wrap_int usage more accurate. by José Fonseca · 14 years ago
  97. a37de72 gallivm: Don't use reciprocate in lp_build_sample_wrap_linear(). by José Fonseca · 14 years ago
  98. 6463dcb gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest(). by José Fonseca · 14 years ago
  99. e3d3f30 gallivm: Don't use lp_build_sample_wrap_nearest() by José Fonseca · 14 years ago
  100. 147dc23 llvmpipe: Centralize all position interpolation in lp_bld_interp.c. by José Fonseca · 14 years ago