Age | Commit message (Expand) | Author |
2009-03-04 | cell: update cell driver after gallium reference count changes | Brian Paul |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | cell: added null ptr check in xm_flush_frontbuffer() | Brian Paul |
2009-02-19 | gallium/winsys/xlib: Fix build with USE_XSHM undefined. | Michel Dänzer |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-12 | gallium/winsys/xlib: Use XShmPutImage when possible. | Michel Dänzer |
2009-02-12 | gallium/winsys/xlib: Fix stride calculations. | Michel Dänzer |
2009-02-10 | mesa: Build both software rasterizers for debug | Jakob Bornecrantz |
2009-02-09 | mesa: build/use libmesagallium.a for gallium builds | Brian Paul |
2009-02-07 | cell: compile fix: no-op xlib_create_brw_screen() for Cell build | Brian Paul |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2009-02-02 | gallium: remove pipe_buffer from surfaces | Zack Rusin |
2009-02-02 | xlib: Get conditional compilation of drivers working again. | José Fonseca |
2009-02-02 | scons: Fixups for the introduction of the xlib state_tracker. | Michel Dänzer |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2009-01-20 | gallium: Remove the standalone surfaces. | José Fonseca |
2009-01-19 | xlib: fix dependencies | Keith Whitwell |
2009-01-19 | gallium: use align() intead of round_up() | Brian Paul |
2009-01-19 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell |
2009-01-19 | xlib: fix compilation after xmesa header moves | Keith Whitwell |
2009-01-17 | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell |
2009-01-13 | xlib: split off cell to its own backend | Keith Whitwell |
2009-01-13 | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell |
2009-01-09 | xlib: move state tracker to glx/xlib | Keith Whitwell |
2009-01-09 | xlib: disable more cell calls when GALLIUM_CELL not defined | Keith Whitwell |
2009-01-09 | xlib: combine and eliminate some header files | Keith Whitwell |
2009-01-08 | cell: fix breakage from xlib re-org | Brian Paul |
2009-01-08 | gallium: split driver-independent code out of xlib winsys | Keith Whitwell |
2008-12-19 | cell: fix build breakage | Brian Paul |
2008-12-17 | winsys: fix depth buffer size when using stencil | Brian Paul |
2008-12-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-12-10 | gallium: restore default_depth_bits() call in xlib winsys | Brian Paul |
2008-10-23 | scons: Don't hardcode any drivers for the xlib winsys, just pick suitable ones. | Michel Dänzer |
2008-09-19 | cell: disable XShmPutImage for tiled surface for now | Brian Paul |
2008-09-12 | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul |
2008-09-12 | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul |
2008-09-11 | cell: fix tile twidding bug seen in the event of multiple expose events | Brian Paul |
2008-09-11 | gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/ | Brian Paul |
2008-09-11 | cell: checkpoint commit of new per-fragment processing | Brian Paul |
2008-09-08 | scons: Install libGL.so and respective symlinks. | José Fonseca |
2008-09-03 | gallium: do image clipping in xmesa_display_surface_tiled() | Brian Paul |
2008-09-03 | cell: move misplaced assertions; put them after ximage is assigned. | Brian Paul |
2008-09-03 | Cell: added linux-cell-debug config | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-08-27 | gallium: call st_finish() in XMesaFlush() | Brian Paul |
2008-08-26 | gallium: thread wrapper clean-up | Brian Paul |
2008-08-25 | gallium: include u_math.h | Brian Paul |