summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13sna: ConstificationZdenek Kabelac
2012-06-13sna: Fix typo and compare y1 to y2Zdenek Kabelac
2012-06-13sna: Fix operator preference around a | b & c | dChris Wilson
2012-06-13sna: Use long for simplicity when printing size_t values for debuggingChris Wilson
2012-06-13sna: Valgrind updatesZdenek Kabelac
2012-06-13legacy/i810: Fix declaration to match definitionZdenek Kabelac
2012-06-13Lots of trivial semantic fixesChris Wilson
2012-06-13sna: Fix memleak from sna_crtc_find_plane()Chris Wilson
2012-06-13sna: Free the reversed glyph bits along with the fontChris Wilson
2012-06-13sna: Free clip rectangles after intersection with PolyRectangle extentsChris Wilson
2012-06-13sna: Only reuse a write buffer if all external references have been droppedChris Wilson
2012-06-13sna: Free clip intersection with line extents after useChris Wilson
2012-06-12sna/damage: Remove unused return valueChris Wilson
2012-06-12sna/damage: Simplify initialisation of damage extentsChris Wilson
2012-06-12sna: Refresh the damage self-testsChris Wilson
2012-06-12Fix up braindamage in previous commit.Cyril Brulebois
2012-06-12Avoid calling xf86nameCompare() with a NULL stringCyril Brulebois
2012-06-12uxa: do copy fb at startup.Dave Airlie
2012-06-12sna: Hook up AdjustFrame()Chris Wilson
2012-06-12sna: Remove a pair of empty stub functionsChris Wilson
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson
2012-06-11configure: Correct the help string for --with-default-accelChris Wilson
2012-06-10configure: Harden --with-default-accel against simple mistakesChris Wilson
2012-06-08sna: Remove option to disable vmapChris Wilson
2012-06-08Make the enum list of options consistent with the actual table.Chris Wilson
2012-06-08sna: Add DBG spew to flink()Chris Wilson
2012-06-07sna: Skip flushing the active queue if there is not a suitable bo pendingChris Wilson
2012-06-07sna/dri: Disable experimental code by defaultChris Wilson
2012-06-07sna/trapezoids: Micro-optimise cell allocationChris Wilson
2012-06-07sna: Actually create Y-tiled source pixmapsChris Wilson
2012-06-07sna: Suppress DBG prints along potential SIGIO pathsChris Wilson
2012-06-06sna: Check against integer overflows when computing cache sizeChris Wilson
2012-06-06uxa: Remove dead-code for SourcePicturesChris Wilson
2012-06-06sna/gen4+: Add missing "fall through" commentsChris Wilson
2012-06-06sna: Silence static analyser complaining about potential NULL pointerChris Wilson
2012-06-06uxa/dri: Silence static analyser for potential NULL intel_pixmapChris Wilson
2012-06-06uxa/i915: check for failure to allocate temporary destinationChris Wilson
2012-06-06sna: Silence a few unused function warningsChris Wilson
2012-06-06legacy/i810/dri: Check for malloc failure for BusIdStringChris Wilson
2012-06-06sna: Add some missing 'fall through' commentsChris Wilson
2012-06-06uxa/dri: Fix up typo from f2513cb0fChris Wilson
2012-06-06uxa/dri: Transfer reference of the new_back buffer to the flip_chainChris Wilson
2012-06-06sna: Perform CopyArea directly onto a CPU bo if availableChris Wilson
2012-06-06sna: Use GPU for readback onto CPU boChris Wilson
2012-06-06uxa/dri: Do not use undeclared stdbool featuresChris Wilson
2012-06-05sna/damage: Add some assertions to validate that each damage box is non-emptyChris Wilson
2012-06-05uxa: Check for DPMS off before scheduling a WAIT_ON_EVENTChris Wilson
2012-06-05sna: Try to create Y-tiled pixmaps for initial source boChris Wilson
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson
2012-06-05sna: port to compat apiDave Airlie