1. dda8046 gallium/docs: Update Gallium version number to 0.4. by Vinson Lee · 15 years ago
  2. 3ee4ec9 llvmpipe: Remove unused variable. by Vinson Lee · 15 years ago
  3. c3c920e gallium: In option helpers, move assignment outside of if clause. by Vinson Lee · 15 years ago
  4. 4ff354f st/mesa: checkpoint WIP: mipmap generation for compressed textures by Brian Paul · 15 years ago
  5. 63c9b4f xlib/sw: remove stray semicolon by Brian Paul · 15 years ago
  6. 1a4383c softpipe: compressed formats can't be render targets by Brian Paul · 15 years ago
  7. b806f2a gallium/util: document that pack/unpack strides are in bytes by Brian Paul · 15 years ago
  8. 394ff06 st/mesa: minor improvements in fallback_generate_mipmap() by Brian Paul · 15 years ago
  9. 51523f1 st/mesa: remove unneeded #includes and add/update comments by Brian Paul · 15 years ago
  10. 76c7ad2 st/mesa: clean-up: use st_context() everywhere by Brian Paul · 15 years ago
  11. 57fc2e7 mesa: simplify some code in _mesa_generate_mipmap() by Brian Paul · 15 years ago
  12. 67f928e gallium/failover: include u_memory.h for MALLOC, FREE by Brian Paul · 15 years ago
  13. 06441af gallium/draw: remove old comment by Brian Paul · 15 years ago
  14. 1820d24 gallium: Convert some uses of get option to static by Jakob Bornecrantz · 15 years ago
  15. 89aaaab gallium: Add static get option helpers by Jakob Bornecrantz · 15 years ago
  16. 7159303 gallium: Add option to not print options by Jakob Bornecrantz · 15 years ago
  17. 2ce1d66 gallium: s/free/FREE/ and same for friends. by José Fonseca · 15 years ago
  18. 4aa4fe8 st/mesa: re-do binding flags in st_ChooseTextureFormat(), again by Brian Paul · 15 years ago
  19. 8283db8 st/mesa: replace 'usage' with 'bindings' by Brian Paul · 15 years ago
  20. eb2bd21 st/mesa: replace 'usage' with 'bindings' to be consistent by Brian Paul · 15 years ago
  21. e4c54d4 Merge branch '7.8' by Ian Romanick · 15 years ago
  22. ad7d36e Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags. by Aaron Plattner · 15 years ago
  23. c09f370 draw: use FREE() instead of free() by Stephen Johnson · 15 years ago
  24. 70df044 st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures by Brian Paul · 15 years ago
  25. a8c78f3a st/mesa: get rid of default_deep_rgba_format() by Brian Paul · 15 years ago
  26. c34fead mesa: make is_compressed_format() non-static by Brian Paul · 15 years ago
  27. 3643841 mesa: faster, simpler is_compressed_format() by Brian Paul · 15 years ago
  28. f855193 llvmpipe: rename texture refs to resource refs by Brian Paul · 15 years ago
  29. 00f8e57 llvmpipe: update for half float formats by Alan Hourihane · 15 years ago
  30. f73feb9 st/xlib: Try to propagate failure to create framebuffer. by José Fonseca · 15 years ago
  31. d7996be softpipe: YUV textures should be supported. by José Fonseca · 15 years ago
  32. 99bee15 mesa/st: Remove dead members. by José Fonseca · 15 years ago
  33. 405f925 sw/xlib: Fallback to XPutImage when shmget fails. by José Fonseca · 15 years ago
  34. 158f9d5 llvmpipe: increase max 2D texture / surface size to 4K x 4K by Brian Paul · 15 years ago
  35. 4a72ec4 llvmpipe: rename MAXWIDTH, MAXHEIGHT by Brian Paul · 15 years ago
  36. 2de31f2 llvmpipe: rename lp_tile_size.h to lp_limits.h by Brian Paul · 15 years ago
  37. 71dfbb6 llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.h by Brian Paul · 15 years ago
  38. ccd13da Merge remote branch 'origin/7.8' by Jerome Glisse · 15 years ago
  39. eb4dc54 r600: don't enable depth test if there is no depth buffer by Jerome Glisse · 15 years ago
  40. ff20543 Merge branch '7.8' by Michel Dänzer · 15 years ago
  41. c37e275 glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval. by Michel Dänzer · 15 years ago
  42. 749a882 llvmpipe: Remove unused variable. by Vinson Lee · 15 years ago
  43. b2e52e7 i965: Fix assertion for surface tile offset usage on Ironlake. by Eric Anholt · 15 years ago
  44. 6451643 i965: Fix scissoring when width or height is 0. by Eric Anholt · 15 years ago
  45. 021e0dc gallivm: implement indirect addressing over temporaries by Zack Rusin · 15 years ago
  46. ded2374 gallivm: implement indirect addressing over constants by Zack Rusin · 15 years ago
  47. 355370e radeon: 9800 SE has only one quadpipe by Tormod Volden · 15 years ago
  48. d888812 gallium: use better param name by Brian Paul · 15 years ago
  49. 19b26cb gallivm: remove Z/stencil special case code in lp_build_sample_offset() by Brian Paul · 15 years ago
  50. 17249ae st/mesa: assert that binding flags are properly set for drawing surfaces by Brian Paul · 15 years ago
  51. e9bcad4 st/mesa: fix binding flags in st_ChooseTextureFormat() by Brian Paul · 15 years ago
  52. 9f74fa1 progs/tests: asst. improvements to zreaddraw.c by Brian Paul · 15 years ago
  53. 45e2b51 DRI2/GLX: check for vblank_mode in DRI2 GLX code by Jesse Barnes · 15 years ago
  54. 234286c DRI2: add config query extension by Jesse Barnes · 15 years ago
  55. c059565 llvmpipe: Undo zs tiling changes. by José Fonseca · 15 years ago
  56. cb384ae gallium/docs: Unswap PIPE_BIND_SHARED's comment. by José Fonseca · 15 years ago
  57. f836a5f gallium/docs: many updates to screen.rst by Brian Paul · 15 years ago
  58. cdaceaa llvmpipe: Portability fixes. by José Fonseca · 15 years ago
  59. ccdc6b5 llvmpipe: Fix rendering to non 32bpp formats. by José Fonseca · 15 years ago
  60. 18a4a83 gallivm: update comments by Zack Rusin · 15 years ago
  61. 6d2e09f gallivm: fix nested cont statements by Zack Rusin · 15 years ago
  62. 3a423dc gallivm: fix nested break statemants by Zack Rusin · 15 years ago
  63. 63aa9b5 gallivm: make sure we return the correct type when approximating log's by Zack Rusin · 15 years ago
  64. 8bee4c7 llvmpipe: Use resource_is_texture() consistently. by José Fonseca · 15 years ago
  65. 50d77c7 gallium: fix comment language, remove dangling comment by Brian Paul · 15 years ago
  66. 1143221 st/mesa: consolidate code for finding supported formats by Brian Paul · 15 years ago
  67. e65b115 st/mesa: refactor depth/stencil format selection code by Brian Paul · 15 years ago
  68. 446062b mesa: sort texel fetch/store table by format index by Brian Paul · 15 years ago
  69. b4a191e Merge branch '7.8' by Brian Paul · 15 years ago
  70. b1a9c76 st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24 by Brian Paul · 15 years ago
  71. 4d7ef6e mesa: fix conversion errors in signed_rgba8888[rev] texel fetch by Brian Paul · 15 years ago
  72. 2eea171 llvmpipe: Fix resource_is_texture. by José Fonseca · 15 years ago
  73. 510669c llvmpipe: Do not advertise S3TC rendering support. by José Fonseca · 15 years ago
  74. 6ae9975 llvmpipe: Fix typo in assert. by José Fonseca · 15 years ago
  75. 52bc90c u_format: Reduce code duplication. by José Fonseca · 15 years ago
  76. bd91f66 gallivm: Remove unused variable. by Vinson Lee · 15 years ago
  77. 48a1806 r300g: fix vertex unit setup by Alex Deucher · 15 years ago
  78. 986eb4b r300: fix vertex unit setup by Alex Deucher · 15 years ago
  79. 7a0b48e gallium/util: Fix deviation calculation in u_cache. by Vinson Lee · 15 years ago
  80. 393009a gallium/tests: Add test case for u_cache. by Vinson Lee · 15 years ago
  81. 7fe93f8 gallivm: added some assertions in loop-gen code by Brian Paul · 15 years ago
  82. 2e995cd progs/demos: Fix the progs/demos/rain help text by Aaron Plattner · 15 years ago
  83. bba6a19 gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/ by Brian Paul · 15 years ago
  84. fc9b8cd gallivm: emit_instruction() is boolean by Brian Paul · 15 years ago
  85. 5b639cd progs/glsl: better comments by Brian Paul · 15 years ago
  86. 04c136d llvmpipe: add missing dependency in Makefile by Brian Paul · 15 years ago
  87. feffd25 gallivm: implement TGSI KILP by Brian Paul · 15 years ago
  88. 5c364b3 draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe). by José Fonseca · 15 years ago
  89. dab8f6b radeon: fix warning by Marek Olšák · 15 years ago
  90. dd029dc r300g: raise the max index for generic varyings to 32 by Marek Olšák · 15 years ago
  91. 01c12ed softpipe: call draw_wide_point_sprites() by Brian Paul · 15 years ago
  92. 8cb223e gallium/draw: fix point sprite handling by Brian Paul · 15 years ago
  93. d30ab43 gallium/draw: use local var to simplify code by Brian Paul · 15 years ago
  94. 15d6029 llvmpipe: consolidate texture memory allocation code by Brian Paul · 15 years ago
  95. 867109f st/glx: variable 'i' is an enum by Brian Paul · 15 years ago
  96. f9f06f6 targets: Don't check if we should use trace by Jakob Bornecrantz · 15 years ago
  97. 86d2383 mesa/st: Translate a few more mesa/gallium formats. by José Fonseca · 15 years ago
  98. a85afb9 llvmpipe: Remove unused variable. by Vinson Lee · 15 years ago
  99. 736a2f2 mesa: do version checking for GL 3.x queries by Brian Paul · 15 years ago
  100. a40e6f2 mesa: API and state for GL 3.1 primitive restart by Brian Paul · 15 years ago