summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Need intel_bufmgr.h for i830_batchbuffer nowfix-private-usageKeith Packard1-0/+2
2010-05-11Adapt to DevPrivate API changesKeith Packard3-0/+22
2010-05-11Destroy screen pixmap on screen close.Keith Packard1-2/+4
2010-05-11Add uevent supportKeith Packard3-1/+85
2010-05-11xvmc: Build fix with -pedanticChris Wilson2-2/+2
2010-05-11drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.Chris Wilson1-3/+1
2010-05-11i830: Never create a bo for depth=1 pixmaps.Chris Wilson1-1/+3
2010-05-11i830: Use set_pixmap_bo() instead of open-coding.Chris Wilson1-8/+2
2010-05-11i830: Do not cache in-flight non-reusable buffers.Chris Wilson1-1/+8
2010-05-11i965: Add texformats mapping for additional pixman formatsChris Wilson1-4/+16
2010-05-11uxa: Recheck texture after acquiring pattern.Chris Wilson1-49/+57
2010-05-10Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard1-0/+1
2010-05-10i915: Fix pixmap based masks.Chris Wilson1-1/+1
2010-05-10uxa: Protect against valid SourcePict in uxa_acquire_mask()Chris Wilson1-2/+7
2010-05-10i830: Minor cleanupChris Wilson3-11/+9
2010-05-10i830: Update stride when swapping bo for PutImageChris Wilson1-0/+1
2010-05-10uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson2-18/+41
2010-05-10i915: Use 1x1R pixmap for solid drawablesChris Wilson1-25/+0
2010-05-10uxa: Rearrange checking and preparing of composite textures.Chris Wilson7-262/+271
2010-05-08uxa: Transform composites with a simple translation into a blitChris Wilson1-11/+15
2010-05-08uxa: Extract sub-region from in-memory buffers.Chris Wilson1-23/+183
2010-04-27i830: prepare the uxa pixmap for fbCopyArea.Chris Wilson1-0/+1
2010-04-26i830: if pixman_blt() fails fallback to fbCopyArea()Chris Wilson1-9/+38
2010-04-26i830: tidy in flight bo reuse.Chris Wilson1-7/+19
2010-04-19Fix "make dist"Daniel Vetter2-5/+1
2010-04-16i810: adjust the pitch for DRI renderingDaniel Vetter1-19/+22
2010-04-15uxa: Reuse in-flight boChris Wilson4-32/+82
2010-04-14i830: Allocate bo's for glyphs larger than 32x32.Chris Wilson1-1/+9
2010-04-14Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson1-8/+43
2010-04-14i830: Use pixman_blt directly for performing the in-memory copyChris Wilson1-25/+28
2010-04-13i830 render: check aperture space requirementsDaniel Vetter1-0/+9
2010-04-13render: tell the kernel explicitly when fences are neededDaniel Vetter3-18/+30
2010-04-13i915 render: use tiling bits where possibleDaniel Vetter1-4/+20
2010-04-13i830 render: use tiling bits where possibleDaniel Vetter1-6/+21
2010-04-12Revert "uxa: Try using put_image when copying from a memory buffer."Eric Anholt1-43/+8
2010-04-12Revert "uxa: Add fallback warnings for PutImage."Chris Wilson1-23/+3
2010-04-10uxa: Try using put_image when copying from a memory buffer.Chris Wilson1-8/+43
2010-04-10Review i830_pad_drawable_width()Chris Wilson3-23/+23
2010-04-10uxa: Add fallback warnings for PutImage.Chris Wilson1-3/+23
2010-04-08XvMC: fix memory overflowDaniel Vetter1-1/+1
2010-04-08Xv: fixup overlay stride confusionDaniel Vetter1-2/+5
2010-04-08i965 Xv: fix chroma pitchDaniel Vetter3-4/+5
2010-04-08libXvMC: rip out debug stuffDaniel Vetter3-24/+0
2010-04-08libXvMC: unify CreateSurfaceDaniel Vetter5-96/+31
2010-04-08libXvMC i915: kill unused context private fieldsDaniel Vetter2-15/+0
2010-04-08libXvMC: derive driver context from struct intel_xvmc_contextDaniel Vetter6-109/+48
2010-04-08libXvMC: unify DestroySurfaceDaniel Vetter5-43/+3
2010-04-08libXvMC: drop get_surface_status driver callbackDaniel Vetter5-63/+3
2010-04-08libXvMC i915: s/i915XvMCSurface/struct intel_xvmc_surface/Daniel Vetter2-46/+38
2010-04-08libXvMC i915: rip out unneeded surface fieldsDaniel Vetter2-51/+24