summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-20sna: Fix application of composite offsets along PutImage fallback pathChris Wilson
2013-07-20sna: Tidy fast source clip processing for sna_do_copyChris Wilson
2013-07-20sna/dri: Fix the strict blitting check not to assume the dst is the front bufferChris Wilson
2013-07-19sna: Perform an explicit check against the region extentsChris Wilson
2013-07-19sna: Check for bpp>=8 before attempting to use memcpy_blt fastpathChris Wilson
2013-07-19sna: Return true from get_drawable_deltas() if the pixmap is offsetChris Wilson
2013-07-19sna: Add a fast path for the most common fallback for CPU-CPU blitsChris Wilson
2013-07-19sna: Remove the duplicated pimxap migration for the composite fb pathChris Wilson
2013-07-19sna: DBG controls to turn off unwinding partial boChris Wilson
2013-07-19sna: Allow operation inplace when wedgedChris Wilson
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-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