summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/i915
AgeCommit message (Expand)AuthorFilesLines
2011-08-27android: add support for i915gChia-I Wu1-0/+41
2011-08-27winsys/i915: share the source listChia-I Wu3-11/+8
2011-07-13i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin1-0/+2
2011-07-06i915g: Improve flushing using heuristics.Stéphane Marchesin1-0/+10
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca1-1/+1
2011-06-11i915g: implement fence signallingDaniel Vetter1-2/+6
2011-05-03i915g: add const qualifier to silence warningBrian Paul1-1/+1
2011-03-28i915g: Fix build.Vinson Lee1-3/+6
2011-03-28i915g: use drm ioctl to get pci devidDaniel Vetter1-18/+8
2011-03-01i915g: kill relocs accoutingDaniel Vetter2-6/+0
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-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: Fix void ptr arithJakob Bornecrantz1-1/+1
2010-12-02i915g: Fix closure of full batch buffersChris Wilson1-59/+12
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter1-2/+4
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter3-17/+25
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter2-37/+0
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter3-14/+88
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter3-17/+3
2010-11-21i915g: kill idws->poolDaniel Vetter4-14/+7
2010-11-21i915g: kill buf->map_gttDaniel Vetter2-15/+2
2010-07-22i915g: Rename winsys debug optionsJakob Bornecrantz1-2/+2
2010-07-04i915g: Add flag to not send commands to hwJakob Bornecrantz3-1/+6
2010-07-04i915g: If the kernel reject the batchbuffer print it then assertJakob Bornecrantz1-13/+18
2010-06-06i915g: Move bootstrap code to targetsJakob Bornecrantz7-29/+28
2010-06-04i915g: Rename winsys c file.Vinson Lee1-1/+1
2010-05-29i915g: Rename winsys c fileJakob Bornecrantz2-1/+1
2010-05-29i915g: Move pci id to winsys structJakob Bornecrantz4-8/+4
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-11/+1
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca1-1/+1
2010-04-20gallium: Fix copy typoJakob Bornecrantz1-1/+1
2010-04-20i915g: Minor clean up of winsysJakob Bornecrantz1-9/+3
2010-04-17i915g: Remove unnecessary headers.Vinson Lee1-3/+0
2010-04-17i915g: Add a software only debuging winsysJakob Bornecrantz7-0/+478
2010-04-13i915g: Fix winsys SCons build.Vinson Lee1-0/+2
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz8-208/+208
2010-03-24gallium: Make scons build dri/xorg drivers againJakob Bornecrantz1-1/+1
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz7-0/+763