summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-212.21.15 release2.21.15Chris Wilson
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson
2013-08-18sna: Do not force use of the CPU bo if replacing a busy GPU boChris Wilson
2013-08-17sna/video: Initialise the UV offsets to 0 for packed formatsChris Wilson
2013-08-17sna/video: Return the planar offset calculations to the planar branchChris Wilson
2013-08-16sna/video: Turn off passthrough if given a zero nameChris Wilson
2013-08-16sna: Make sure that external scanouts are immediately discardedChris Wilson
2013-08-16sna/video: Keep a ref to the passthrough overlay boChris Wilson
2013-08-16sna/video: Mark the sprite color key as changed when disablingChris Wilson
2013-08-16sna/video: YUV420 is not supported by sprites, replace it with a RGB passthroughChris Wilson
2013-08-16sna/video: Expose an attribute to keep the overlay always on topChris Wilson
2013-08-16sna/video: Don't assert on a client error, return BadAllocChris Wilson
2013-08-16uxa: Restore the lost copyright block after splitting i965_reg.h from i915_reg.hChris Wilson
2013-08-15sna: Clip the tiled copy during framebuffer resizeChris Wilson
2013-08-14Correct misspelled cachingSedat Dilek
2013-08-14sna: Make sure the frontbuffer exists before doing pitch checksChris Wilson
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson
2013-08-14sna: Tile the old image onto the new framebuffer when enlargingChris Wilson
2013-08-14sna: Check that we successfully install the required hosting midlayerChris Wilson
2013-08-14sna: unwrap old modesetting API whilst hostedChris Wilson
2013-08-13sna: Fix the assertions for the composite fb pathChris Wilson
2013-08-12Link the driver against pixmanJulien Cristau
2013-08-12configure: use CPPFLAGS for xaa.h check, not CFLAGSJulien Cristau
2013-08-12Check for struct sysinfo as well as <sys/sysinfo.h>Julien Cristau
2013-08-12sna/glyphs: Do not attempt to release the negative cache lookupChris Wilson
2013-08-12intel: Check for HW_SKIP_CONSOLE before useChris Wilson
2013-08-12configure: Correct the spelling of XORG_TESTSET_CFLAGSChris Wilson
2013-08-12sna: Fix use of obsolete this_atlas in a DBG messageChris Wilson
2013-08-12configure: Fix reversed check for XORG_TESTSET_CFLAGChris Wilson
2013-08-12sna: Reorder composite fallback migration to handle src==dst || mask==dstChris Wilson
2013-08-12sna: Fix destination offset along memcpy composite fallback fastbackChris Wilson
2013-08-11sna/gen7: Refine ring selectionChris Wilson
2013-08-10sna: Avoid confusing conflicting CRTC probes vs a DRM raceChris Wilson
2013-08-10sna: Remove the redundant clearing of kgem at startupChris Wilson
2013-08-10sna/glyphs: Micro-optimise glyphs-to-dstChris Wilson
2013-08-10sna/glyphs: Micro-optimise glyph drawingChris Wilson
2013-08-10sna: Tune pixmap_inplace() not to use a pinned busy GPU bo for replacementChris Wilson
2013-08-09sna: Allow LLC to reuse any active write bufferChris Wilson
2013-08-09sna: Squelch a "valid" mode without a dotclockChris Wilson
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson
2013-08-09sna: Rewrite the can-mmap-cpu test to handle stolen unclaimed boChris Wilson
2013-08-09sna: Check for EINVAL after mmappingChris Wilson
2013-08-09configure: Only use XORG_TESTSET_CFLAG if definedChris Wilson
2013-08-08sna: Use create2 to allocate a DISPLAY bo even if we have not enough stolenChris Wilson
2013-08-08sna: Always reuse scanout bo where possibleChris Wilson
2013-08-08sna: Avoid leaking stolen framebuffer boChris Wilson
2013-08-08sna/dri: Do not create a scanout-capable buffer if not flippingChris Wilson
2013-08-08configure: Include the experimental features in the configuration summaryChris Wilson
2013-08-08sna: Only use the experimental create2 if we support DISPLAY cacheing as wellChris Wilson
2013-08-08Micro-optimise box intersectionsRaul Fernandes