summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov
2012-05-24sna/trapezoids: Correct rounding for downsampling onto sample gridChris Wilson
2012-05-24sna: Query CRTC states following a hotplug eventChris Wilson
2012-05-24uxa: Only consider an output valid if the kernel reports it attachedChris Wilson
2012-05-24sna: Add some more DBG tracepoints around modesettingChris Wilson
2012-05-23sna: Only mark an unattached output as inactiveChris Wilson
2012-05-23sna: Suppress modesetting errors on return from VT switchChris Wilson
2012-05-23sna: Keep checking retirement for flushing listChris Wilson
2012-05-23intel: convert sna/uxa to using new glyph picture accessors.Dave Airlie
2012-05-23intel: convert to new screen conversion APIsDave Airlie
2012-05-23intel: add compat header file for conversion fnsDave Airlie
2012-05-23legacy/i810: rename pScreen->screenDave Airlie
2012-05-23legacy/i810: rename pScrn->scrnDave Airlie
2012-05-22sna/dri: Avoid confusion of attempting to exchange pixmaps for DPMS-off flipsChris Wilson
2012-05-22sna: Swallow disconnection event upon mode restorationChris Wilson
2012-05-22sna: Remove incorrect assertion for mode restorationChris Wilson
2012-05-22sna: Force config restoration after VT switchChris Wilson
2012-05-21sna: Only override active on DPMSModeOffChris Wilson
2012-05-21sna: Add a log message for the change of CRTC modeChris Wilson
2012-05-21sna: Confirm that the modeset takesChris Wilson
2012-05-20sna/gen7: Trim a dead assignmentChris Wilson
2012-05-19sna: Emit a new batch if we need to clip after PolyText without spaceChris Wilson
2012-05-18sna: Give the proxy a unique nameChris Wilson
2012-05-18sna/traps: Fix processing of full-stepsChris Wilson
2012-05-18sna: Don't consider uploading inplace if the dst bo is unmappableChris Wilson
2012-05-18Revert "sna: Always try to operate inplace if we an LLC gpu bo"Chris Wilson
2012-05-18sna: Track flushing status of live boChris Wilson
2012-05-17sna/glyphs: Pass the extents to the backend for preparing to composite glyphsChris Wilson
2012-05-17sna/io: Assert that we do not replace a bo->flush objectChris Wilson
2012-05-15sna: Assign GCops after checking for fallback to pass sanity checksChris Wilson
2012-05-14sna/gen3: Fix pre-multiplication of opacity masksChris Wilson
2012-05-14sna: Use the correct storage for box_from_segChris Wilson
2012-05-14sna/trapezoids: Fix picture creation for fallback trapezoidsChris Wilson
2012-05-14sna/trapezoids: Do not reduce SRC to a clear pixmap to unboundedChris Wilson
2012-05-14sna: Trim unused partial buffer uploadsChris Wilson
2012-05-13sna: Tweak usage of kgem_bo_can_map vs kgem_bo_mappedChris Wilson
2012-05-13sna: Simplify partial buffer trackingChris Wilson
2012-05-13sna: Flush batch if GPU is idle upon wakeupChris Wilson
2012-05-13sna: Optimise kgem_clear_dirty() by keeping dirty buffers at the frontChris Wilson
2012-05-13sna: Flush the batch before blocking if the GPU is idleChris Wilson
2012-05-11sna: Fix off-by-one in computation of width for inplace trapezoidsChris Wilson
2012-05-10sna: handle vmap creation failures gracefullyChris Wilson
2012-05-10sna: Include some DBG for segment drawingChris Wilson
2012-05-10sna: Correct adjustment of LineCap for rectilinear segmentsChris Wilson
2012-05-10sna: Include a small amount of timer-slack to avoid very short sleepsChris Wilson
2012-05-10sna: Avoid doubling the final step of poly linesChris Wilson
2012-05-09sna: Avoid randomly changing domains of active boChris Wilson
2012-05-09sna: Respect the error terms when reversing the PolyLine DDAChris Wilson
2012-05-08sna: Force remapping for IO transferChris Wilson