summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-03-23radeong: fix build issue with libdrm < 2.4.19Marek Olšák
2010-03-22radeong: Always initialize this variable.Corbin Simpson
2010-03-21r300g: add and enable square microtilingMarek Olšák
2010-03-21r300g: cleanup tiling flags propagationMarek Olšák
2010-03-21r300g: remove unused codeMarek Olšák
2010-03-21Revert "drm/sw: does not need sw_winsys"George Sapountzis
2010-03-21Revert "gallium: add soft screen helper"George Sapountzis
2010-03-21Revert "drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/"George Sapountzis
2010-03-21drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/George Sapountzis
2010-03-21gallium: add soft screen helperGeorge Sapountzis
2010-03-21drm/sw: does not need sw_winsysGeorge Sapountzis
2010-03-21r300g: fix occlusion query hangs.Dave Airlie
2010-03-21r300g: add bufmgr cached for vertex/index buffers.Dave Airlie
2010-03-20radeong: Use TRUE and FALSE.Corbin Simpson
2010-03-20radeong: Test the BO ptr for NULL instead of using a bool.Corbin Simpson
2010-03-21r300g: winsys fix tiling change flushes.Dave Airlie
2010-03-16i965g: Fix use of an uninitialized variable.Chia-I Wu
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-03-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri
2010-03-15nvfx: add nvfx directory to build systemLuca Barbieri
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer
2010-03-11winsys/xlib: Fix memory leak.Vinson Lee
2010-03-10python: More build fixes.José Fonseca
2010-03-10ws/xlib: remove dead linesKeith Whitwell
2010-03-10ws/gdi: add includeKeith Whitwell
2010-03-10Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca
2010-03-10winsys/drm: Handle circular dependencies in Makefile.egl.Chia-I Wu
2010-03-09null: Add a null software winsys.José Fonseca
2010-03-09ws/gdi: fix typoKeith Whitwell
2010-03-09gallium: create target for gdi libglKeith Whitwell
2010-03-09ws/xlib: no dependency on mesa state trackerKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09gdi: Fixup llvmpipe gdi winsys too.José Fonseca
2010-03-09scons: Add new targets option.José Fonseca
2010-03-09winsys/gdi: get softpipe version compilingKeith Whitwell
2010-03-09ws/gdi: missing fileKeith Whitwell
2010-03-09ws/gdi: sketch of gdi changesKeith Whitwell
2010-03-09cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell
2010-03-09ws/xlib: remove USE_XSHM preprocessor macroKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-09winsys/xlib: Fix a segfault when USE_XSHM is not defined.Chia-I Wu