summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-04sna/trapezoids: Some minor DBG to investigate threaded renderingChris Wilson
2013-08-04sna: Define fast function attribute for old gcc or other compilersChris Wilson
2013-08-04sna: Mark the entire userptr proxy chain as flush/non-reusableChris Wilson
2013-08-02sna: Reserve relocation entries for the deferred VBOChris Wilson
2013-08-01sna/dri: Disable TripleBuffering by default for compositorsChris Wilson
2013-08-01sna: Add a few more details to the log for mode switchingChris Wilson
2013-08-01sna: Don't force inline string-ops for the general memcpy_blt routineChris Wilson
2013-08-01sna/glyphs: Allow glyphs-to-dst to discard CA masks for a8 glyphsChris Wilson
2013-07-31uxa/display: Keep the EDID blob around for the lifetime of an outputDamien Lespiau
2013-07-31sna: Relax readback constraint for CPU mappings of scanoutsChris Wilson
2013-07-31sna: Fix interaction between WT mapping of scanouts and allocating from stolenChris Wilson
2013-07-30sna: Allow CPU access to scanouts if WT cachedChris Wilson
2013-07-30sna/gen7: Set appropriate constants for Haswell GT3Chris Wilson
2013-07-30sna/gen4: Hide an unused functionChris Wilson
2013-07-30Suppress a bunch of compiler warnings for using constant stringsChris Wilson
2013-07-30sna/dri: Tidy up applying damage to the Pixmap when copying regionsChris Wilson
2013-07-29sna: Suppress a few harmless warningsChris Wilson
2013-07-29intel: Suppress some extremely noisy warningsChris Wilson
2013-07-29sna: Cleanup along all error paths in sna_pre_init()Chris Wilson
2013-07-29sna/dri: Prevent stale DRI buffers from a NULL dereferenceChris Wilson
2013-07-29Add support for the dell backlight interfaceEgbert Eich
2013-07-29sna: Composite region is already in dst drawable spaceChris Wilson
2013-07-29uxa: Fix incorrect include pathChris Wilson
2013-07-29sna: Restore driver info upon FreeScreenChris Wilson
2013-07-28sna: Fix limit on stipples to only use immediate operands for <= 32 dwordsChris Wilson
2013-07-28uxa: Add the missing include to silence the compiler warningChris Wilson
2013-07-28intel: Remove the unused SDV PCI IDsChris Wilson
2013-07-28sna: Allow PutImage to utilise userptr for busy targetsChris Wilson
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-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