summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2010-04-13i915g: Fix winsys SCons build.Vinson Lee1-0/+2
2010-04-12winsys/sw: Fix error pathsJakob Bornecrantz2-3/+14
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák3-0/+8
2010-04-10Squashed commit of the following:Keith Whitwell20-991/+55
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie3-1/+32
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2-7/+34
2010-03-29ws/sw/dri: s/xm/dri_sw/George Sapountzis1-73/+74
2010-03-28ws/xlib: Call XFlush after PutImageKeith Whitwell1-0/+2
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis1-23/+2
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis1-0/+1
2010-03-27drisw: make stride issue profoundGeorge Sapountzis1-3/+3
2010-03-26swrastg: Build with sconsJakob Bornecrantz2-0/+27
2010-03-26svga/drm: Fix build under sconsJakob Bornecrantz1-1/+1
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz9-209/+209
2010-03-25swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis1-3/+25
2010-03-25swrastg_dri: add winsys and targetGeorge Sapountzis3-0/+246
2010-03-24gallium: Make scons build dri/xorg drivers againJakob Bornecrantz4-3/+24
2010-03-24radeong: Fix scons buildJakob Bornecrantz1-1/+1
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz71-168/+36
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz17-2770/+0
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz16-200/+0
2010-03-24gallium: Move dri drivers to targetsJakob Bornecrantz14-359/+0
2010-03-24gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz1-12/+0
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri1-1/+1
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson1-1/+1
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg1-1/+1
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri1-1/+1
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri1-2/+5
2010-03-23radeong: fix build issue with libdrm < 2.4.19Marek Olšák2-0/+6
2010-03-22radeong: Always initialize this variable.Corbin Simpson1-2/+2
2010-03-21r300g: add and enable square microtilingMarek Olšák4-2/+13
2010-03-21r300g: cleanup tiling flags propagationMarek Olšák3-6/+12
2010-03-21r300g: remove unused codeMarek Olšák2-390/+0
2010-03-21Revert "drm/sw: does not need sw_winsys"George Sapountzis1-0/+1
2010-03-21Revert "gallium: add soft screen helper"George Sapountzis3-31/+5
2010-03-21Revert "drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/"George Sapountzis1-4/+26
2010-03-21drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/George Sapountzis1-26/+4
2010-03-21gallium: add soft screen helperGeorge Sapountzis3-5/+31
2010-03-21drm/sw: does not need sw_winsysGeorge Sapountzis1-1/+0
2010-03-21r300g: fix occlusion query hangs.Dave Airlie1-2/+4
2010-03-21r300g: add bufmgr cached for vertex/index buffers.Dave Airlie3-4/+18
2010-03-20radeong: Use TRUE and FALSE.Corbin Simpson1-2/+2
2010-03-20radeong: Test the BO ptr for NULL instead of using a bool.Corbin Simpson1-8/+4
2010-03-21r300g: winsys fix tiling change flushes.Dave Airlie1-2/+10
2010-03-16i965g: Fix use of an uninitialized variable.Chia-I Wu1-1/+1
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz11-2/+549
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie8-175/+720
2010-03-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri3-26/+2
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri1-3/+1
2010-03-15nvfx: add nvfx directory to build systemLuca Barbieri3-0/+21