1. 6c84652 cell: replace assert() with special spu ASSERT() macro by Brian Paul · 16 years ago
  2. 439dca4 cell: add pipe_texture_reference() call in cell_get_tex_surface() by Brian Paul · 16 years ago
  3. b035c85 cell: updated assertion by Brian Paul · 16 years ago
  4. ba2812f cell: comments by Brian Paul · 16 years ago
  5. 6ebf712 gallium: do image clipping in xmesa_display_surface_tiled() by Brian Paul · 16 years ago
  6. 8b8952a cell: fix texture/surface allocation to allocate by multiple of tile size by Brian Paul · 16 years ago
  7. 2ab394a cell: move misplaced assertions; put them after ximage is assigned. by Brian Paul · 16 years ago
  8. 1d5ad2c i915: Fix typo in intel_lock.c by Jakob Bornecrantz · 16 years ago
  9. fafc369 cell: add -DDEBUG flag, fixes to Cell Makefiles by Brian Paul · 16 years ago
  10. ab93aa7 Cell: added linux-cell-debug config by Brian Paul · 16 years ago
  11. 01a76f4 cell: add missing cell_tex_surface_release() by Brian Paul · 16 years ago
  12. f637a96 gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. by José Fonseca · 16 years ago
  13. 82086f5 draw: Describe the steps in emit_load_R32G32B32A32. by José Fonseca · 16 years ago
  14. a28aa18 fix BUFFER_DEPTH/BUFFER_ACCUM mix-up by Brian Paul · 16 years ago
  15. e3509fd gallium: increase string buffer size to 16000 to avoid truncated output of long shaders by Brian Paul · 16 years ago
  16. feea0c9 gallium: fix out of bounds array errors in SSE execution by Brian Paul · 16 years ago
  17. 2774b09 i915: Fix typo in ws_dri_bufmgr.c by Jakob Bornecrantz · 16 years ago
  18. 4d27c02 i915: Small fixes for tiled textures by Jakob Bornecrantz · 16 years ago
  19. 28b4090 gallium: remove glthread.h file (not used) by Brian Paul · 16 years ago
  20. e54f1ab gallium: removed p_pointer.h (use util/u_pointer.h instead) by Brian Paul · 16 years ago
  21. f3a7463 gallium: include u_pointer,h, not p_pointer.h by Brian Paul · 16 years ago
  22. 39e8860 mesa: use CALLOC instead of MALLOC to fix valgrind warning by Brian Paul · 16 years ago
  23. c074b86 gallium: added st_bind/release_teximage() functions by Brian Paul · 16 years ago
  24. 9d9143d gallium: move st_texture_image() cast wrapper to header file by Brian Paul · 16 years ago
  25. 102529c egl: CreatePbufferSurface, Bind/ReleaseTexImage functions by Brian Paul · 16 years ago
  26. b36f906 egl: additional error checking in _eglBind/ReleaseTexImage() by Brian Paul · 16 years ago
  27. 038d53c pipebuffer: Add missing break statement to cache lookup logic. by José Fonseca · 16 years ago
  28. 5c198f6 pipebuffer: Comment the slab code. Remove the freeSlabs list. by José Fonseca · 16 years ago
  29. a6c7258 scons: Optimize for speed, not size, with MSVC. by José Fonseca · 16 years ago
  30. f4d707b draw: Put INLINES where appropriate. by José Fonseca · 16 years ago
  31. 5e18489 util: make timed_winsys os independent by Keith Whitwell · 16 years ago
  32. c118c65 util: add func to return time as uint64 microseconds by Keith Whitwell · 16 years ago
  33. a4d04d7 add u_timed_winsys.[ch] by Keith Whitwell · 16 years ago
  34. a934551 remove depend.bak in realclean by Keith Whitwell · 16 years ago
  35. 8c092de Remove CVS keywords. by José Fonseca · 16 years ago
  36. ef823dd util: Fix compiler errors in the release build of C++ sources. by José Fonseca · 16 years ago
  37. 8156c30 gallium: winsys/common no longer exists by José Fonseca · 16 years ago
  38. 3c81992 Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0. by Jonathan White · 16 years ago
  39. 380385a mesa: added test for very long fixed-function vertex programs by Brian Paul · 16 years ago
  40. ee87d7d mesa: remove debug code by Brian Paul · 16 years ago
  41. cacf5f2 mesa: dynamically grow the fixed function vertex program as needed by Brian Paul · 16 years ago
  42. 5048457 gallium: change the conditional which tests for combined Z+stencil buffers by Brian Paul · 16 years ago
  43. 4e4cb02 mesa: bump MAX_INSN to 300 by Brian Paul · 16 years ago
  44. c46c07f pipebuffer: Fix/add detail to the under- overflow report messages. by José Fonseca · 16 years ago
  45. c6739e8 pipebuffer: Check buffer over- & underflows when mapping/unmapping too. by José Fonseca · 16 years ago
  46. c5f0fd9 egl: free display ext data in xdri_eglTerminate(). by Brian Paul · 16 years ago
  47. a341586 gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread. by José Fonseca · 16 years ago
  48. ee402e5 gallium: better support for user-space interleaved arrays by Brian Paul · 16 years ago
  49. ce40bc2 gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. by Brian Paul · 16 years ago
  50. 8eb85f6 gallium: remove old assertions by Brian Paul · 16 years ago
  51. 6f33b77 gallium: call st_finish() in XMesaFlush() by Brian Paul · 16 years ago
  52. d29cf58 gallium: s/_glthread_Cond/unsigned/ in p_thread.h by Brian Paul · 16 years ago
  53. da66a76 gallium: Add dummy defines of pipe_condvar for Windows to make it compile. by Michal Krol · 16 years ago
  54. 0bb852f gallium: thread wrapper clean-up by Brian Paul · 16 years ago
  55. b5ab3b7 cell: use SDK 3.0 by default by Brian Paul · 16 years ago
  56. e6887a5 draw: attempt atomic submit of large drawelements calls by Keith Whitwell · 16 years ago
  57. 026e773 vbo: seed initial max_element value with a more likely candidate by Keith Whitwell · 16 years ago
  58. 6ba9fb9 cell: asst fixes to get driver building/running again. by Brian · 16 years ago
  59. 60ac761 gallium: added const qualifiers on some draw funcs by Brian · 16 years ago
  60. a644c5a gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN by Brian · 16 years ago
  61. fd06d01 gallium: include <sched.h> on linux to get sched_yield() proto by Brian · 16 years ago
  62. 85813e3 gallium: include u_math.h by Brian Paul · 16 years ago
  63. 2c4661f gallium: Add missing includes. by Michal Krol · 16 years ago
  64. 6fd2fea gallium: include u_memory.h, u_math.h by Brian · 16 years ago
  65. 4c84e94 gallium: remove old tile util files by Brian Paul · 16 years ago
  66. 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 16 years ago
  67. ec74156 trace: Include u_string.h. by Michal Krol · 16 years ago
  68. e7ff7f7 util: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  69. f3dfd59 util: Include missing u_rect.h. by Michal Krol · 16 years ago
  70. 2b87174 gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) by Brian Paul · 16 years ago
  71. fe1e39a gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header by Brian Paul · 16 years ago
  72. a13475f gallium: replace align_int() with align() by Brian Paul · 16 years ago
  73. f9c04d5 gallium: insert __cplusplus/extern wrappings by Brian Paul · 16 years ago
  74. a22bdd4 gallium: move math macros from p_util.h to u_math.h by Brian Paul · 16 years ago
  75. 9935e3b gallium: stop using ifloor(), FABSF(), etc by Brian Paul · 16 years ago
  76. 120270d gallium: stop using FABSF() macro by Brian Paul · 16 years ago
  77. 1a46dcc gallium: replace LOG2() macro with util_fast_log2() inline func by Brian Paul · 16 years ago
  78. 1c2ff4d gallium: use new util_fast_exp2(), _log2(), pow() functions by Brian Paul · 16 years ago
  79. 07bebb8 mesa: glsl: regenerated file by Brian Paul · 16 years ago
  80. 47d4b95 mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow by Brian Paul · 16 years ago
  81. 9e2b867 gallium: new u_math.[ch] files for math functions by Brian Paul · 16 years ago
  82. d32f51d python/retrace: Interpret texture/surfaces destructions. by José Fonseca · 16 years ago
  83. 807a748 trace: Don't trace texture/surfaces releases, only destructions. by José Fonseca · 16 years ago
  84. 152d00d trace: Use a 4 hexadecimal digit suffix. by José Fonseca · 16 years ago
  85. 7f3c368 python/retrace: Process the trace call-by-call (instead of reading everything into memory). by José Fonseca · 16 years ago
  86. 1062406 python/retrace: Support gziped traces. by José Fonseca · 16 years ago
  87. 34d12c1 trace: Hack to detect writes to user buffers. by José Fonseca · 16 years ago
  88. 0fff3e4 trace: Split the output stream on windows. by José Fonseca · 16 years ago
  89. f52db6c scons: Build the trace pipe driver by default. by José Fonseca · 16 years ago
  90. ad9c862 mesa: glsl: fix a swizzle bug in storage_to_src_reg() by Brian Paul · 16 years ago
  91. e55093b mesa: glsl: add check for exceeding max number of constants/uniforms by Brian Paul · 16 years ago
  92. 29bee15 mesa: glsl: regenerated file by Brian Paul · 16 years ago
  93. ef33697 mesa: glsl: better implementation of ftransform() by Brian Paul · 16 years ago
  94. 0fae764 gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. by Brian Paul · 16 years ago
  95. f6abdb2 gallium: fix typo in LINE() macro (replace i+1 with i1 var) by Brian Paul · 16 years ago
  96. 34cffce python/retrace: Retrace draw_elements and draw_range_elements. by José Fonseca · 16 years ago
  97. 1d881b8 python: bindings for draw_range_elements. by José Fonseca · 16 years ago
  98. 815cdcf mesa: allow for extra per-context init by Brian Paul · 16 years ago
  99. 7f9959a gallium: fix do_flip bug in sp_surface_copy() by Brian Paul · 16 years ago
  100. 63c0970 gallium: fix an assertion by Brian Paul · 16 years ago