summaryrefslogtreecommitdiff
path: root/src/intel_dri.c
AgeCommit message (Expand)Author
2012-12-10dri2: don't schedule a flip prematurely at ScheduleSwap timeJesse Barnes
2012-11-30Convert generation counter to octalChris Wilson
2012-11-20uxa/dri: Factor out the repeated swap fallback code.Eric Anholt
2012-11-08Remove reliance on hard-coded DRI nameChris Wilson
2012-10-11intel: fix fullscreen damage posting on pageflipDave Airlie
2012-09-27uxa: Fixup the last couple of commits after realising I didn't have uxa enabledChris Wilson
2012-09-27uxa: Do not attempt to pageflip whilst not masterChris Wilson
2012-09-27uxa/dri: Confirm Drawable is still attached to an active pipe before flippingChris Wilson
2012-09-06uxa: Distinguish forms of pinningChris Wilson
2012-09-05uxa: Flush batch immediately after queuing a WAIT_FOR_EVENTChris Wilson
2012-07-27uxa/dri (glamor): Use exchange buffer in glamor fixup.Zhigang Gong
2012-07-15uxa: Remove Shadow hackChris Wilson
2012-07-12uxa/dri: Fix a buffer leak on pageflipping when enabling glamor.Zhigang Gong
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-06uxa/dri: Silence static analyser for potential NULL intel_pixmapChris 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-06uxa/dri: Do not use undeclared stdbool featuresChris Wilson
2012-06-04uxa/dri: Free wait_info along DRI2WaitMSC error pathsChris Wilson
2012-06-04uxa/dri: Make sure is_glamor_pixmap is always initialisedChris Wilson
2012-06-02uxa: Intialize is_glamor_pixmapChris Wilson
2012-06-01uxa: Static analysis warning fixesChris Wilson
2012-05-28uxa/dri: Enable vblank scheduling even with pageflipping disabledChris Wilson
2012-05-28uxa/dri: Fix ordering of setting vs using swap membersChris Wilson
2012-05-23intel: convert to new screen conversion APIsDave Airlie
2012-04-17Don't issue a scanline wait while VT switchedChris Wilson
2012-02-21uxa/glamor/dri: Should fixup the drawable pixmap.Zhigang Gong
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong
2012-02-21uxa/dri: Refine the pageflip processing.Zhigang Gong
2012-02-07uxa/glamor/dri: Fix a typo bug when fixup glamor pixmap.Zhigang Gong
2012-01-18intel: Trivially remove a piece of XAA dependency for shadowChris Wilson
2012-01-16uxa/glamor: Create glamor pixmap by default.Zhigang Gong
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-11-16Compile out UXA if so desiredChris Wilson
2011-08-01dri: Build fix for xserver-1.7.7Chris Wilson
2011-07-19dri: Do not tile stencil bufferChad Versace
2011-07-12dri: Always initialise resource members of DRI2FrameEventChris Wilson
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson
2011-07-11dri: Prevent abuse of the Resource databaseChris Wilson
2011-07-09dri: Remove the shadow copy of attachmentChris Wilson
2011-06-22Don't include xf86Priv.hAdam Jackson
2011-06-08dri: Add support for DRI2BufferStencil and DRI2BufferHizChad Versace
2011-06-08dri: Do not create DRI2 buffers for unrecognized DRI2 buffer tokensChad Versace
2011-05-10dri: Flush the batch after a DRI swap/copy eventChris Wilson
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson
2011-04-11dri: Rearrange code to compile against xorg-server-1.7Chris Wilson
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson
2011-03-24Recover from i830_dri2_add_frame_event out-of-memory conditionKeith Packard