1. c9a210f makefile: added src/glsl/Makefile.template to tarball list by Brian Paul · 15 years ago
  2. 1501080 i965g: updates for draw retval by Keith Whitwell · 15 years ago
  3. 7bd7e2d llvmpipe: Axe texture sampling code inherited from softpipe. by José Fonseca · 15 years ago
  4. 2b7a4b2 progs/fp: remove invalid tri-inv.c test by Brian Paul · 15 years ago
  5. 4440428 gallium: Fix texture sampling with explicit LOD in softpipe. by Michal Krol · 15 years ago
  6. 4bfe1c9 gallium: Pass per-element (not per-quad) LOD bias values down to texture sampler. by Michal Krol · 15 years ago
  7. e313dab tgsi: Cleanup exec_tex(). by Michal Krol · 15 years ago
  8. 8d38ef4 svga: Fix fs key size computation and key comparison. by Michal Krol · 15 years ago
  9. d424676 progs/demos: Assert that input to malloc is valid. by Vinson Lee · 15 years ago
  10. 45ac10f progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  11. 25ffd76 progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  12. 468f270 svga: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  13. ef7eb62 meta: remove F suffix from _mesa_Ortho() params by Brian Paul · 15 years ago
  14. 73bd400 docs: document a mipmap generation bug fix by Brian Paul · 15 years ago
  15. cb3cb96 meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  16. 06970b2 meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  17. 49653c0 r600: adjust after radeon mipmap changes in 7118db8700 by Andre Maasikas · 15 years ago
  18. 8485811 tnl: set FOGC result to (f,0,0,1) by Brian Paul · 15 years ago
  19. 4c45810 progs/xdemos: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  20. 96a4e45 progs/xdemos: Use temporary variables. by Vinson Lee · 15 years ago
  21. c1dad22 progs/glsl: Prevent possible string overflow. by Vinson Lee · 15 years ago
  22. f4952f0 progs/xdemos: Prevent possible string overflow. by Vinson Lee · 15 years ago
  23. 6f498a7 r300g: add back-face color VS outputs by Marek Olšák · 15 years ago
  24. 7679ac2 r300g: fix SWTCL stream locations of texture coordinates by Marek Olšák · 15 years ago
  25. 1a4f242 r300g: if no DS buffer is set, disable reading from and writing to it by Marek Olšák · 15 years ago
  26. 26f67a2 r300g: disable the rasterization of WPOS if it's unused by the FS by Marek Olšák · 15 years ago
  27. bf60eb3 r300g: add WPOS by Marek Olšák · 15 years ago
  28. dc7f309 r300/compiler: add full viewport transformation support in WPOS codegen by Marek Olšák · 15 years ago
  29. ddfc4e3 r300g: consolidate params by Marek Olšák · 15 years ago
  30. e78648d r300g: fix outputting depth in the FS by Marek Olšák · 15 years ago
  31. 7c902b4 r300g: optimize blending by conditionally disabling reads from the colorbuffer by Marek Olšák · 15 years ago
  32. 6b9b321 r300g: optimize blending by discarding pixels that don't change the colorbuffer by Marek Olšák · 15 years ago
  33. 717c280 r300g: fix blending when SRC_ALPHA_SATURATE is used by Marek Olšák · 15 years ago
  34. a6d91a1 util/blitter: allow NULL CSOs to be saved by Marek Olšák · 15 years ago
  35. 8e559e0 softpipe: fix draw return value by Keith Whitwell · 15 years ago
  36. c9befda r600: float texture component ordering by Pierre Ossman · 15 years ago
  37. 60f5608 r300g: add missing is_anistropic param by Brian Paul · 15 years ago
  38. d8331aa svga: make texture_target a ubyte, not a bitfield by Brian Paul · 15 years ago
  39. 324568f mesa: test index bounds before array element by Roel Kluin · 15 years ago
  40. 5db710a win32_menu: add missing parentheses in mapMenu() by Roel Kluin · 15 years ago
  41. 2b4acd2 nv50: add missing parentheses in nv50_query_result() by Roel Kluin · 15 years ago
  42. 439b34c gallium/docs: finish up description of pipe_rasterizer_state fields by Brian Paul · 15 years ago
  43. 251363e configs: set INTEL_LIBS, INTEL_CFLAGS, etc by Brian Paul · 15 years ago
  44. ace9324 util: Fix format descriptor table entries. by Michal Krol · 15 years ago
  45. 4e014c0 pipe_sampler_state::compare_mode is not a boolean enable flag. by Michal Krol · 15 years ago
  46. 4fd566e util: Handle the remaining format cases in pipe_tile_raw_to_rgba(). by Michal Krol · 15 years ago
  47. 955f512 Make sure we use only signed/unsigned ints with bitfields. by Michal Krol · 15 years ago
  48. e4b7d9e i965: fix invalid assertion in emit_xpd(), again by Brian Paul · 15 years ago
  49. 1b5476a i965g: fix invalid assertion in emit_xpd(), again by Brian Paul · 15 years ago
  50. e32487b Merge remote branch 'origin/mesa_7_7_branch' by José Fonseca · 15 years ago
  51. aaf7ecf glew: Update to version 1.5.2. by José Fonseca · 15 years ago
  52. 5b64d94 pipebuffer: Multi-threading fixes for fencing. by José Fonseca · 15 years ago
  53. f02347374 gallium: remove PIPE_TEX_FILTER_ANISO by Luca Barbieri · 15 years ago
  54. a697550 docs: added more GL3 items by Brian Paul · 15 years ago
  55. d4f2d65 mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries by Brian Paul · 15 years ago
  56. 3510a1b mesa: call _mesa_compute_version() to set context's version info by Brian Paul · 15 years ago
  57. 29f50f6 mesa: added version.c to build by Brian Paul · 15 years ago
  58. e0b9e33 mesa: added _mesa_compute_version() in new version.c file by Brian Paul · 15 years ago
  59. e16fd07 mesa: added version fields to GLcontext by Brian Paul · 15 years ago
  60. 88330c6 gallium/util: replace 8 with PIPE_MAX_COLOR_BUFS by Brian Paul · 15 years ago
  61. 2fbc393 gallium/util: comments and whitespace fixes by Brian Paul · 15 years ago
  62. 9089436 docs: added link to wiki page about missing Mesa features by Brian Paul · 15 years ago
  63. 15b05c5 i965g: fix invalid assertion in emit_xpd() by Brian Paul · 15 years ago
  64. e555146 i965: fix invalid assertion in emit_xpd() by Brian Paul · 15 years ago
  65. 766f3cc tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() by Roel Kluin · 15 years ago
  66. 5a7c2a9 i965: Fix build after blind merge of mesa 7.7 by Brian. by Eric Anholt · 15 years ago
  67. 9f54439 st/mesa: fix broken translation of negative register indexes by Brian Paul · 15 years ago
  68. 487a14b ARB prog parser: regenerated parser file by Brian Paul · 15 years ago
  69. f0f68b1 ARB prog parser: fix parameter binding type by Brian Paul · 15 years ago
  70. e3514b7 ARB prog parser: regenerated parser files by Brian Paul · 15 years ago
  71. 7c6ae4c ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() by Brian Paul · 15 years ago
  72. 37f6929 mesa: whitespace changes and comments by Brian Paul · 15 years ago
  73. f27e39a mesa: change constant search behaviour in _mesa_add_unnamed_constant() by Brian Paul · 15 years ago
  74. c77ade8 nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly by Maarten Maathuis · 15 years ago
  75. 29d2ab3 nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc by Marcin Slusarz · 15 years ago
  76. c306ef5 nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped by Maarten Maathuis · 15 years ago
  77. 38d8b18 svga: Remove stale references to delete shader results. by José Fonseca · 15 years ago
  78. 8ebef37 svga: Rebind shaders when tokens change. by José Fonseca · 15 years ago
  79. 3e18bad Merge branch 'gallium-docs' by Corbin Simpson · 15 years ago
  80. 897cb89 egl: Fix breakage from -fvisibility=hidden. by Chia-I Wu · 15 years ago
  81. 467cccf docs: Don't check in generated docs. by Corbin Simpson · 15 years ago
  82. acb8073 docs: Stub out list of modules in core distribution of G3D. by Corbin Simpson · 15 years ago
  83. ef1b942 st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() by Brian Paul · 15 years ago
  84. ae44b92 Merge branch 'remove-intel-dri1' by Kristian Høgsberg · 15 years ago
  85. e5d351d Add es state tracker to autoconf. by Chia-I Wu · 15 years ago
  86. 976c858 Clean up ES_FILES. by Chia-I Wu · 15 years ago
  87. bd96b51 mesa: bump version to 7.7.1-DEVEL by Brian Paul · 15 years ago
  88. c727fa6 Merge commit 'origin/gallium-draw-retval' by Keith Whitwell · 15 years ago
  89. c91ceee r600: adjust after radeon mipmap changes in 7118db8700 by Andre Maasikas · 15 years ago
  90. 750c1e7 r600: support depth compare functions & shadow_ambient by Andre Maasikas · 15 years ago
  91. 1f9aa38 tgsi: Simplify implementation of few interpreter's instructions. by Michal Krol · 15 years ago
  92. 55b5c88 tgsi: Use FREE() to release MALLOC-ed() memories in sanity. by Michal Krol · 15 years ago
  93. 767d147 tgsi: Fix bogus loop condition in sanity. by Michal Krol · 15 years ago
  94. c301fa6 tgsi: Treat MOV source operand as FLOAT so modifiers works as expected. by Michal Krol · 15 years ago
  95. 7218322 tgsi: Store ADDR file in interpreter as an int. by Michal Krol · 15 years ago
  96. 7c8e67e tgsi: Remove dead micro_umod(). by Michal Krol · 15 years ago
  97. 97f9a14 tgsi: Make interpreter aware of float and integer data types. by Michal Krol · 15 years ago
  98. c34f6fa gallium: Add UMOD TGSI opcode. by Michal Krol · 15 years ago
  99. 062aab9 gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI. by Michal Krol · 15 years ago
  100. 08a3efe tgsi/ureg: Improve immediate match & expand logic. by Michal Krol · 15 years ago