summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: Get max_pipes from the kernelTom Stellard2012-05-022-0/+11
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-292-40/+16
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-0/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-2/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-5/+1
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-1/+3
* radeonsi: initial WIP SI codeTom Stellard2012-04-132-2/+9
* st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2012-04-032-0/+2
* r600g: optimize r600_resource_vaMarek Olšák2012-04-012-5/+3
* vl: move winsys helper out of winsys directoryChristian König2012-03-285-651/+0
* r600g: enable transform feedback on everything that isn't r700Marek Olšák2012-03-271-2/+1
* vl: handle DRI2GetBuffers reply with multiple buffersChristian König2012-03-091-10/+23
* st/vdpau: implement support for high-precision output timingChristian König2012-03-053-31/+133
* winsys/radeon: cleanup includesMarek Olšák2012-03-051-3/+1
* winsys/radeon: add usage parameter to cs_is_buffer_referencedMarek Olšák2012-03-052-3/+18
* vl: move dirty area handling into winsys abstractionChristian König2012-03-013-2/+48
* vl: hide X latency by using asynchronous requestsChristian König2012-03-011-11/+37
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-011-40/+9
* vl: rewrite vl DRI backend using XCBChristian König2012-03-014-856/+145
* vl: fix a douple free in xsp winsys backendChristian König2012-02-271-1/+1
* r600g: check for R600_STREAMOUT env var in winsysMarek Olšák2012-02-272-0/+5
* vl: rework winsys interfaceChristian König2012-02-253-185/+54
* vl: cleanup dri winsys abstractionChristian König2012-02-257-1575/+56
* 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