summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-04-18r300g: do not tell st that a buffer is referenced by hwMarek Olšák
2010-04-17i915g: Remove unnecessary headers.Vinson Lee
2010-04-17i915g: Add a software only debuging winsysJakob Bornecrantz
2010-04-13i915g: Fix winsys SCons build.Vinson Lee
2010-04-12winsys/sw: Fix error pathsJakob Bornecrantz
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
2010-03-29ws/sw/dri: s/xm/dri_sw/George Sapountzis
2010-03-28ws/xlib: Call XFlush after PutImageKeith Whitwell
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-26swrastg: Build with sconsJakob Bornecrantz
2010-03-26svga/drm: Fix build under sconsJakob Bornecrantz
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz
2010-03-25swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis
2010-03-25swrastg_dri: add winsys and targetGeorge Sapountzis
2010-03-24gallium: Make scons build dri/xorg drivers againJakob Bornecrantz
2010-03-24radeong: Fix scons buildJakob Bornecrantz
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move dri drivers to targetsJakob Bornecrantz
2010-03-24gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri
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