1. 15b92b0 scons: Support MinGW32 cross compiler. by José Fonseca · 16 years ago
  2. 59ae12b5 python/retrace: Dump constants. by José Fonseca · 16 years ago
  3. 2f153b5 python: Allow to read from buffers. by José Fonseca · 16 years ago
  4. 8a9e062 python/retrace: Fix formatting of shaders. by José Fonseca · 16 years ago
  5. 03f19bc python/retrace: Ignore irrelevant calls. by José Fonseca · 16 years ago
  6. 56ce90c python/retrace: Highlight the trace dump to help to visualize. by José Fonseca · 16 years ago
  7. 9efa6ca python/retrace: Use the usual BSD-style license. by José Fonseca · 16 years ago
  8. 228afbc gallium: Use costum log2 for all windows builds. by José Fonseca · 16 years ago
  9. 1e35d92 gallium: State when there are no memory leaks detected. by José Fonseca · 16 years ago
  10. c13cf0d gallium: Make handle_table reentrant. by José Fonseca · 16 years ago
  11. 7e584a7 gallium: increase table size for fast log/pow functions by Brian Paul · 16 years ago
  12. 6afab90 util: Use OpenGL rasterization rules in blits and mipmap generation. by Brian Paul · 16 years ago
  13. 0557fa7 translate: pull in prefetch and other optimizations from draw_vs_aos.c by Keith Whitwell · 16 years ago
  14. d04caf2 trivial: more tests by Keith Whitwell · 16 years ago
  15. 0d86374 util: Optimise log2(). by Michal Krol · 16 years ago
  16. f447eea util: Add log2() definition for MSC. by Michal Krol · 16 years ago
  17. a983f2a draw: Add missing include. by Michal Krol · 16 years ago
  18. 5cfb0a4 mesa: restore the negate flag of dots in build_lighting. by Xiang, Haihao · 16 years ago
  19. ff42991 gallium: fix comment again. A half-closed interval was intended. by Brian · 16 years ago
  20. 1dae2be dri: alloc __DRIscreen object with calloc() by Brian Paul · 16 years ago
  21. df84f78 mesa: fix logic error in GLSL linker when looking for main() shaders by Brian Paul · 16 years ago
  22. eb4dded Mesa: fix number of buffers in st_draw_vbo(). by Pekka Paalanen · 16 years ago
  23. 2276dcf gallium: fix typos in comments by Brian Paul · 16 years ago
  24. 5668e7f gallium: actually flip the coordinates by Zack Rusin · 16 years ago
  25. 325cbeb util: Fix util_fast_pow/exp2/log2. by Brian · 16 years ago
  26. 7e831570 gallium: _debug_vprintf() should be silent if DEBUG is not defined by Brian · 16 years ago
  27. eb45981 mesa: use _bfc0 instead of _col0 when building back face lighting. by Brian Paul · 16 years ago
  28. bb8a9ce gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c by Brian · 16 years ago
  29. 2f1a296 mesa: update the shader programs->TexturesUsed array at link time by Brian Paul · 16 years ago
  30. 678f80b gallium: added st_print_shaders() function to help w/ debugging by Brian Paul · 16 years ago
  31. 6c3e736 gallium: debug code to print vertex array data (disabled) by Brian Paul · 16 years ago
  32. 93fd5e1 softpipe: debug code (disabled) by Brian Paul · 16 years ago
  33. 5b2b064 gallium: check execution mask in indirect register loads by Brian · 16 years ago
  34. 639a2b0 gallium: don't range check tgsi register index for indirect accesses by Brian · 16 years ago
  35. de14fdd gallium: added check for degenerate drawing calls by Brian Paul · 16 years ago
  36. 6282c38 gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at draw time by Brian Paul · 16 years ago
  37. 0331c1c mesa: fix a GLSL array indexing codegen bug by Brian Paul · 16 years ago
  38. f0debbb gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code by Brian Paul · 16 years ago
  39. 03c0ce4 gallium: added tgsi_set_exec_mask() by Brian Paul · 16 years ago
  40. a137f03 gallium: added some sanity check assertions for constant buffer indexing by Brian Paul · 16 years ago
  41. 528c860 mesa: remove extra \n from printf string by Brian Paul · 16 years ago
  42. 2ff4636 mesa: add Initialized field to gl_uniform struct, for debugging purposes only by Brian Paul · 16 years ago
  43. 05a17f8 gallium: added some debug code (disabled) by Brian Paul · 16 years ago
  44. fc3b361 gallium: disable some debug output by Brian Paul · 16 years ago
  45. 64a9908 i915: Remove faulty assert by Jakob Bornecrantz · 16 years ago
  46. 5a02998 draw: Implement TGSI_OPCODE_TRUNC. by michal · 16 years ago
  47. 502974b tgsi: Implement OPCODE_TRUNC. by michal · 16 years ago
  48. f16f53a mesa: fix float-valued GLSL vertex attribute variables by Brian Paul · 16 years ago
  49. c7e9846 mesa: silence warnings by Brian Paul · 16 years ago
  50. e9bc632 mesa: do scope replacement for while/for loops too by Brian Paul · 16 years ago
  51. 58936b5 mesa: glsl tree print improvements by Brian Paul · 16 years ago
  52. 90cdb8a mesa: fix assignment / parameter passing of sampler types by Brian Paul · 16 years ago
  53. b3cfcd3 mesa: additional debug flags for glsl debug/disassembly by Brian Paul · 16 years ago
  54. fa139f8 mesa: fix some bugs with precision qualifier parsing by Brian Paul · 16 years ago
  55. 40217db mesa: do scope replacement for variable initializers too by Brian Paul · 16 years ago
  56. 851dbaa mesa: fix copy/paste error in GLSL error msg by Brian Paul · 16 years ago
  57. 766cb95 gallium: new sanity assertions in mmAllocMem() by Brian Paul · 16 years ago
  58. 7d7f0f1 gallium: fix copy&paste bug by Brian Paul · 16 years ago
  59. 8160cb4 gallium: fix alignment parameter passed to u_mmAllocMem() by Brian Paul · 16 years ago
  60. 52e6fbb gallium: recognize DEBUG as well as DBG for debugging by Keith Whitwell · 16 years ago
  61. 97e6343 mesa: note that texcoords are generated by setup routines when pointsprite enabled by Keith Whitwell · 16 years ago
  62. 6c6c2f1 gallium: add some checks for null surface pointers in state tracker by Brian Paul · 16 years ago
  63. d422c1e mesa: redraw upon keypress in trivial/tri.c by Brian Paul · 16 years ago
  64. 8d6ef12 gallium: fix mis-matched malloc/free vs. aligned malloc/free by Brian Paul · 16 years ago
  65. 055d986 trivial: more vp tests by Keith Whitwell · 16 years ago
  66. 5548a30 vp: add simple vertex transform test by Keith Whitwell · 16 years ago
  67. 568e96b mesa: modify fixed function vertex programs not to reference constant attributes by Keith Whitwell · 16 years ago
  68. 6d4d51d mesa: new _mesa_set_vp_override() function for driver-override of vertex program by Brian Paul · 16 years ago
  69. f7556fd mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM by Brian Paul · 16 years ago
  70. 5c4bd76 mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into account by Brian Paul · 16 years ago
  71. 4f1dafa Mesa: fix the case where there are no vertex attributes. by Stephane Marchesin · 16 years ago
  72. 1ec78df trivial: add more vp tests by Keith Whitwell · 16 years ago
  73. 239617f mesa: replace GLuint with GLbitfield to be clearer about usage by Brian Paul · 16 years ago
  74. 23cc303 draw: don't assume output buffer pointer is aligned by Keith Whitwell · 16 years ago
  75. 4070dba mesa: update state after binding vertex list in dlist path by Keith Whitwell · 16 years ago
  76. a381c9e trivial: exercise vertprog sligtly by Keith Whitwell · 16 years ago
  77. 6ff1cf5 mesa: protect against segfault in get_fp_input_mask() by Keith Whitwell · 16 years ago
  78. c48da7d draw: add switch for drivers to force vertex data passthrough by Keith Whitwell · 16 years ago
  79. 23e62c9 mesa: remove old assertion by Brian Paul · 16 years ago
  80. f7ee3c9 gallium: replace assertion with conditional/recovery code by Brian · 16 years ago
  81. d055b2c mesa: fix convolve/convolution mix-ups by Brian · 16 years ago
  82. f362788 mesa: add missing GLcontext param to _mesa_delete_query(). by Brian Paul · 16 years ago
  83. 9b82701 draw: Fix compiler errors on Windows. by Michal Krol · 16 years ago
  84. 7053f8c rtasm: fix debug build by Keith Whitwell · 16 years ago
  85. 53d4706 make draw's vertex_info struct smaller/quicker to compare with memcmp() by Keith Whitwell · 16 years ago
  86. 0370d6b mesa: handle vertex program enabled case also in texenvprogram.c by Keith Whitwell · 16 years ago
  87. 1680ef8 mesa: avoid generating constant vertex attributes in fixedfunc programs by Keith Whitwell · 16 years ago
  88. d63a36e Mesa: short-circuit case when looking up the same program twice in cache by Keith Whitwell · 16 years ago
  89. fa1b533 mesa: add new internal state for tracking current vertex attribs by Keith Whitwell · 16 years ago
  90. 0e008d3 mesa: add missing state dependencies for various tracked constants by Keith Whitwell · 16 years ago
  91. 6280e33 mesa: shrink texenvprogram state key struct by Keith Whitwell · 16 years ago
  92. 6965532 rtasm: add sse_movntps by Keith Whitwell · 16 years ago
  93. 918a444 draw: modify prefetching slightly by Keith Whitwell · 16 years ago
  94. af9cfea draw: don't keep refetching constant inputs by Keith Whitwell · 16 years ago
  95. 102daee rtasm: add prefetch instructions by Keith Whitwell · 16 years ago
  96. dd7e5a4 draw: add streamlined paths for fetching linear verts by Keith Whitwell · 16 years ago
  97. 266c5f5 mesa: Fix compiler warnings on Windows. by Michal Krol · 16 years ago
  98. a6ff215 Gallivm: add slt. glxgears should be running, except it isn't. by Stephane Marchesin · 16 years ago
  99. 4ae161e Gallivm: port to llvm 2.4. by Stephane Marchesin · 16 years ago
  100. 7379d0e Gallivm: fix off-by-one. by Stephane Marchesin · 16 years ago