summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-232.99.905 snapshot2.99.905Chris Wilson2-1/+30
2013-10-23sna: Tidy opportunistic flushingChris Wilson1-32/+17
2013-10-22sna: Flush the pending move-to-gpu upon Pixmap freeChris Wilson2-3/+6
2013-10-22sna: Handle pending move-to-gpu for userptr uploadsChris Wilson1-1/+9
2013-10-22sna: Pass the async hint when pushing GPU damage for redisplayChris Wilson1-1/+1
2013-10-22sna: Fix inconsistency in has_coherent_ptr assertionChris Wilson1-1/+4
2013-10-22sna: Remove the move-to-gpu shortcircuiting for partial GPU, no CPU damageChris Wilson1-15/+2
2013-10-22sna: Make sure CPU damage is flushed to the TearFree shadowChris Wilson2-2/+4
2013-10-22sna: Only force the TearFree exchange before a writeChris Wilson2-56/+58
2013-10-22xvmc: Handle errors along allocation pathChris Wilson1-20/+22
2013-10-22sna: Free our CRTC private after failing to create the xf86CrtcChris Wilson1-0/+1
2013-10-22sna/trapezoids: Fix inversion of initialisation test for trianglesChris Wilson1-1/+1
2013-10-22sna: Ignore overflow in CPU count rather than abortChris Wilson1-2/+2
2013-10-22sna: Move gc back to GPU after failure to move it to CPUChris Wilson1-64/+45
2013-10-22sna: Discard GPU bo when failing to setup the shared pixmapChris Wilson1-0/+1
2013-10-22sna: Free bo along unlikely one-off error pathChris Wilson1-0/+1
2013-10-21sna: Enable TearFree rendering for transformed scanoutsChris Wilson1-35/+84
2013-10-21sna: Eliminate the synchronous wait from inside TearFreeChris Wilson3-49/+251
2013-10-21sna: Improve handling of blit fallbacks for untransfomed large scanoutsChris Wilson1-3/+5
2013-10-21sna: Tweak opportunistic flushing to reduce power consumptionChris Wilson2-41/+26
2013-10-21sna: Set the canonical name for the current mode if none matchChris Wilson1-0/+31
2013-10-21sna: Copy the EDID mode name for the current CRTC modeChris Wilson1-0/+11
2013-10-21sna: Fix typo inside an assertionChris Wilson1-1/+1
2013-10-21sna: Suppress log messages for unchanging EDIDChris Wilson1-1/+21
2013-10-20sna: Fix the addition of the current output Mode to the probed listsChris Wilson1-26/+16
2013-10-19sna: Unmap pixmap prior to release GPU boChris Wilson3-15/+23
2013-10-18sna: Do a quick pass on dirty damage before reductionChris Wilson1-1/+22
2013-10-18sna: Drop now obsolete assertionChris Wilson1-3/+1
2013-10-18sna: Tighten pixmap map assertionsChris Wilson2-107/+111
2013-10-18sna/glyphs: Remove glyph_approx_extentsChris Wilson1-95/+57
2013-10-18Remove defunct file 'brw_eu_util.c' from gitChris Wilson1-126/+0
2013-10-17sna: Check return of source_bo for a potential failureChris Wilson1-0/+6
2013-10-17sna: Fix computation of clip boxes for stipple uploadsChris Wilson1-2/+2
2013-10-17sna: Assert mapped stateChris Wilson4-60/+41
2013-10-17sna/dri: Refactor to use the common GPU damage routineChris Wilson1-8/+3
2013-10-16sna/glyphs: Fix computation of extents for long stringsChris Wilson2-49/+144
2013-10-16sna: Fix inverted tiled CPU map check in has_coherent_ptr()Chris Wilson1-1/+1
2013-10-16sna: Only carry 32/64-bit compat wrapper for drm_mode_get_connectorChris Wilson1-34/+26
2013-10-15sna: Expand packed KMS structs for 64-bit alignmentChris Wilson1-65/+81
2013-10-15sna: Add DBG along all output init failure pathsChris Wilson1-4/+17
2013-10-15sna: Allow read-mappings for has_coherent_ptr() assertChris Wilson1-4/+0
2013-10-15sna: Speed up inplace copies from SHM pixmaps to GPU boChris Wilson1-18/+155
2013-10-15Revert "sna: Preserve the user backlight value for get_property calls"Chris Wilson1-9/+0
2013-10-15sna: Disable updating properties upon reading their valuesChris Wilson1-5/+6
2013-10-15sna: Preserve the user backlight value for get_property callsChris Wilson1-1/+11
2013-10-15sna/trapezoids: Initialise force_fallbackChris Wilson1-1/+2
2013-10-14sna: Assert that the mode/ring are set when marking active boChris Wilson1-0/+1
2013-10-14sna/gen6: Fix the invert fixChris Wilson1-1/+1
2013-10-14sna/gen6+: Fix calculation of 1/z for projective texturesChris Wilson1-9/+9
2013-10-14sna: Tighten has_coherent_ptr() assertionChris Wilson1-21/+29