summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/r600g: fix virtual address space allocationJerome Glisse2012-02-211-0/+3
* r600g: fix tiling with cayman and virtual memoryJerome Glisse2012-02-141-10/+28
* radeon: only init surface manage on r600Dave Airlie2012-02-071-4/+8
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-072-36/+1
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-064-2/+79
* r600g: remove unused flush codeMarek Olšák2012-01-312-13/+1
* vl: fix some missing prototypes errorChristian König2012-01-311-27/+0
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-136-10/+273
* svga: Drop execbuf throttlingJakob Bornecrantz2012-01-104-35/+1
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+1
* radeon/winsys: fix get info ioctl error checkingJerome Glisse2012-01-091-3/+5
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-244-56/+40
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-133-86/+2
* winsys/radeon: add flush option not to rewrite tiling flags in registersMarek Olšák2011-12-133-4/+24
* g3dvl/xlib: fix build by changing include orderTobias Droste2011-12-111-2/+2
* gallium/radeon: fix indentationJerome Glisse2011-12-054-28/+28
* i965g: Delete this driver.Kai Wasserbäch2011-11-299-1286/+0
* android: add support for ICSChia-I Wu2011-11-251-19/+28
* nvc0: add support for GF119 (NVD9)Ben Skeggs2011-11-171-0/+1
* radeon: silence initializer warningsBrian Paul2011-11-102-11/+33
* dri: drop DRI_VALIDATE macrosGeorge Sapountzis2011-11-041-24/+0
* winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák2011-10-241-4/+6
* winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich2011-10-241-0/+5
* winsys/svga: Remove some unneeded debug codeThomas Hellstrom2011-10-191-16/+0
* winsys/svga: Rework buffer allocation to make it more robust v2.Thomas Hellstrom2011-10-143-17/+57
* svga/winsys: Make sure a flush always inserts and returns a fence if requestedThomas Hellstrom2011-10-141-1/+1
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-046-10/+10
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-308-3294/+0
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-305-46/+60
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-302-8/+3
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-305-72/+13
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-304-55/+15
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-307-191/+64
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-299-261/+665
* winsys/radeon: remove redundant member radeon_bo::sizeMarek Olšák2011-09-293-8/+5
* winsys/radeon: simplify updating GEM domains for relocationsMarek Olšák2011-09-291-10/+2
* winsys/radeon: simplify passing GEM domains through to GEM_CREATEMarek Olšák2011-09-292-25/+13
* r600g: convert if (query->type) into switch statementsMarek Olšák2011-09-291-26/+54
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* r600g: Initialize multi VGT related register on Cayman.Michel Dänzer2011-09-141-0/+1
* r600g: fix typo in "r600g: simplify deducing chip family"Marek Olšák2011-09-131-1/+1
* r600g: set the return type of radeon_destroy to voidMarek Olšák2011-09-121-6/+3
* r600g: remove r600_drm_public.hMarek Olšák2011-09-122-34/+0
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-123-31/+6
* r600g: simplify deducing chip familyMarek Olšák2011-09-121-36/+8
* r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2011-09-122-121/+0
* r600g: remove unused ioctl definitionsMarek Olšák2011-09-121-8/+0
* r600g: do not loop in radeon_family_from_deviceMarek Olšák2011-09-124-57/+11
* r600g: cleanup build include dirs and dependenciesMarek Olšák2011-09-123-6/+1
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-114-15/+15