summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-19sna: Treat a source with a CPU bo as being attached.Chris Wilson
2013-07-19sna: Discard overwritten operations before doing a BLT compositeChris Wilson
2013-07-19sna: Tidy a few DBG regarding cached uploadsChris Wilson
2013-07-19sna: Only IGNORE_CPU for blt composite operations if the size is knownChris Wilson
2013-07-19sna: Also do exposure checking after source clipping in sna_do_copyChris Wilson
2013-07-19sna/dri: Return early is the DRI2CopyRegion is not attached to the GPUChris Wilson
2013-07-19sna/dri: Reject invalid DRI2Drawables if STRICT_BLIT is definedChris Wilson
2013-07-19sna/dri: Rearrange some more DBG to come before its assertionChris Wilson
2013-07-19sna/dri: Expose the refcnts in DBG before we hit the assertionsChris Wilson
2013-07-17sna: Wrap cpuid.hChris Wilson
2013-07-17sna: Guard cpuid for use only with gcc-4.4 and laterChris Wilson
2013-07-17sna: Ensure that buffer_size is a power-of-two for use in ALIGNChris Wilson
2013-07-17sna: Fix typo in computing box intersectionChris Wilson
2013-07-17sna: Fall back to /proc/cpuinfo parsing if cpuid cache size probe failsChris Wilson
2013-07-17sna: Set a minimum size for tiled IOChris Wilson
2013-07-17sna: Include linear GTT maps when deciding whether a bo is mappableChris Wilson
2013-07-16sna: Note that borderClip region may be more than a singular boxChris Wilson
2013-07-16sna: Make the assumption bpp>=8 explicit inside the bo size calculationChris Wilson
2013-07-16sna: Create a pixmap in ordinary system memory for depth=1 uploadsChris Wilson
2013-07-15sna: Change message context to PROBED for initial configurationChris Wilson
2013-07-15sna/gen4: Allow rendering to Y-tiled surfacesChris Wilson
2013-07-142.21.12 release2.21.12Chris Wilson
2013-07-13sna: Skip copying to the intermediate target if we will completely overwrite itChris Wilson
2013-07-12sna: Avoid integer overflow when computing the tiled extentsChris Wilson
2013-07-12sna/gen5: Add some more DBGChris Wilson
2013-07-11sna: Replace parsing of /proc/cpuinfo with parsing of cpuidChris Wilson
2013-07-11sna: Remove the duplicated open-coding of SetScreenPixmapChris Wilson
2013-07-11sna: Remove the temporary region allocation from sna_do_copyChris Wilson
2013-07-10sna: Remove incorrect asserts for checking CPU mappings (after remapping)Chris Wilson
2013-07-10sna: Ofast was introduced with gcc-4.6Chris Wilson
2013-07-09sna: Only flush after the BLT operation if we have more than 2 distinct boChris Wilson
2013-07-09sna: Free the source reference after performing a BLT compositeChris Wilson
2013-07-07sna: Experiment with a new ioctl to create buffers from stolen memoryChris Wilson
2013-07-07sna/gen4: Remove custom max flush vertices w/a from video pathChris Wilson
2013-07-07sna/gen4: Remove the glyph mask hack and tune the flush w/aChris Wilson
2013-07-07sna/gen4: Tighten FORCE_FLUSH w/a to spot amalgamation of primitivesChris Wilson
2013-07-06sna/gen4: Restore the flush-every-vertex w/aChris Wilson
2013-07-06sna: Tune inplace hints for CPU operations with GPU targetsChris Wilson
2013-07-06sna: Relax assertion that the source of the cloned pixmap cannot be mappedChris Wilson
2013-07-06sna: Flush blt copies if no operations pendingChris Wilson
2013-07-04sna: Use a stack allocated PixmapRec for the fbcon copyChris Wilson
2013-07-04sna: Set 1024x768 fb in absence of any connected devicesChris Wilson
2013-07-04sna: Fix gamma query to not request uninitialized valuesChris Wilson
2013-07-04sna: Set the initial gamma from the attached monitor configurationChris Wilson
2013-07-03sna: Always read back the gamma, even for a inactive CRTCChris Wilson
2013-07-03sna: Tidy up the user override enumsChris Wilson
2013-07-03sna: Fix configuration user overrides on xorg-server < 1.14.99.1Chris Wilson
2013-07-03intel: Add an option for forced rediscovery of output status on startupChris Wilson
2013-07-03intel: Retire Option "RelaxedFencing"Chris Wilson
2013-07-02sna: Try harder to do the BLT upload along the fallback pathChris Wilson