summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-28configure: Print a summary of compilation optionsChris Wilson
2013-07-28sna/gen7: Prefer GPU spans for Baytrail as wellChris Wilson
2013-07-28sna/gen7: Use ivb/byt/hsw shorthand for generation checkingChris Wilson
2013-07-28sna/gen7: Rename Valleyview to BaytrailChris Wilson
2013-07-28sna/gen7: Set appropriate thread counts for Valleyview^BaytrailChris Wilson
2013-07-28intel: Remove the unused bridge PCI-IDsChris Wilson
2013-07-28intel: Always define the PCI-IDsChris Wilson
2013-07-28intel: Remove some unused macrosChris Wilson
2013-07-28intel: Move some backend specific macros out of the common headerChris Wilson
2013-07-28uxa: Colocate architecture source files with backend implementation sourcesChris Wilson
2013-07-28uxa: Clear up the common intel directoryChris Wilson
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