summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2011-04-082-5/+5
* r600g: add some additional ontario pci idsAlex Deucher2011-04-041-0/+2
* r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák2011-04-034-12/+75
* r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2011-04-032-6/+0
* r300g: avoid mapping the same buffer twiceMarek Olšák2011-04-031-0/+5
* r300g: remove the redundant reference counter in radeon_boMarek Olšák2011-04-033-36/+21
* r600g: implement texture barrierFredrik Höglund2011-03-291-0/+17
* r600g: implement the pipe_screen fence functionsFredrik Höglund2011-03-291-0/+23
* i915g: Fix build.Vinson Lee2011-03-281-3/+6
* i915g: use drm ioctl to get pci devidDaniel Vetter2011-03-281-18/+8
* r600g: fix bo names causing -35 EDEADLCKDave Airlie2011-03-223-0/+48
* r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher2011-03-141-1/+1
* r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher2011-03-142-2/+25
* gallium: remove flags from the flush functionMarek Olšák2011-03-112-2/+2
* r600: don't close fd on failed loadDave Airlie2011-03-101-3/+0
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-082-2/+2
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-083-16/+17
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-7/+6
* r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák2011-03-023-1/+4
* i915g: kill relocs accoutingDaniel Vetter2011-03-012-6/+0
* r600g: add NV_conditional_render support.Dave Airlie2011-03-013-26/+80
* r600g: start using drm minor version to enable things.Dave Airlie2011-03-012-6/+61
* i915g/winsys: buffer validation supportDaniel Vetter2011-02-272-0/+30
* i915g: add raw batchbuffer dumping in drm winsysDaniel Vetter2011-02-273-0/+11
* i915g: Use the same debug env vars in drm and sw winsysJakob Bornecrantz2011-02-261-1/+1
* i915g: Use unchecked writes in sw winsys batchbufferJakob Bornecrantz2011-02-261-3/+3
* scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee2011-02-241-1/+1
* scons: Fix Cygwin platform names.Vinson Lee2011-02-231-1/+1
* i915g: Use dump function in sw winsysJakob Bornecrantz2011-02-241-7/+2
* i915g: add some throttlingDaniel Vetter2011-02-211-0/+9
* i915g: s/bool/boolean/ style-fixup in winsysDaniel Vetter2011-02-212-2/+2
* i915g: Fix warningJakob Bornecrantz2011-02-211-1/+0
* i915g: s/__func__/__FUNCTION__/Vinson Lee2011-02-201-1/+1
* i915g: kill remnants of mmapped batchbuffer supportDaniel Vetter2011-02-211-12/+0
* i915g: Add winsys/i915/sw to scons buildJakob Bornecrantz2011-02-211-0/+4
* i915g: Fix void ptr arithJakob Bornecrantz2011-02-211-1/+1
* r300g: fix invalid dereference in winsysMarek Olšák2011-02-191-1/+1
* r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák2011-02-163-6/+21
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-154-111/+220
* r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák2011-02-151-3/+3
* r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák2011-02-151-20/+16
* r300g: fix a possible race condition when mapping a bufferMarek Olšák2011-02-152-23/+34
* r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák2011-02-141-0/+1
* r300g: implement pb_manager::is_buffer_busyMarek Olšák2011-02-141-22/+27
* r300g: fixup the handle_compare functionMarek Olšák2011-02-131-2/+2
* r300g: typecast void* to unsigned correctlyMarek Olšák2011-02-121-2/+4
* r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák2011-02-125-18/+30
* r300g: remove unused function prototypes, update copyrightMarek Olšák2011-02-114-4/+56
* r300g: plug a memory leak in winsysMarek Olšák2011-02-111-0/+1
* r300g: remove unneeded code in winsysMarek Olšák2011-02-111-6/+0