summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-6/+18
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-4/+4
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-3/+7
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-06-03DRI2: Use single error path in initializationPauli Nieminen1-8/+4
2010-06-03DRI2: Allow building without libdrmTiago Vignatti3-4/+18
2010-06-03DRI2: add AuthMagic hook for driver side supportTiago Vignatti2-3/+18
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-2/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-3/+0
2010-05-17dri2: Fix NULL check in allocation error handlingKristian Høgsberg1-2/+4
2010-05-14dri2: Fix xserver crash if dri2 buffer allocation fails.Pauli Nieminen2-24/+58
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-18/+18
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg3-9/+83
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-12/+12
2010-05-12dri2: Copy front to fake front in swapbufferKristian Høgsberg1-0/+10
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg3-23/+130
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg2-123/+38
2010-03-29GLX/DRI2: expose swap control extensions if DDX support is presentJesse Barnes2-0/+10
2010-03-29DRI2: prevent swap wakes from waking MSC waitersJesse Barnes2-11/+27
2010-03-29DRI2: handle swapsPending betterJesse Barnes1-1/+2
2010-03-29DRI2: throttle swaps at submission time tooJesse Barnes1-0/+7
2010-03-29DRI2: advertise lowest supported DRI2 protocol versionJesse Barnes3-2/+17
2010-03-29DRI2: handle swap_interval of 0 correctlyJesse Barnes1-2/+2
2010-03-29DRI2: drawable lifetime fixesJesse Barnes1-12/+22
2010-03-29DRI2: fix swapbuffers handling of SBC and target MSCJesse Barnes1-4/+18
2010-03-29DRI2WaitSbc(): Fixes for correct semantic of glXWaitForSbcOML()Mario Kleiner1-2/+23
2010-03-29DRI2: Fix glitches in DRI2SwapComplete() and DRI2WakeupClient()Mario Kleiner1-4/+4
2010-03-29DRI2: make target_sbc signedJesse Barnes1-1/+1
2010-03-29DRI2: fixup handling of last_swap_targetJesse Barnes1-23/+6
2010-03-16dri2: No need to blit from front on DRI2GetBuffers if they're just being reused.Francisco Jerez1-19/+23
2010-02-25DRI2: initialize event->drawable in DRI2SwapEventRobert Bragg1-0/+2
2010-01-28DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.Aaron Plattner1-1/+1
2010-01-27DRI2: handle drawable destruction properly at DRI2SwapComplete timeJesse Barnes1-15/+27
2010-01-27DRI2: Allow multiple driver names.Aaron Plattner2-7/+46
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes2-1/+25
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes3-9/+716
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-4/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+5
2009-10-23DRI2: Report the correct extension minor versionKeith Packard1-1/+1
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-08-28xace: fix up access modes in dixLookupDrawable calls from dri2.Eamon Walsh1-9/+16
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+7
2009-07-06Remove old DRI2 buffer alloc/free interfacesKeith Packard3-205/+69
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard3-77/+203
2009-06-23dri2: Don't crash if pPriv is NULL.Michel Dänzer1-2/+10
2009-05-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-05-01DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-04-24DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27