1. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 17 years ago
  2. e6887a5 draw: attempt atomic submit of large drawelements calls by Keith Whitwell · 17 years ago
  3. 026e773 vbo: seed initial max_element value with a more likely candidate by Keith Whitwell · 17 years ago
  4. 6ba9fb9 cell: asst fixes to get driver building/running again. by Brian · 17 years ago
  5. 60ac761 gallium: added const qualifiers on some draw funcs by Brian · 17 years ago
  6. a644c5a gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN by Brian · 17 years ago
  7. fd06d01 gallium: include <sched.h> on linux to get sched_yield() proto by Brian · 17 years ago
  8. 80af50b mesa: glsl: regenerated file by Brian Paul · 17 years ago
  9. 2d5087b mesa: glsl: grab latest fixes from gallium-0.1 branch by Brian Paul · 17 years ago
  10. d6df735 mesa: set version string to 7.3-devel by Brian Paul · 17 years ago
  11. 85813e3 gallium: include u_math.h by Brian Paul · 17 years ago
  12. 2c4661f gallium: Add missing includes. by Michal Krol · 17 years ago
  13. 6fd2fea gallium: include u_memory.h, u_math.h by Brian · 17 years ago
  14. 4c84e94 gallium: remove old tile util files by Brian Paul · 17 years ago
  15. 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 17 years ago
  16. f75843a Revert "Revert "Merge branch 'drm-gem'"" by Dave Airlie · 17 years ago
  17. 7c81124 Revert "Merge branch 'drm-gem'" by Dave Airlie · 17 years ago
  18. ec74156 trace: Include u_string.h. by Michal Krol · 17 years ago
  19. e7ff7f7 util: Silence compiler warnings on Windows. by Michal Krol · 17 years ago
  20. f3dfd59 util: Include missing u_rect.h. by Michal Krol · 17 years ago
  21. 2b87174 gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) by Brian Paul · 17 years ago
  22. fe1e39a gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header by Brian Paul · 17 years ago
  23. a13475f gallium: replace align_int() with align() by Brian Paul · 17 years ago
  24. f9c04d5 gallium: insert __cplusplus/extern wrappings by Brian Paul · 17 years ago
  25. a22bdd4 gallium: move math macros from p_util.h to u_math.h by Brian Paul · 17 years ago
  26. 9935e3b gallium: stop using ifloor(), FABSF(), etc by Brian Paul · 17 years ago
  27. 120270d gallium: stop using FABSF() macro by Brian Paul · 17 years ago
  28. 1a46dcc gallium: replace LOG2() macro with util_fast_log2() inline func by Brian Paul · 17 years ago
  29. 1c2ff4d gallium: use new util_fast_exp2(), _log2(), pow() functions by Brian Paul · 17 years ago
  30. 07bebb8 mesa: glsl: regenerated file by Brian Paul · 17 years ago
  31. 47d4b95 mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow by Brian Paul · 17 years ago
  32. 9e2b867 gallium: new u_math.[ch] files for math functions by Brian Paul · 17 years ago
  33. d32f51d python/retrace: Interpret texture/surfaces destructions. by José Fonseca · 17 years ago
  34. 807a748 trace: Don't trace texture/surfaces releases, only destructions. by José Fonseca · 17 years ago
  35. 152d00d trace: Use a 4 hexadecimal digit suffix. by José Fonseca · 17 years ago
  36. 7f3c368 python/retrace: Process the trace call-by-call (instead of reading everything into memory). by José Fonseca · 17 years ago
  37. a35002c 965: Fix incorrect backface culling by Krzysztof Czurylo · 17 years ago
  38. 6f4fd3a Call _ae_update_state when array enable state changes by Krzysztof Czurylo · 17 years ago
  39. be30fdd 965: Fix color clamping issues by Krzysztof Czurylo · 17 years ago
  40. 1a244cd Formatting changes to ease application of patches by Ian Romanick · 17 years ago
  41. 687cd46 i965: use dri_bo_subdata in vertex upload to get pwrite used. by Eric Anholt · 17 years ago
  42. 021ce88 Flush vertices when updating texObj->GenerateMipmap state. by Eric Anholt · 17 years ago
  43. 1062406 python/retrace: Support gziped traces. by José Fonseca · 17 years ago
  44. 34d12c1 trace: Hack to detect writes to user buffers. by José Fonseca · 17 years ago
  45. 0fff3e4 trace: Split the output stream on windows. by José Fonseca · 17 years ago
  46. f52db6c scons: Build the trace pipe driver by default. by José Fonseca · 17 years ago
  47. 3a94b25 Report damage before modifying the area, not after. by Peter Hutterer · 17 years ago
  48. 495c022 intel: Fix SGIS_generate_mipmap after a miptree had been validated. by Eric Anholt · 17 years ago
  49. 8f1d5ca use ftransform() by Brian Paul · 17 years ago
  50. 8434c65 glx: free driScreen in FreeScreenConfigs() by Kristof Ralovich · 17 years ago
  51. 8b51278 glx: free context in driDestroyContext() by Kristof Ralovich · 17 years ago
  52. e206034 glx: free vertex array state when context is destroyed by Kristof Ralovich · 17 years ago
  53. fb36a54 fix mem leak (free psc->visuals) by Kristof Ralovich · 17 years ago
  54. 145f5f6 mesa: fix float blend bug by Mark Anderson · 17 years ago
  55. 2848b55 mesa: move old/obsolete MESA extensions specs to OLD/ directory by Brian Paul · 17 years ago
  56. ad9c862 mesa: glsl: fix a swizzle bug in storage_to_src_reg() by Brian Paul · 17 years ago
  57. e55093b mesa: glsl: add check for exceeding max number of constants/uniforms by Brian Paul · 17 years ago
  58. 9cc13eb i965: fixup format for TFP zero copy by Dave Airlie · 17 years ago
  59. ce61660 i965: make tex offset override work.. by Dave Airlie · 17 years ago
  60. 29bee15 mesa: glsl: regenerated file by Brian Paul · 17 years ago
  61. ef33697 mesa: glsl: better implementation of ftransform() by Brian Paul · 17 years ago
  62. 0fae764 gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. by Brian Paul · 17 years ago
  63. f6abdb2 gallium: fix typo in LINE() macro (replace i+1 with i1 var) by Brian Paul · 17 years ago
  64. 34cffce python/retrace: Retrace draw_elements and draw_range_elements. by José Fonseca · 17 years ago
  65. 1d881b8 python: bindings for draw_range_elements. by José Fonseca · 17 years ago
  66. b17b110 i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug #16852, #16853) by Xiang, Haihao · 17 years ago
  67. 815cdcf mesa: allow for extra per-context init by Brian Paul · 17 years ago
  68. 7f9959a gallium: fix do_flip bug in sp_surface_copy() by Brian Paul · 17 years ago
  69. 63c0970 gallium: fix an assertion by Brian Paul · 17 years ago
  70. 84a4967 gallium: implement a fast-path for glReadPixels for common cases by Brian Paul · 17 years ago
  71. e90c0c9 gallium: do a proper implementation of GL_OES_read_format by Brian Paul · 17 years ago
  72. 9e3aaa5 gallium: WinCE build fixes. by José Fonseca · 17 years ago
  73. d7f8b95 python/retrace: Add several missing functions. by José Fonseca · 17 years ago
  74. d27ffb8 trace: Fix pipe_clip_state dump. by José Fonseca · 17 years ago
  75. 9adfc57 python: Handle null state. by José Fonseca · 17 years ago
  76. 5f1ef11 python/retrace: Trim null chars. by José Fonseca · 17 years ago
  77. 200d6dc trace: Support C++. by José Fonseca · 17 years ago
  78. ff01a12 mesa: glsl: more writemask error checking by Brian Paul · 17 years ago
  79. bec1519 mesa: glsl: added some post incr/decr error checks by Brian Paul · 17 years ago
  80. c4cf251 mesa: glsl: limit function matching through casting by Brian Paul · 17 years ago
  81. 3e1706f mesa: glsl: add usage tracking for uniform vars by Brian Paul · 17 years ago
  82. a667d67 r5xx: Final fog option fix. by Corbin Simpson · 17 years ago
  83. df9bd01 mesa: glsl: put var emit/ref code into separate functions by Brian Paul · 17 years ago
  84. 146a0fb gallium: Add note about vs_2_0 EXPP mapping. by Michal Krol · 17 years ago
  85. 47e14cc Add NV_vertex_program specific tests. by Michal Krol · 17 years ago
  86. 2858ec6 Add support for NVIDIA programs. by Michal Krol · 17 years ago
  87. 7855ea2 r5xx: Don't squish GL context when using FogOption by Corbin Simpson · 17 years ago
  88. 4405e42 tgsi: Implement LOG opcode for SSE2 codegen. by Michal Krol · 17 years ago
  89. 0d9d204 tgsi: Implement EXP opcode for SSE2. by Michal Krol · 17 years ago
  90. 7f2d349 mesa: Call pipe->destroy on context destruction for all platforms. by José Fonseca · 17 years ago
  91. 12e84a8 r5xx: Enable fog options. by Corbin Simpson · 17 years ago
  92. f9e14e0 xlib: Revert destroying pipe_screen (temporary). by José Fonseca · 17 years ago
  93. de3083b tgsi: Fix ARL opcode in SSE2 codegen. by Michal Krol · 17 years ago
  94. 5d0a079 st: Do not translate program constants to immediates when by Michal Krol · 17 years ago
  95. 3eeaa94 st: Translate address register declaration. by Michal Krol · 17 years ago
  96. 81dbc31 st: Fix immediate construction. by Michal Krol · 17 years ago
  97. 2b512c0 tgsi: Workaround debug output buffer size limitations. by Michal Krol · 17 years ago
  98. 5b16730 Port vp to Windows. by Michal Krol · 17 years ago
  99. 93305bd tgsi: Use NUM_CHANNELS. by Michal Krol · 17 years ago
  100. c71161f gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffers by Brian Paul · 17 years ago