summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* i915/winsys/drm: Convert to automakeMatt Turner2013-01-103-13/+39
* radeon/winsys: Convert to automakeTom Stellard2013-01-103-15/+16
* automake: Convert Gallium target and winsysMatt Turner2013-01-103-12/+2
* winsys/radeon: bump the size of relocation hashlistMarek Olšák2013-01-081-2/+2
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-073-38/+176
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-072-3/+2
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-042-2/+9
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctlsMarek Olšák2012-12-211-1/+4
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-122-5/+4
* r300g: enable Hyper-Z by default on r500Marek Olšák2012-12-021-9/+9
* 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