summaryrefslogtreecommitdiff
path: root/src/sna/sna_dri.c
AgeCommit message (Expand)Author
2012-07-14sna/dri: Presume an unknown chipset will want i965_dri.soChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-08sna/dri: Review stale commentsChris Wilson
2012-07-08sna/dri: Fix cross-chaining of pageflip vs vblankChris Wilson
2012-07-08sna/dri: Use draw ref directlyChris Wilson
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson
2012-07-08sna/dri: Attach the chain of frame events to the Window, not pixmapChris Wilson
2012-07-08sna/dri: Clarify the message for one failure caseChris Wilson
2012-07-08sna/dri: Add a couple of missing VG_CLEAR on vblanksChris Wilson
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson
2012-07-08sna/dri: Replace the DRI2 drawable type with a devPrivateChris Wilson
2012-07-06sna: Refactor a common function: is_clipped()Chris Wilson
2012-07-05sna/dri: Assert that our pixmaps sizes are invariantChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-07-04sna/dri: Remove broken code for buffer xchg from AsyncSwapChris Wilson
2012-07-04sna/dri: Fixup blit fallback path to use xchg when possibleChris Wilson
2012-07-04sna/dri: Select the appropriate copy engine based on the current src ringChris Wilson
2012-07-01sna/dri: Assert that the replacement bo is large enough for the pixmapChris Wilson
2012-06-29sna/dri: Prefer GPU rendering if no more CPU damage on a DRI boChris Wilson
2012-06-29sna/dri: Optimise clip reduction with copy-to-front to an unclipped WindowChris Wilson
2012-06-26sna/dri: Hold a reference to the cached DRI2 buffer on the front bufferChris Wilson
2012-06-23sna/dri: Perform an exchange for a composited windowed SwapBuffersChris Wilson
2012-06-23sna/dri: Queue windowed swapsChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-21Encode the third pipe using the HIGH_CRTC shift for vblanksChris Wilson
2012-06-19Post Damage on the Screen Pixmap after a pageflipChris Wilson
2012-06-07sna/dri: Disable experimental code by defaultChris Wilson
2012-06-06sna: Silence a few unused function warningsChris Wilson
2012-06-06sna: Add some missing 'fall through' commentsChris Wilson
2012-06-01sna/dri: Fix typo, check for NULL after allocations to spot failure!Chris Wilson
2012-05-29sna: Trim the set of includesChris Wilson
2012-05-28sna/dri: Make WAIT_VBLANK valgrind cleanChris Wilson
2012-05-28sna/dri: Tweak vblank_mode=n swapbuffers to account for throttle delayChris Wilson
2012-05-28sna/dri: Enable handling for Option "SwapBuffersWait"Chris Wilson
2012-05-28sna/dri: Requeue vblank throttling until the vsync'ed copy completesChris Wilson
2012-05-26sna: Fix typo for debug compilationChris Wilson
2012-05-25sna: Trust the crtc-is-bound determination after modeset and hotplugChris Wilson
2012-05-23intel: convert to new screen conversion APIsDave Airlie
2012-05-22sna/dri: Avoid confusion of attempting to exchange pixmaps for DPMS-off flipsChris Wilson
2012-05-06sna/dri: Only track a single pending flip across all pipesChris Wilson
2012-05-06sna: Cache the framebuffer idChris Wilson
2012-05-04sna/dri: pageflip unref debuggingChris Wilson
2012-05-03sna/dri: Balance flush countingChris Wilson
2012-04-23sna/dri: Always clear the scanout when destroying dri2 buffersChris Wilson
2012-04-17sna/dri: Decouple the frame event info after attaching along error pathsChris Wilson
2012-03-30sna: Minimise the risk of hotplug hangs by checking fb before vsyncChris Wilson
2012-03-19sna/dri: Make the drawable as damaged for the off-screen immediate exchangeChris Wilson
2012-03-16sna/dri: Mesa expects the 8-bit stencil buffer to have 2-bytes per pixelChris Wilson