aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/i915
Commit message (Expand)AuthorAgeFilesLines
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-2/+2
* android: add support for i915gChia-I Wu2011-08-271-0/+41
* winsys/i915: share the source listChia-I Wu2011-08-273-11/+8
* i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin2011-07-131-0/+2
* i915g: Improve flushing using heuristics.Stéphane Marchesin2011-07-061-0/+10
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-1/+1
* i915g: implement fence signallingDaniel Vetter2011-06-111-2/+6
* i915g: add const qualifier to silence warningBrian Paul2011-05-031-1/+1
* i915g: Fix build.Vinson Lee2011-03-281-3/+6
* i915g: use drm ioctl to get pci devidDaniel Vetter2011-03-281-18/+8
* i915g: kill relocs accoutingDaniel Vetter2011-03-012-6/+0
* 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
* 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: Fix void ptr arithJakob Bornecrantz2011-02-211-1/+1
* i915g: Fix closure of full batch buffersChris Wilson2010-12-021-59/+12
* i915g: return tiling in iws->buffer_from_handleDaniel Vetter2010-12-021-2/+4
* i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter2010-12-023-17/+25
* i915g: switch to tiled allocations, kill set_fenceDaniel Vetter2010-12-022-37/+0
* i915g: add winsys function to create tiled buffersDaniel Vetter2010-12-023-14/+88
* i915g: drop alignment parameter from iws->buffer_createDaniel Vetter2010-12-023-17/+3
* i915g: kill idws->poolDaniel Vetter2010-11-214-14/+7
* i915g: kill buf->map_gttDaniel Vetter2010-11-212-15/+2
* i915g: Rename winsys debug optionsJakob Bornecrantz2010-07-221-2/+2
* i915g: Add flag to not send commands to hwJakob Bornecrantz2010-07-043-1/+6
* i915g: If the kernel reject the batchbuffer print it then assertJakob Bornecrantz2010-07-041-13/+18
* i915g: Move bootstrap code to targetsJakob Bornecrantz2010-06-067-29/+28
* i915g: Rename winsys c file.Vinson Lee2010-06-041-1/+1
* i915g: Rename winsys c fileJakob Bornecrantz2010-05-292-1/+1
* i915g: Move pci id to winsys structJakob Bornecrantz2010-05-294-8/+4
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-11/+1
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-1/+1
* gallium: Fix copy typoJakob Bornecrantz2010-04-201-1/+1
* i915g: Minor clean up of winsysJakob Bornecrantz2010-04-201-9/+3
* i915g: Remove unnecessary headers.Vinson Lee2010-04-171-3/+0
* i915g: Add a software only debuging winsysJakob Bornecrantz2010-04-177-0/+478
* i915g: Fix winsys SCons build.Vinson Lee2010-04-131-0/+2
* i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-268-208/+208
* gallium: Make scons build dri/xorg drivers againJakob Bornecrantz2010-03-241-1/+1
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-247-0/+763