index
:
~fredinfinite23/xorg-server
master
Additional glX support for Xephyr server
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
dri2
/
dri2ext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-16
Use C99 designated initializers in DRI2GetParam replies
Alan Coopersmith
1
-4
/
+5
2012-07-10
Move DRI2 from external module to built-in
Daniel Stone
1
-16
/
+8
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-14
/
+14
2012-07-09
Use C99 designated initializers in xf86 extension Replies
Alan Coopersmith
1
-44
/
+55
2012-07-07
dri2: add initial prime support. (v1.2)
Dave Airlie
1
-2
/
+2
2012-05-31
dri2: Add DRI2GetParam request (v2)
Chad Versace
1
-0
/
+33
2012-05-22
dri2: SProcDRI2Connect - send the response.
Michal Srb
1
-0
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-117
/
+111
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-1
/
+1
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-1
/
+1
2011-12-19
dri2: Invalidate window pixmaps
Ville Syrjälä
1
-2
/
+2
2011-11-18
dri2: Register the DRI2DrawableType after server regeneration
Chris Wilson
1
-0
/
+3
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-9
/
+7
2011-06-29
DRI2/GLX: use new swap event types
Jesse Barnes
1
-4
/
+3
2010-06-10
dri2: Only deal with output windows and pixmaps.
Keith Packard
1
-1
/
+3
2010-06-10
DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()
Mario Kleiner
1
-13
/
+3
2010-06-03
DRI2: Allow building without libdrm
Tiago Vignatti
1
-1
/
+0
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-2
/
+0
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-3
/
+0
2010-05-14
dri2: Fix xserver crash if dri2 buffer allocation fails.
Pauli Nieminen
1
-6
/
+7
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-18
/
+18
2010-05-13
dri2: Send out event when auxillary buffers are invalidated
Kristian Høgsberg
1
-1
/
+18
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-1
/
+1
2010-04-16
DRI2: Track DRI2 drawables as resources, not privates
Kristian Høgsberg
1
-22
/
+0
2010-03-29
DRI2: throttle swaps at submission time too
Jesse Barnes
1
-0
/
+7
2010-03-29
DRI2: advertise lowest supported DRI2 protocol version
Jesse Barnes
1
-2
/
+2
2010-02-25
DRI2: initialize event->drawable in DRI2SwapEvent
Robert Bragg
1
-0
/
+2
2010-01-11
GLX/DRI2: add INTEL_swap_event support
Jesse Barnes
1
-1
/
+23
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-0
/
+195
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-4
/
+1
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+3
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-1
/
+5
2009-10-23
DRI2: Report the correct extension minor version
Keith Packard
1
-1
/
+1
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+3
2009-08-28
xace: fix up access modes in dixLookupDrawable calls from dri2.
Eamon Walsh
1
-9
/
+16
2009-07-06
Remove old DRI2 buffer alloc/free interfaces
Keith Packard
1
-3
/
+3
2009-07-06
dri2: Preserve compatibility with 1.6 DRI2 API/ABI
Keith Packard
1
-3
/
+3
2009-04-24
DRI2: Implement protocol for DRI2GetBuffersWithFormat
Ian Romanick
1
-26
/
+62
2009-04-20
DRI2: Send the version the code actually supports
Ian Romanick
1
-2
/
+2
2009-04-10
DRI2: Do not send the real front buffer of a window to the client
Ian Romanick
1
-2
/
+22
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-01
Drop unused DRI2 vblank infrastructure.
Kristian Høgsberg
1
-5
/
+0
2008-10-15
dri2: Update to latest protocol draft.
Kristian Høgsberg
1
-61
/
+53
2008-08-29
DRI2: Drop sarea use, implement server side swap buffers.
Kristian Høgsberg
1
-27
/
+59
2008-07-24
Remove all empty extension reset hooks, replace with NULL.
Adam Jackson
1
-6
/
+1
2008-04-02
Pick up dri2proto from the standard proto header include path.
Kristian Høgsberg
1
-1
/
+1
2008-04-02
dri2: fix crasher if DRI2Connect fails
Xiang, Haihao
1
-1
/
+1
2008-03-31
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Kristian Høgsberg
1
-0
/
+361