1. 113ab51 scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa. by José Fonseca · 16 years ago
  2. 5c9c6b0 scons: Generate matypes.h at build time. by José Fonseca · 16 years ago
  3. fc286ff mesa: Remove assyntax.h include from generated matypes.h. by José Fonseca · 16 years ago
  4. 8223add gallium: added tgsi_is_passthrough_shader() function by Brian Paul · 16 years ago
  5. 4ebfc3c egl: prototype some multi-API code by Brian Paul · 16 years ago
  6. b98ac1d draw: init vsvg draw pointer by Keith Whitwell · 16 years ago
  7. 43b92a6 gallium: Define PIPE_CAP_GUARD_BAND_* capabilities. by Michal Krol · 16 years ago
  8. 0a4aea0 draw: respect driver's max vertex buffer size by Keith Whitwell · 16 years ago
  9. c218b8c Build with -O2 by Alan Hourihane · 16 years ago
  10. 5b6ea6b Merge branch 'gallium-tex-surfaces' into gallium-0.1 by Keith Whitwell · 16 years ago
  11. afd635a i915: Fix compile on linux-dri-debug by Jakob Bornecrantz · 16 years ago
  12. 0a5df5b draw: Use register names more consistently. by Michal Krol · 16 years ago
  13. 183d490 draw: Fix fetch_src(). Resurrect SSE version of DP3. by Michal Krol · 16 years ago
  14. 58cccc8 draw: Fix DP3 implementation by replacing SSE with x87 version. by Michal Krol · 16 years ago
  15. 6a3aab1 i915: Removed useless defines by Jakob Bornecrantz · 16 years ago
  16. 7cc23a9 i915: Implement and use the reworked batchbuffer code by Jakob Bornecrantz · 16 years ago
  17. 4ee1427 i915: Rework of batchbuffer code by Jakob Bornecrantz · 16 years ago
  18. 5a67df6 scons: Integrate gdi winsys. by José Fonseca · 16 years ago
  19. 7c22bb3 gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). by José Fonseca · 16 years ago
  20. 6a39bcf draw: fast element translate path without delta by Keith Whitwell · 16 years ago
  21. e086051 gallium: Replace XSTDCALL by PIPE_CDECL. by José Fonseca · 16 years ago
  22. 8d9a963 gallium: Port util_time functions to windows userspace. by José Fonseca · 16 years ago
  23. 5027411 gallium: More tweaks for the cosf/sinf logic. by José Fonseca · 16 years ago
  24. aa1a39d rtasm: Use enum sse_cc in sse_cmpps. by José Fonseca · 16 years ago
  25. acdf24e gallium: Fix log<->cos typo in logf. by José Fonseca · 16 years ago
  26. 969a207 gallium: Fix log<->cos typo in logf. by José Fonseca · 16 years ago
  27. c1949e2 i915: Fixed some warnings by Jakob Bornecrantz · 16 years ago
  28. f4364cd i915: Fixed initialization of surface by Jakob Bornecrantz · 16 years ago
  29. 9b50043 gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for good. by José Fonseca · 16 years ago
  30. 275fc32 gallium: Identify each Windows platform individually from scons. by José Fonseca · 16 years ago
  31. 5463420 scons: Set /W3 warning level for all MSVC based platforms. by José Fonseca · 16 years ago
  32. 5b86ae6 draw: Fix MSVC warnings. by José Fonseca · 16 years ago
  33. 2c7ae33 tgsi: Add assertions to the new rule that when an extended swizzle by Michal Krol · 16 years ago
  34. 49ed85d brw: SWZ no longer aliases MOV. by Michal Krol · 16 years ago
  35. dfd30b8 i915: SWZ no longer aliases MOV. by Michal Krol · 16 years ago
  36. dc6068a cell: SWZ no longer aliases MOV. by Michal Krol · 16 years ago
  37. c6ae627 tgsi: SWZ no longer aliases to MOV. by Michal Krol · 16 years ago
  38. 837d49a gallium: The SWZ opcode no longer aliases MOV. by Michal Krol · 16 years ago
  39. a3212ee mesa: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  40. 0112211 brw: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  41. 99b4655 i915: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  42. 347d28f cell: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  43. 56fc769 util: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  44. a493815 tgsi: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  45. 3de18c2 gallivm: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  46. c2ff3a6 draw: Fix build after TGSI declaration interface changes. by Michal Krol · 16 years ago
  47. 4e33edf gallium: Refactor TGSI decalaration tokens. by Michal Krol · 16 years ago
  48. 140e0e0 i915: Comment out dead & problematic code. by Michal Krol · 16 years ago
  49. 9b3c158 i915: Add mising include. by Michal Krol · 16 years ago
  50. a4abedc draw: Remove const qualifier. by Michal Krol · 16 years ago
  51. 9046d1a gallium: Fix preprocessor logic. by Michal Krol · 16 years ago
  52. 1358195 draw: Remove const qualifier. by Michal Krol · 16 years ago
  53. ffc6afc scons: Enable mesa state tracker in all platforms by default. by José Fonseca · 16 years ago
  54. 3b77f39 draw: Eliminate stdio usage. by José Fonseca · 16 years ago
  55. 53174af mesa: Apply MSVC portability fixes from Alan Hourihane. by José Fonseca · 16 years ago
  56. 45b2c23 i915: Eliminate void pointer arithmetic. by José Fonseca · 16 years ago
  57. 054189e gallium: MSVC 8.0 already defines the cosf, sinf, etc. by José Fonseca · 16 years ago
  58. a9d6b1a gallium: Port timing functions to WinCE. by José Fonseca · 16 years ago
  59. 12bb907 gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver by Brian Paul · 16 years ago
  60. 3c4162e egl: eglGetProcAddress() stub by Brian Paul · 16 years ago
  61. e3805ca egl: new eglGetProcAddress() code by Brian Paul · 16 years ago
  62. 6b9b491 egl: bind the OpenGL API by Brian Paul · 16 years ago
  63. ba7aeb8 egl: specify client API by bit flag, not string by Brian Paul · 16 years ago
  64. d5078b9 egl: clean-up re-org of the client API state by Brian Paul · 16 years ago
  65. 5267620 egl: added eglDestroySurface function by Brian Paul · 16 years ago
  66. 64d0eb1 egl: fix-up window resizes by Brian Paul · 16 years ago
  67. 834aa8c egl: check for EGL_DRIVER env var to override normal driver selection process by Brian Paul · 16 years ago
  68. 80ed996 egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now) by Brian Paul · 16 years ago
  69. 750782a egl: assorted fixes. The code works now. by Brian Paul · 16 years ago
  70. 057ee55 egl: added surface_alloc_storage() by Brian Paul · 16 years ago
  71. 274dd38 egl: fix width/height tests by Brian Paul · 16 years ago
  72. d0de5a2 link libEGL with Xlib by Brian Paul · 16 years ago
  73. 1529a2c draw: trim incoming primitives by Keith Whitwell · 16 years ago
  74. 63faab0 mesa: undo accidental setting of _ForceEyeCoords by Keith Whitwell · 16 years ago
  75. df7d1ee Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug 16156) by Brian Paul · 16 years ago
  76. b12a31f i915: Now using draw_elements_range by Jakob Bornecrantz · 16 years ago
  77. 7b0a551 i915: Made batch buffer size much larger by Jakob Bornecrantz · 16 years ago
  78. 3869c3c Merge branch 'gallium-tex-surfaces' into gallium-0.1 by Jakob Bornecrantz · 16 years ago
  79. 2ade526 i915: Remade texture allocation code again by Jakob Bornecrantz · 16 years ago
  80. 9760ab2 i915: Fix extentions not being set by Jakob Bornecrantz · 16 years ago
  81. 012c0dd sis: Removed useless comment by Jakob Bornecrantz · 16 years ago
  82. bee79eb egl: new EGL/gallium/softpipe/xlib winsys by Brian Paul · 16 years ago
  83. 1c73b4b egl: added Name field to _EGLDriver so a driver name string can propogate up through EGL_VERSION string by Brian Paul · 16 years ago
  84. d1a0faf egl: use softpipe_egl driver by default by Brian Paul · 16 years ago
  85. 31e70fa comments in _eglMain() by Brian Paul · 16 years ago
  86. ae10775 gallium: Provide the INT64_C/UINT64_C macros. by José Fonseca · 16 years ago
  87. 2691c22 gallium: Replace getenv by placeholder code on WinCE. by José Fonseca · 16 years ago
  88. 22be9ea draw: quieten some debug by Keith Whitwell · 16 years ago
  89. 529b3f4 i915: Fix GPU lockup on resize by Jakob Bornecrantz · 16 years ago
  90. 643cc93 i915: Cleaned up intel_winsys_pipe.c by Jakob Bornecrantz · 16 years ago
  91. 056bea8 i915: Deprecated pipe_winsys buffer functions by Jakob Bornecrantz · 16 years ago
  92. 807e7c4 draw: add more switches to turn FSE on/off by Keith Whitwell · 16 years ago
  93. 8808d62 gallium: MSVC warning fixes. by José Fonseca · 16 years ago
  94. 4a7198f psb: Make msvc happy. by José Fonseca · 16 years ago
  95. 8f887b4 draw: michal's patch for calling powf... teapot still not quite right by Keith Whitwell · 16 years ago
  96. a233f65 draw: better calculation of fetch_count by Keith Whitwell · 16 years ago
  97. 45eecb9 draw: remove printf by Keith Whitwell · 16 years ago
  98. bb2e13b draw: make sure constant buffer data is aligned before passing to aos.c by Keith Whitwell · 16 years ago
  99. 79b67d8 i915: Remove last usage of surface_alloc_storage by Jakob Bornecrantz · 16 years ago
  100. 837601a i915: Ops how did that get there by Jakob Bornecrantz · 16 years ago