summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* scons: Build ws_xlib on Mac OS X.Vinson Lee2012-11-271-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-14/+10
* winsys/radeon: fix relocs cachingVadim Girlin2012-09-192-8/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+2
* winsys/radeon: create only one winsys for each fdChristian König2012-09-042-2/+41
* gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer2012-08-161-1/+1
* gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer2012-08-161-0/+6
* gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer2012-08-161-6/+13
* gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer2012-08-161-1/+12
* gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer2012-08-161-1/+6
* gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer2012-08-161-7/+38
* gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer2012-08-161-1/+1
* r600g: implement timestamp query and get_timestamp hookMarek Olšák2012-08-152-0/+28
* configure.ac: bump libdrm_radeon requirement to 2.6.38Marek Olšák2012-08-151-1/+0
* winsys/radeon: print error if CS is overflowedMarek Olšák2012-08-151-2/+6
* radeon/winsys: fix winsys VM handlingChristian König2012-08-081-3/+4
* scons: Add support for Intel Compiler.Vinson Lee2012-08-011-1/+1
* scons: Fix build with clang.Vinson Lee2012-07-251-1/+1
* r600g: enable streamout by default on r7xx and DRM 2.17.0Marek Olšák2012-06-172-3/+0
* winsys/radeon: enable IB submission to compute rings v2Christian König2012-06-153-7/+15
* winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst2012-06-151-1/+0
* scons: Fix SCons build infrastructure for FreeBSD.Vinson Lee2012-05-241-1/+1
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-162-3/+14
* radeonsi: Initial tiling support.Michel Dänzer2012-05-161-2/+2
* r600g: Set tiling information for BOs being shared.Michel Dänzer2012-05-162-9/+35
* 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