summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2011-03-25android: fix buildingChia-I Wu1-0/+38
2011-03-25android: use __mmap2 for winsys/r600Chia-I Wu1-0/+19
2011-03-16android: Add Android.mk's.Chia-I Wu4-0/+92
2011-03-16android: Add android backend for st/egl.Chia-I Wu2-0/+318
2011-03-16android: Use __mmap2 in winsys/svga.Chia-I Wu1-2/+20
2011-03-14r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher1-1/+1
2011-03-14r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher2-2/+25
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-2/+2
2011-03-10r600: don't close fd on failed loadDave Airlie1-3/+0
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2-2/+2
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák3-16/+17
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák1-7/+6
2011-03-02r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák3-1/+4
2011-03-01i915g: kill relocs accoutingDaniel Vetter2-6/+0
2011-03-01r600g: add NV_conditional_render support.Dave Airlie3-26/+80
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie2-6/+61
2011-02-27i915g/winsys: buffer validation supportDaniel Vetter2-0/+30
2011-02-27i915g: add raw batchbuffer dumping in drm winsysDaniel Vetter3-0/+11
2011-02-26i915g: Use the same debug env vars in drm and sw winsysJakob Bornecrantz1-1/+1
2011-02-26i915g: Use unchecked writes in sw winsys batchbufferJakob Bornecrantz1-3/+3
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee1-1/+1
2011-02-23scons: Fix Cygwin platform names.Vinson Lee1-1/+1
2011-02-24i915g: Use dump function in sw winsysJakob Bornecrantz1-7/+2
2011-02-21i915g: add some throttlingDaniel Vetter1-0/+9
2011-02-21i915g: s/bool/boolean/ style-fixup in winsysDaniel Vetter2-2/+2
2011-02-21i915g: Fix warningJakob Bornecrantz1-1/+0
2011-02-20i915g: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2011-02-21i915g: kill remnants of mmapped batchbuffer supportDaniel Vetter1-12/+0
2011-02-21i915g: Add winsys/i915/sw to scons buildJakob Bornecrantz1-0/+4
2011-02-21i915g: Fix void ptr arithJakob Bornecrantz1-1/+1
2011-02-19r300g: fix invalid dereference in winsysMarek Olšák1-1/+1
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák3-6/+21
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák4-111/+220
2011-02-15r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák1-3/+3
2011-02-15r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák1-20/+16
2011-02-15r300g: fix a possible race condition when mapping a bufferMarek Olšák2-23/+34
2011-02-14r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák1-0/+1
2011-02-14r300g: implement pb_manager::is_buffer_busyMarek Olšák1-22/+27
2011-02-13r300g: fixup the handle_compare functionMarek Olšák1-2/+2
2011-02-12r300g: typecast void* to unsigned correctlyMarek Olšák1-2/+4
2011-02-12r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák5-18/+30
2011-02-11r300g: remove unused function prototypes, update copyrightMarek Olšák4-4/+56
2011-02-11r300g: plug a memory leak in winsysMarek Olšák1-0/+1
2011-02-11r300g: remove unneeded code in winsysMarek Olšák1-6/+0
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák10-762/+653
2011-02-08r600g: silence a few valgrind warningsBrian Paterni3-4/+4
2011-02-03r600g: Make some more things static.Henri Verbeet1-1/+1
2011-02-03svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca1-1/+1
2011-02-03svga/drm: Update for pb_vtbl::map argument addition.José Fonseca1-1/+2
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie1-4/+3