summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2012-01-13r600g: add support for virtual address space on cayman v11Jerome Glisse6-10/+273
2012-01-10svga: Drop execbuf throttlingJakob Bornecrantz4-35/+1
2012-01-10svga: Silence warningJakob Bornecrantz1-0/+1
2012-01-09radeon/winsys: fix get info ioctl error checkingJerome Glisse1-3/+5
2011-12-24winsys/radeon: move managing GEM domains back to driversMarek Olšák4-56/+40
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz3-86/+2
2011-12-13winsys/radeon: add flush option not to rewrite tiling flags in registersMarek Olšák3-4/+24
2011-12-11g3dvl/xlib: fix build by changing include orderTobias Droste1-2/+2
2011-12-05gallium/radeon: fix indentationJerome Glisse4-28/+28
2011-11-29i965g: Delete this driver.Kai Wasserbäch9-1286/+0
2011-11-25android: add support for ICSChia-I Wu1-19/+28
2011-11-17nvc0: add support for GF119 (NVD9)Ben Skeggs1-0/+1
2011-11-10radeon: silence initializer warningsBrian Paul2-11/+33
2011-11-04dri: drop DRI_VALIDATE macrosGeorge Sapountzis1-24/+0
2011-10-24winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák1-4/+6
2011-10-24winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich1-0/+5
2011-10-19winsys/svga: Remove some unneeded debug codeThomas Hellstrom1-16/+0
2011-10-14winsys/svga: Rework buffer allocation to make it more robust v2.Thomas Hellstrom3-17/+57
2011-10-14svga/winsys: Make sure a flush always inserts and returns a fence if requestedThomas Hellstrom1-1/+1
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin6-10/+10
2011-09-30r600g: move all files from winsys/r600 into drivers/r600Marek Olšák8-3294/+0
2011-09-30winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák5-46/+60
2011-09-30winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2-8/+3
2011-09-30r600g: remove struct radeon (or what's left of it)Marek Olšák5-72/+13
2011-09-30r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák4-55/+15
2011-09-30r600g: merge r600_bo with r600_resourceMarek Olšák7-191/+64
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom9-261/+665
2011-09-29winsys/radeon: remove redundant member radeon_bo::sizeMarek Olšák3-8/+5
2011-09-29winsys/radeon: simplify updating GEM domains for relocationsMarek Olšák1-10/+2
2011-09-29winsys/radeon: simplify passing GEM domains through to GEM_CREATEMarek Olšák2-25/+13
2011-09-29r600g: convert if (query->type) into switch statementsMarek Olšák1-26/+54
2011-09-16winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák1-1/+1
2011-09-14r600g: Initialize multi VGT related register on Cayman.Michel Dänzer1-0/+1
2011-09-13r600g: fix typo in "r600g: simplify deducing chip family"Marek Olšák1-1/+1
2011-09-12r600g: set the return type of radeon_destroy to voidMarek Olšák1-6/+3
2011-09-12r600g: remove r600_drm_public.hMarek Olšák2-34/+0
2011-09-12r600g: inline some of the winsys r600_get functionsMarek Olšák3-31/+6
2011-09-12r600g: simplify deducing chip familyMarek Olšák1-36/+8
2011-09-12r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2-121/+0
2011-09-12r600g: remove unused ioctl definitionsMarek Olšák1-8/+0
2011-09-12r600g: do not loop in radeon_family_from_deviceMarek Olšák4-57/+11
2011-09-12r600g: cleanup build include dirs and dependenciesMarek Olšák3-6/+1
2011-09-11pb_buffer: inline 'base' sub-structMarek Olšák4-15/+15
2011-08-30winsys/radeon: Create async thread only onceMaarten Lankhorst2-21/+50
2011-08-29winsys/g3dvl: Fix include styleKai Wasserbäch3-19/+19
2011-08-27android: add support for nouveauChia-I Wu1-0/+41
2011-08-27android: add support for i915gChia-I Wu1-0/+41
2011-08-27android: add support for vmwgfxChia-I Wu1-0/+44
2011-08-27winsys/i915: share the source listChia-I Wu3-11/+8
2011-08-27winsys/svga: share the source listChia-I Wu3-21/+13