Age | Commit message (Expand) | Author |
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 |
2008-08-24 | gallium: include u_memory.h, u_math.h | Brian |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-19 | xlib: Revert destroying pipe_screen (temporary). | José Fonseca |
2008-08-15 | xlib: Kill xmesa_surface. | José Fonseca |
2008-08-14 | xlib: Use trace usage. | José Fonseca |
2008-08-09 | trace: Trace pipe_winsys calls. | José Fonseca |
2008-08-07 | gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil | Brian Paul |
2008-08-07 | xlib: Integrate with the trace pipe driver. | José Fonseca |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca |
2008-06-27 | scons: Fix i965/xlib build. | José Fonseca |
2008-06-06 | gallium: additional comment | Brian Paul |
2008-06-03 | scons: Integrate gdi winsys. | José Fonseca |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz |
2008-05-12 | xlib: add failure paths for context creation | Keith Whitwell |
2008-05-09 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-08 | xlib: more SP_NO_RAST support | Keith Whitwell |
2008-05-07 | gallium: Propagate tex_usage flags down to winsys. | José Fonseca |
2008-05-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-03 | gallium: fix warnings | Brian Paul |
2008-05-02 | gallium: code movement (XSHM code) | Brian Paul |
2008-05-02 | gallium: comments, clean-ups | Brian Paul |
2008-05-02 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-01 | gallium: remove the unused softpipe_winsys code | Brian Paul |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-29 | gallium: updated comment in xm_flush_frontbuffer() | Brian Paul |
2008-04-24 | xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd... | Keith Whitwell |
2008-04-22 | xlib: shortcircuit no-op makecurrent | Keith Whitwell |
2008-04-22 | xlib: implement SP_NO_RAST env var | Keith Whitwell |
2008-04-09 | gallium: remove unneeded st->haveFramebufferSurfaces field. | Brian Paul |
2008-04-03 | gallium: Only build softpipe driver by default for xlib winsys with scons. | Michel Dänzer |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca |
2008-03-27 | If visual is 32bpp, set visual->alphaBits = 8. | Brian |