1. 536092f xlib: fix typo by Keith Whitwell · 16 years ago
  2. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  3. 685248b mesa: use sources.mak -- need to figure out how to support non-gallium builds also by Keith Whitwell · 16 years ago
  4. cdd97ce add gallium dir winsys/common -> winsys/ by Alan Hourihane · 16 years ago
  5. d50d68a glut: only call glFinish() in processWindowWorkList() for indirect contexts. by Brian Paul · 16 years ago
  6. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  7. 5835d7e tree builds by Alan Hourihane · 16 years ago
  8. 7ce1d0f cell: more comments, stub code for colormask/logicop/etc by Brian Paul · 16 years ago
  9. 5c459b3 simple quad drawing test by Brian Paul · 16 years ago
  10. 1b5331d cell: fix typos in blend code-gen by Brian Paul · 16 years ago
  11. 73c6ae9 cell: remove old state CMDs, added comments by Brian Paul · 16 years ago
  12. f6bf8d9 cell: clean-up, comments by Brian Paul · 16 years ago
  13. a558369 cell: disable NEW_VS emit by Brian Paul · 16 years ago
  14. 924653e cell: don't build unused sources by Brian Paul · 16 years ago
  15. f19903a cell: remove old blend/depth/stencil/logicop structs by Brian Paul · 16 years ago
  16. aa4a08d cell: asst. clean-up by Brian Paul · 16 years ago
  17. 283ffdf cell: checkpoint: remove more of the old per-fragment code by Brian Paul · 16 years ago
  18. add8603 cell: begin new blending code (both codegen and fallback paths) by Brian Paul · 16 years ago
  19. 6092a05 cell: fix shuffle in spu_unpack_B8G8R8A8() by Brian Paul · 16 years ago
  20. 5336e75 cell: added cast in spu_splats() call by Brian Paul · 16 years ago
  21. 701fcee cell: remove old per-fragment code, replace with all new code by Brian Paul · 16 years ago
  22. 284ab5a cell: checkpoint commit of new per-fragment processing by Brian Paul · 16 years ago
  23. ee582fd gallium: assorted additions and fixes to Cell SPE rtasm code by Brian Paul · 16 years ago
  24. 04ae4fb cell: minor change to Z float/int conversion code (avoid switch) by Brian Paul · 16 years ago
  25. cd9722d cell: comments by Brian Paul · 16 years ago
  26. 0e79e47 cell: comments, etc. by Brian Paul · 16 years ago
  27. bb5becf gallium: comments, assertions, etc by Brian Paul · 16 years ago
  28. 83054d9 press 'c' to toggle Z clear value between 0/1 by Brian Paul · 16 years ago
  29. 8df4c3a press 'f' to cycle through depth test funcs by Brian Paul · 16 years ago
  30. 47ad296 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Alan Hourihane · 16 years ago
  31. b645822 mesa: fix srcRowStride vs srcRowBytes conflict by Keith Whitwell · 16 years ago
  32. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  33. 4d42c5b added 24bpp support by Shane Blackett · 16 years ago
  34. bc3b2a5 Fixes for Mingw by Shane Blackett · 16 years ago
  35. 35fd727 intel: track move of bo_exec from drivers to bufmgr. by Eric Anholt · 16 years ago
  36. 3628185 intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. by Eric Anholt · 16 years ago
  37. 7e0bbdc intel: Move the bufmgr back to the screen. by Eric Anholt · 16 years ago
  38. eb5b16d tgsi: Fix newline pos. by José Fonseca · 16 years ago
  39. dc1834a tgsi: Verify constants are set before attempting to read them. by José Fonseca · 16 years ago
  40. d671cf4 softpipe: Code (commented out) to dump BMPs. by José Fonseca · 16 years ago
  41. bfe4567 util: Ensure we always have a full qualified file name on windows display. by José Fonseca · 16 years ago
  42. 67c2134 util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER. by Michal Krol · 16 years ago
  43. 05ecd6d softpipe: Silence compiler warning on Windows. by Michal Krol · 16 years ago
  44. 56e7c55 softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex. by Michal Krol · 16 years ago
  45. 68e672a softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softpipe. by Michal Krol · 16 years ago
  46. b407326 softpipe: More improvements for multithreaded softpipe. by Michal Krol · 16 years ago
  47. 01f9e51 softpipe: Split changing fields of quad_header into input, inout and output parts. by Michal Krol · 16 years ago
  48. 84cde72 softpipe: Improve multithreaded softpipe. by Michal Krol · 16 years ago
  49. ebe6160 softpipe: First attempts at multithreaded softpipe. by Michal Krol · 16 years ago
  50. 5a25628 tgsi: Cleanup code. by Michal Krol · 16 years ago
  51. d25611e trace: Request a growable file. by José Fonseca · 16 years ago
  52. a4a739e util: Allow to define the maximum file size. by José Fonseca · 16 years ago
  53. 1da0a13 util: Dump surfaces to BMP. by José Fonseca · 16 years ago
  54. 7cfc294 scons: Install shared libs in the right subdir. by José Fonseca · 16 years ago
  55. 2444c0c trace: Use util's stream. by José Fonseca · 16 years ago
  56. 86a1595 util: Rip-off trace's os-independent stream code. by José Fonseca · 16 years ago
  57. 52c2dd1 scons: Install libGL.so and respective symlinks. by José Fonseca · 16 years ago
  58. 8af4794 cell: code clean-up, comments by Brian Paul · 16 years ago
  59. a267934 cell: convert clear color if needed by Brian Paul · 16 years ago
  60. a1886d5 softpipe: convert clear color to surface format if needed by Brian Paul · 16 years ago
  61. 79200c9 gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8B8_UNORM by Brian Paul · 16 years ago
  62. 2877727 gallium: remove debug code from prev commit by Brian Paul · 16 years ago
  63. 7071e77 gallium: new util_unpack_color_ub() function by Brian Paul · 16 years ago
  64. 78a4589 gallium: Add pipe_thread primitives for PIPE_OS_LINUX. by Michal Krol · 16 years ago
  65. 0f6e76d mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() by Brian Paul · 16 years ago
  66. 11d694b mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() by Brian Paul · 16 years ago
  67. 9246c2f mesa: replace MALLOC w/ CALLOC to fix valgrind warning by Brian Paul · 16 years ago
  68. a0b5ac4 gallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_WINDOWS_USER config. by Michal Krol · 16 years ago
  69. ce3cf63 mesa: _mesa_program_state_string() returns char *, not const char *. by Michal Krol · 16 years ago
  70. 0653729 intel: only enable occlusion query if the drm has defines. by Dave Airlie · 16 years ago
  71. b8a7eef tgsi: Refactor tgsi_dump to avoid using string buffers when dumping. by José Fonseca · 16 years ago
  72. 50524c2 gallium: Pass 512 bytes max to EngDebugPrint. by José Fonseca · 16 years ago
  73. 53979d0 gallium: New pf_has_alpha utility function. by José Fonseca · 16 years ago
  74. 46efe73 python: Cleanup tri example. by José Fonseca · 16 years ago
  75. 2b53512 cell: move batch buffer init code by Brian Paul · 16 years ago
  76. c9cd0f4 cell: comments by Brian Paul · 16 years ago
  77. 2ebeab0 cell: more cell_init_*_functions() by Brian Paul · 16 years ago
  78. 5cf2e22 cell: implement CELL_DEBUG env/options var by Brian Paul · 16 years ago
  79. a69fc51 mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
  80. 9a64440 mesa: fix minor mem leak by Brian Paul · 16 years ago
  81. 37c74af mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
  82. dc248fc cell: assorted comments, clean-ups, etc. by Brian Paul · 16 years ago
  83. 27ae1bc cell: use util_surface_copy/fill() by Brian Paul · 16 years ago
  84. 93ad2d5 cell: include p_inlines.h by Brian Paul · 16 years ago
  85. dd82c06 softpipe: use the new util_surface_copy/fill() functions by Brian Paul · 16 years ago
  86. 6989722 gallium: remove the copyHeight hack for compresssed formats by Brian Paul · 16 years ago
  87. ce8c08c gallium: new util_surface_copy() and util_surface_fill() helpers by Brian Paul · 16 years ago
  88. 978f07b mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  89. 4a32f0c configure.ac: bump dri2proto requirement, drop TTM_API define. by Kristian Høgsberg · 16 years ago
  90. 55e89ee mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 by Xiang, Haihao · 16 years ago
  91. 0adfd10 intel: Fix depth_stencil texture. by Xiang, Haihao · 16 years ago
  92. 218df7f mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 by Xiang, Haihao · 16 years ago
  93. dc44bb8 mesa: Support for MESA_FORMAT_S8_Z24 texture by Jakob Bornecrantz · 16 years ago
  94. 2c45b55 mesa: Remove unused var. by José Fonseca · 16 years ago
  95. 1d7a213 softpipe: Add missing include. by José Fonseca · 16 years ago
  96. f754b45 i915: Add missing include. by José Fonseca · 16 years ago
  97. 135a0dd gallium: Fix typo. by José Fonseca · 16 years ago
  98. dffad17 cell: Use pipe_buffer_* inlines as much as possible. by José Fonseca · 16 years ago
  99. 34cc7f5 i915: Use pipe_buffer_* inlines as much as possible. by José Fonseca · 16 years ago
  100. 65a0941 i965: Use pipe_buffer_* inlines as much as possible. by José Fonseca · 16 years ago