summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* sna: Define fast function attribute for old gcc or other compilersChris Wilson2013-08-041-0/+2
* sna: Mark the entire userptr proxy chain as flush/non-reusableChris Wilson2013-08-043-6/+6
* sna: Reserve relocation entries for the deferred VBOChris Wilson2013-08-021-4/+6
* sna/dri: Disable TripleBuffering by default for compositorsChris Wilson2013-08-013-10/+51
* sna: Add a few more details to the log for mode switchingChris Wilson2013-08-011-7/+16
* sna: Don't force inline string-ops for the general memcpy_blt routineChris Wilson2013-08-012-1/+13
* sna/glyphs: Allow glyphs-to-dst to discard CA masks for a8 glyphsChris Wilson2013-08-011-5/+6
* uxa/display: Keep the EDID blob around for the lifetime of an outputDamien Lespiau2013-07-311-9/+8
* sna: Relax readback constraint for CPU mappings of scanoutsChris Wilson2013-07-312-4/+2
* sna: Fix interaction between WT mapping of scanouts and allocating from stolenChris Wilson2013-07-311-1/+1
* sna: Allow CPU access to scanouts if WT cachedChris Wilson2013-07-304-5/+28
* sna/gen7: Set appropriate constants for Haswell GT3Chris Wilson2013-07-301-10/+30
* sna/gen4: Hide an unused functionChris Wilson2013-07-301-0/+2
* Suppress a bunch of compiler warnings for using constant stringsChris Wilson2013-07-306-37/+37
* sna/dri: Tidy up applying damage to the Pixmap when copying regionsChris Wilson2013-07-301-13/+4
* sna: Suppress a few harmless warningsChris Wilson2013-07-293-3/+7
* intel: Suppress some extremely noisy warningsChris Wilson2013-07-294-2/+10
* sna: Cleanup along all error paths in sna_pre_init()Chris Wilson2013-07-291-17/+12
* sna/dri: Prevent stale DRI buffers from a NULL dereferenceChris Wilson2013-07-291-27/+46
* Add support for the dell backlight interfaceEgbert Eich2013-07-292-0/+2
* sna: Composite region is already in dst drawable spaceChris Wilson2013-07-291-3/+2
* uxa: Fix incorrect include pathChris Wilson2013-07-291-1/+1
* sna: Restore driver info upon FreeScreenChris Wilson2013-07-291-5/+6
* sna: Fix limit on stipples to only use immediate operands for <= 32 dwordsChris Wilson2013-07-281-1/+6
* uxa: Add the missing include to silence the compiler warningChris Wilson2013-07-281-0/+1
* intel: Remove the unused SDV PCI IDsChris Wilson2013-07-281-21/+0
* sna: Allow PutImage to utilise userptr for busy targetsChris Wilson2013-07-281-0/+84
* configure: Print a summary of compilation optionsChris Wilson2013-07-284-7/+8
* sna/gen7: Prefer GPU spans for Baytrail as wellChris Wilson2013-07-281-1/+1
* sna/gen7: Use ivb/byt/hsw shorthand for generation checkingChris Wilson2013-07-281-8/+23
* sna/gen7: Rename Valleyview to BaytrailChris Wilson2013-07-281-3/+3
* sna/gen7: Set appropriate thread counts for Valleyview^BaytrailChris Wilson2013-07-281-3/+4
* intel: Remove the unused bridge PCI-IDsChris Wilson2013-07-281-87/+22
* intel: Always define the PCI-IDsChris Wilson2013-07-281-65/+0
* intel: Remove some unused macrosChris Wilson2013-07-288-36/+21
* intel: Move some backend specific macros out of the common headerChris Wilson2013-07-283-26/+26
* uxa: Colocate architecture source files with backend implementation sourcesChris Wilson2013-07-289-1/+6580
* uxa: Clear up the common intel directoryChris Wilson2013-07-28195-48710/+98
* intel: Only print the unique chipset namesChris Wilson2013-07-281-3/+53
* intel: Replace the codename in the user facing string for unknown Haswell partsChris Wilson2013-07-281-22/+22
* intel: Set the correct marketing names for Ironlake, Sandybridge and IvybridgeChris Wilson2013-07-281-15/+15
* intel: Remove the SDV from the list of identified chipsetsChris Wilson2013-07-281-16/+0
* intel: Cross-check an unnamed chipset against the list of known PCI-IDsChris Wilson2013-07-281-1/+17
* intel: Source our PCI IDs table from the copy in the kernelChris Wilson2013-07-283-132/+253
* sna/dri: correct DBG typoChris Wilson2013-07-281-1/+1
* sna: Try the indirect upload if we elect to use a mmap and it failsChris Wilson2013-07-261-7/+12
* sna/dri: Discard the strict checking for stale bo before performing a blitChris Wilson2013-07-251-365/+137
* sna/dri: Restore the comparison of bottom-right extents to the pixmap originChris Wilson2013-07-241-9/+16
* sna: Remove bogus comment concerning sna_enter_vtChris Wilson2013-07-241-3/+0
* sna/dri: Cleanup validation of blit extentsChris Wilson2013-07-241-11/+28