summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+1
2011-06-30dri2: restore Screen->ConfigNotify on closeMarcin Slusarz1-0/+1
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes2-5/+4
2011-05-13dri2: Don't send so many needless invalidate eventsVille Syrjälä1-1/+6
2011-04-14dri2: Pass out_count by value to update_dri2_drawable_buffers()Ville Syrjälä1-4/+4
2011-04-14dri2: Handle calloc() failureVille Syrjälä1-5/+9
2011-04-04xfree86: dri2: fix memory leak and free resources properlyTiago Vignatti1-2/+7
2011-02-18Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buff...Justin Dou1-1/+1
2010-12-27dri2: Don't page flip when the window size doesn't match the pixmap sizeVille Syrjälä1-0/+11
2010-11-10DRI2: Avoid call to NULL pointerPauli Nieminen1-4/+7
2010-07-09DRI2: re-allocate DRI2 drawable if pixmap serial changesJesse Barnes1-1/+18
2010-06-17DRI2/xserver: Don't hang in glXSwapBuffers if drawable moves between crtc's (...Mario Kleiner1-0/+15
2010-06-15In DRI2Connect, check to see if DRI2 has been initialized (bug 28424)Keith Packard1-1/+5
2010-06-10dri2: Only deal with output windows and pixmaps.Keith Packard2-7/+12
2010-06-10DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()Mario Kleiner3-21/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-07dri2: Deal with input-only windows by using WindowDrawable()Keith Packard1-5/+5
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