summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-28intel: Only print the unique chipset namesChris Wilson
2013-07-28intel: Replace the codename in the user facing string for unknown Haswell partsChris Wilson
2013-07-28intel: Set the correct marketing names for Ironlake, Sandybridge and IvybridgeChris Wilson
2013-07-28intel: Remove the SDV from the list of identified chipsetsChris Wilson
2013-07-28intel: Cross-check an unnamed chipset against the list of known PCI-IDsChris Wilson
2013-07-28intel: Source our PCI IDs table from the copy in the kernelChris Wilson
2013-07-282.21.13 release2.21.13Chris Wilson
2013-07-28sna/dri: correct DBG typoChris Wilson
2013-07-27test/dri2: We do not require the GLX includesChris 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-22configure: Supply a default value for dridriverdirChris Wilson
2013-07-22configure: Fix enabling of DRI2Chris Wilson
2013-07-22sna: Fix DBG compilationChris Wilson
2013-07-22configure: Use --enable-dri to control both DRI/DRI2 enablingChris 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