aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák2010-05-261-3/+6
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-256-60/+22
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-253-174/+7
* sw/xlib: NULL-out pointers after freeing image dataBrian Paul2010-05-241-1/+7
* xorg-vmwgfx: Add vmwctrl protoJakob Bornecrantz2010-04-301-0/+26
* nouveau: Fix build after msaa mergeJakob Bornecrantz2010-05-211-3/+1
* r300g: expose radeon_bo_wait to the driverMarek Olšák2010-05-163-0/+18
* sw/wrapper: Implement dt_get_handleJakob Bornecrantz2010-05-161-0/+13
* sw/wrapper: Make sure targets are texturesJakob Bornecrantz2010-05-161-0/+1
* r300g: fix texture transfersMarek Olšák2010-05-131-1/+1
* gallium: Add software drm api helper to scons buildJakob Bornecrantz2010-05-102-0/+22
* gallium: Add pipe wrapper software winsys to scons buildJakob Bornecrantz2010-05-102-0/+26
* i965g: avoid void * arithmeticRoland Scheidegger2010-05-101-1/+1
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-1/+1
* svga: Fix scons buildJakob Bornecrantz2010-05-061-0/+2
* r300g: do not validate buffers in check_csMarek Olšák2010-05-021-1/+1
* r300g: cache tiling flags to reduce the number of DRM callsMarek Olšák2010-05-021-6/+9
* svga: Translate svga reloc flags to pb flagsJakob Bornecrantz2010-04-191-1/+16
* radeong: fix scons buildJoakim Sindholt2010-04-281-0/+1
* i965g: Fix scons build of winsysJakob Bornecrantz2010-04-271-0/+2
* r300g: fix warnings by using the const qualifierMarek Olšák2010-04-261-1/+1
* r300g: Add CS table writing.Corbin Simpson2010-04-261-0/+8
* r300g: emit MSPOS regsMarek Olšák2010-04-263-6/+10
* sw/xlib: Fix bad logic in shm allocation.José Fonseca2010-04-241-5/+5
* xlib/sw: remove stray semicolonBrian Paul2010-04-231-1/+1
* gallium: Convert some uses of get option to staticJakob Bornecrantz2010-04-231-1/+3
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-1/+1
* sw/xlib: Fallback to XPutImage when shmget fails.José Fonseca2010-04-231-6/+5
* 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