summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-042.21.14 release2.21.14Chris Wilson2-1/+19
2013-08-04sna: Mark the entire userptr proxy chain as flush/non-reusableChris Wilson3-6/+6
2013-08-02sna: Reserve relocation entries for the deferred VBOChris Wilson1-4/+6
2013-08-01sna/dri: Disable TripleBuffering by default for compositorsChris Wilson3-10/+51
2013-08-01sna: Add a few more details to the log for mode switchingChris Wilson1-7/+16
2013-08-01sna: Don't force inline string-ops for the general memcpy_blt routineChris Wilson2-1/+13
2013-08-01sna/glyphs: Allow glyphs-to-dst to discard CA masks for a8 glyphsChris Wilson1-5/+6
2013-07-31uxa/display: Keep the EDID blob around for the lifetime of an outputDamien Lespiau1-9/+8
2013-07-31sna: Relax readback constraint for CPU mappings of scanoutsChris Wilson2-4/+2
2013-07-31sna: Fix interaction between WT mapping of scanouts and allocating from stolenChris Wilson1-1/+1
2013-07-30sna: Allow CPU access to scanouts if WT cachedChris Wilson5-5/+38
2013-07-30sna/gen7: Set appropriate constants for Haswell GT3Chris Wilson1-10/+30
2013-07-30sna/gen4: Hide an unused functionChris Wilson1-0/+2
2013-07-30Suppress misleading warnings for -Wmaybe-uninitializedChris Wilson1-0/+1
2013-07-30Suppress a bunch of compiler warnings for using constant stringsChris Wilson6-37/+37
2013-07-30sna/dri: Tidy up applying damage to the Pixmap when copying regionsChris Wilson1-13/+4
2013-07-29sna: Suppress a few harmless warningsChris Wilson3-3/+7
2013-07-29intel: Suppress some extremely noisy warningsChris Wilson5-2/+15
2013-07-29sna: Cleanup along all error paths in sna_pre_init()Chris Wilson1-17/+12
2013-07-29sna/dri: Prevent stale DRI buffers from a NULL dereferenceChris Wilson1-27/+46
2013-07-29Add support for the dell backlight interfaceEgbert Eich2-0/+2
2013-07-29sna: Composite region is already in dst drawable spaceChris Wilson1-3/+2
2013-07-29uxa: Fix incorrect include pathChris Wilson1-1/+1
2013-07-29sna: Restore driver info upon FreeScreenChris Wilson1-5/+6
2013-07-28sna: Fix limit on stipples to only use immediate operands for <= 32 dwordsChris Wilson1-1/+6
2013-07-28uxa: Add the missing include to silence the compiler warningChris Wilson1-0/+1
2013-07-28intel: Remove the unused SDV PCI IDsChris Wilson1-21/+0
2013-07-28sna: Allow PutImage to utilise userptr for busy targetsChris Wilson1-0/+84
2013-07-28configure: Print a summary of compilation optionsChris Wilson6-25/+79
2013-07-28sna/gen7: Prefer GPU spans for Baytrail as wellChris Wilson1-1/+1
2013-07-28sna/gen7: Use ivb/byt/hsw shorthand for generation checkingChris Wilson1-8/+23
2013-07-28sna/gen7: Rename Valleyview to BaytrailChris Wilson1-3/+3
2013-07-28sna/gen7: Set appropriate thread counts for Valleyview^BaytrailChris Wilson1-3/+4
2013-07-28intel: Remove the unused bridge PCI-IDsChris Wilson1-87/+22
2013-07-28intel: Always define the PCI-IDsChris Wilson1-65/+0
2013-07-28intel: Remove some unused macrosChris Wilson8-36/+21
2013-07-28intel: Move some backend specific macros out of the common headerChris Wilson3-26/+26
2013-07-28uxa: Colocate architecture source files with backend implementation sourcesChris Wilson12-31/+10
2013-07-28uxa: Clear up the common intel directoryChris Wilson205-111/+4877
2013-07-28intel: Only print the unique chipset namesChris Wilson1-3/+53
2013-07-28intel: Replace the codename in the user facing string for unknown Haswell partsChris Wilson1-22/+22
2013-07-28intel: Set the correct marketing names for Ironlake, Sandybridge and IvybridgeChris Wilson1-15/+15
2013-07-28intel: Remove the SDV from the list of identified chipsetsChris Wilson1-16/+0
2013-07-28intel: Cross-check an unnamed chipset against the list of known PCI-IDsChris Wilson1-1/+17
2013-07-28intel: Source our PCI IDs table from the copy in the kernelChris Wilson3-132/+253
2013-07-282.21.13 release2.21.13Chris Wilson2-1/+38
2013-07-28sna/dri: correct DBG typoChris Wilson1-1/+1
2013-07-27test/dri2: We do not require the GLX includesChris Wilson1-3/+0
2013-07-26sna: Try the indirect upload if we elect to use a mmap and it failsChris Wilson1-7/+12
2013-07-25sna/dri: Discard the strict checking for stale bo before performing a blitChris Wilson1-365/+137