summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-13sna: Skip copying to the intermediate target if we will completely overwrite itChris Wilson
2013-07-12sna: Avoid integer overflow when computing the tiled extentsChris Wilson
2013-07-12sna/gen5: Add some more DBGChris Wilson
2013-07-11sna: Replace parsing of /proc/cpuinfo with parsing of cpuidChris Wilson
2013-07-11sna: Remove the duplicated open-coding of SetScreenPixmapChris Wilson
2013-07-11sna: Remove the temporary region allocation from sna_do_copyChris Wilson
2013-07-10sna: Remove incorrect asserts for checking CPU mappings (after remapping)Chris Wilson
2013-07-10sna: Ofast was introduced with gcc-4.6Chris Wilson
2013-07-09sna: Only flush after the BLT operation if we have more than 2 distinct boChris Wilson
2013-07-09sna: Free the source reference after performing a BLT compositeChris Wilson
2013-07-07sna: Experiment with a new ioctl to create buffers from stolen memoryChris Wilson
2013-07-07sna/gen4: Remove custom max flush vertices w/a from video pathChris Wilson
2013-07-07sna/gen4: Remove the glyph mask hack and tune the flush w/aChris Wilson
2013-07-07sna/gen4: Tighten FORCE_FLUSH w/a to spot amalgamation of primitivesChris Wilson
2013-07-06sna/gen4: Restore the flush-every-vertex w/aChris Wilson
2013-07-06sna: Tune inplace hints for CPU operations with GPU targetsChris Wilson
2013-07-06sna: Relax assertion that the source of the cloned pixmap cannot be mappedChris Wilson
2013-07-06sna: Flush blt copies if no operations pendingChris Wilson
2013-07-04sna: Use a stack allocated PixmapRec for the fbcon copyChris Wilson
2013-07-04sna: Set 1024x768 fb in absence of any connected devicesChris Wilson
2013-07-04sna: Fix gamma query to not request uninitialized valuesChris Wilson
2013-07-04sna: Set the initial gamma from the attached monitor configurationChris Wilson
2013-07-03sna: Always read back the gamma, even for a inactive CRTCChris Wilson
2013-07-03sna: Tidy up the user override enumsChris Wilson
2013-07-03sna: Fix configuration user overrides on xorg-server < 1.14.99.1Chris Wilson
2013-07-03intel: Add an option for forced rediscovery of output status on startupChris Wilson
2013-07-03intel: Retire Option "RelaxedFencing"Chris Wilson
2013-07-02sna: Try harder to do the BLT upload along the fallback pathChris Wilson
2013-07-02sna/gen2: Fix alpha replication in the copy pipelineChris Wilson
2013-07-02sna: Assorted DBGChris Wilson
2013-07-02sna: Add the condition that 855gm cannot GTT map Y-tiled surfacesChris Wilson
2013-07-02sna: Only preserve the real fbcon upon first starting XChris Wilson
2013-07-02sna: Simplify validation of active CRTCsChris Wilson
2013-07-02sna: Hook into crtc_notify rather than ModeSetChris Wilson
2013-07-02sna: Include connector status in the initial probeChris Wilson
2013-07-02intel: Move the validation of the KMS device into the open routineChris Wilson
2013-07-01sna: Minor tweaks to make DBG compile againChris Wilson
2013-07-01sna: Fix checking the dirty boxesChris Wilson
2013-07-01sna: Allow scanouts to be untiled if need beChris Wilson
2013-07-01sna: Always create the clear PictureChris Wilson
2013-07-01sna: Make sure we are consistent in applying USE_INPLACE debug optionChris Wilson
2013-07-01sna: Debug options for forcing mmap syncsChris Wilson
2013-07-01sna: Improve the message about where to find the hang stateChris Wilson
2013-07-01sna: Mark an inplace getimage as preferring the CPU mapping afterwardsChris Wilson
2013-07-01sna: Assert that we do not have overlapping damageChris Wilson
2013-07-01sna: Check whether the query box is contained within the damageChris Wilson
2013-07-01sna: Experiment with cpu mappings for migrationChris Wilson
2013-07-01sna: Do not use userptr for GetImage on unsupported architecturesChris Wilson
2013-06-30intel: Fix failure code for reporting !drmCheckModesetingSupportedChris Wilson
2013-06-30intel: replace direct ioctl use with drm{Set, Drop}MasterJonathan Gray