summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix copy typoJakob Bornecrantz2010-04-205-5/+5
* svga: Minor clean up of winsysJakob Bornecrantz2010-04-201-0/+1
* radeong: Minor clean up of winsysJakob Bornecrantz2010-04-201-12/+3
* nouveau: Minor clean up of winsysJakob Bornecrantz2010-04-201-2/+3
* i965g: Minor clean up of winsysJakob Bornecrantz2010-04-201-10/+2
* i915g: Minor clean up of winsysJakob Bornecrantz2010-04-201-9/+3
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-183-7/+21
* i915g: Remove unnecessary headers.Vinson Lee2010-04-171-3/+0
* i915g: Add a software only debuging winsysJakob Bornecrantz2010-04-177-0/+478
* i915g: Fix winsys SCons build.Vinson Lee2010-04-131-0/+2
* winsys/sw: Fix error pathsJakob Bornecrantz2010-04-122-3/+14
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-113-0/+8
* Squashed commit of the following:Keith Whitwell2010-04-1020-991/+55
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-033-1/+32
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-292-7/+34
* ws/sw/dri: s/xm/dri_sw/George Sapountzis2010-03-291-73/+74
* ws/xlib: Call XFlush after PutImageKeith Whitwell2010-03-281-0/+2
* drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-23/+2
* drisw: add comment to libGL about strideGeorge Sapountzis2010-03-271-0/+1
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-3/+3
* swrastg: Build with sconsJakob Bornecrantz2010-03-262-0/+27
* svga/drm: Fix build under sconsJakob Bornecrantz2010-03-261-1/+1
* i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-269-209/+209
* swrastg_dri: hack for loader hardcoded strideGeorge Sapountzis2010-03-251-3/+25
* swrastg_dri: add winsys and targetGeorge Sapountzis2010-03-253-0/+246
* gallium: Make scons build dri/xorg drivers againJakob Bornecrantz2010-03-244-3/+24
* radeong: Fix scons buildJakob Bornecrantz2010-03-241-1/+1
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-2471-168/+36
* gallium: Move xorg drivers to targetsJakob Bornecrantz2010-03-2417-2770/+0
* gallium: Move egl drivers to targetsJakob Bornecrantz2010-03-2416-200/+0
* gallium: Move dri drivers to targetsJakob Bornecrantz2010-03-2414-359/+0
* gallium: Remove GALLIUM_WINSYS_DRM_DIRSJakob Bornecrantz2010-03-241-12/+0
* dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri2010-03-231-1/+1
* Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-1/+1
* dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg2010-03-231-1/+1
* dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri2010-03-231-1/+1
* dri: test whether the built drivers have unresolved symbolsLuca Barbieri2010-03-231-2/+5
* radeong: fix build issue with libdrm < 2.4.19Marek Olšák2010-03-232-0/+6
* radeong: Always initialize this variable.Corbin Simpson2010-03-221-2/+2
* r300g: add and enable square microtilingMarek Olšák2010-03-214-2/+13
* r300g: cleanup tiling flags propagationMarek Olšák2010-03-213-6/+12
* r300g: remove unused codeMarek Olšák2010-03-212-390/+0
* Revert "drm/sw: does not need sw_winsys"George Sapountzis2010-03-211-0/+1
* Revert "gallium: add soft screen helper"George Sapountzis2010-03-213-31/+5
* Revert "drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/"George Sapountzis2010-03-211-4/+26
* drm/sw: just s/softpipe_create_screen/gallium_soft_create_screen/George Sapountzis2010-03-211-26/+4
* gallium: add soft screen helperGeorge Sapountzis2010-03-213-5/+31
* drm/sw: does not need sw_winsysGeorge Sapountzis2010-03-211-1/+0
* r300g: fix occlusion query hangs.Dave Airlie2010-03-211-2/+4
* r300g: add bufmgr cached for vertex/index buffers.Dave Airlie2010-03-213-4/+18