summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-28sna/dri: correct DBG typoChris Wilson
2013-07-26sna: Try the indirect upload if we elect to use a mmap and it failsChris Wilson
2013-07-25sna/dri: Discard the strict checking for stale bo before performing a blitChris Wilson
2013-07-24sna/dri: Restore the comparison of bottom-right extents to the pixmap originChris Wilson
2013-07-24sna: Remove bogus comment concerning sna_enter_vtChris Wilson
2013-07-24sna/dri: Cleanup validation of blit extentsChris Wilson
2013-07-23sna/gen5: The cached value of the pipelined pointers key requires 32-bitsChris Wilson
2013-07-22sna: Fix DBG compilationChris Wilson
2013-07-22sna: Bail if we fail to find the attached CRTC during probingChris Wilson
2013-07-22sna/gen5: Rework the flush after blend state changesChris Wilson
2013-07-21sna: Missing git add to fix typo in assert() from last commitChris Wilson
2013-07-21sna: Allow linear inplace uploads along the tiled X PutImage blt pathsChris Wilson
2013-07-21sna: Unwind BLT setup if we don't emit any opsChris Wilson
2013-07-20sna: Remember to apply drawable offsets for composite memcpyChris Wilson
2013-07-20sna: Release cloned pixmap when updating tearfree scanoutChris Wilson
2013-07-20sna: Relax assertion that CPU syncs are performed on reffed objectsChris Wilson
2013-07-20sna: Correct typo in checking src extents before performing memcpyChris Wilson
2013-07-20sna: Inform the upper layers that we turn the CRTC on after a modesetChris Wilson
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