summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* i915g: Rename winsys c file.Vinson Lee2010-06-041-1/+1
* r300g: use r300_buffer_domain everywhereMarek Olšák2010-06-023-11/+31
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-023-26/+16
* st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-315-6/+44
* r600g: RS880 is r6xx-basedAlex Deucher2010-05-301-1/+1
* r600g: remove unused variableMarek Olšák2010-05-291-1/+0
* r600g: fix gallium function parametersMarek Olšák2010-05-291-2/+1
* i915g: Rename winsys c fileJakob Bornecrantz2010-05-292-1/+1
* i915g: Move pci id to winsys structJakob Bornecrantz2010-05-294-8/+4
* r600g: Integrate into buildJakob Bornecrantz2010-05-271-0/+5
* r600g: adapt to latest interfaces changesMarek Olšák2010-05-2727-1541/+91
* r600g: Initial importJerome Glisse2010-05-2726-0/+6848
* sw/xlib: avoid dereferencing a null pointerBrian Paul2010-05-271-1/+1
* 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