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
/
glx
/
glxdri2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-13
glx: Fix checking GL version
Bartosz Brachaczek
1
-1
/
+1
2012-07-13
glx/dri2: don't return NULL in a function with no return.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: use correct define from dri attribs.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix incorrect == vs =
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix typo in the notification reset for robustness.
Dave Airlie
1
-1
/
+1
2012-07-13
glx: pass screen into the convert function
Dave Airlie
1
-2
/
+3
2012-07-12
glx: Free DRI2 drawable reference to destroyed GLX drawable.
Michel Dänzer
1
-2
/
+6
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-2
/
+3
2012-07-07
dri2: add initial prime support. (v1.2)
Dave Airlie
1
-1
/
+1
2012-07-05
glx/dri2: Enable GLX_ARB_create_context_robustness
Ian Romanick
1
-3
/
+58
2012-07-05
glx: Implement GLX_EXT_create_context_es2_profile
Ian Romanick
1
-0
/
+7
2012-07-05
glx: Implement GLX_ARB_create_context_profile
Ian Romanick
1
-3
/
+30
2012-06-14
Merge remote-tracking branch 'idr/GLX_ARB_create_context'
Keith Packard
1
-6
/
+155
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-8
/
+6
2012-05-23
glx: Optionally call DRI2 createContextAttribs from __glXDRIscreenCreateContext
Ian Romanick
1
-5
/
+151
2012-05-23
glx: Extend __GLXscreen::createContext to take attributes
Ian Romanick
1
-1
/
+4
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-230
/
+218
2011-12-19
dri2: Invalidate window pixmaps
Ville Syrjälä
1
-1
/
+1
2011-11-24
glx: don't leak driConfigs
Paulo Zanoni
1
-3
/
+11
2011-06-29
DRI2/GLX: use new swap event types
Jesse Barnes
1
-4
/
+3
2011-06-29
GLX/DRI2: pass drawable correctly for indirect swap events
Jesse Barnes
1
-1
/
+1
2011-04-15
glx: Use 0 rather than garbage for unknown INTEL_swap_event types
Adam Jackson
1
-0
/
+1
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-14
/
+0
2011-03-14
glx: Factor out glxProbeDriver function.
Christopher James Halse Rogers
1
-36
/
+3
2010-12-31
GLX: DRI2: Fix mismatched-types warning
Daniel Stone
1
-1
/
+1
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-1
/
+0
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-3
/
+1
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
1
-2
/
+15
2010-06-22
dri2: avoid crash with old dri drivers.
Dave Airlie
1
-1
/
+2
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-3
/
+3
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-13
dri2: Send out event when auxillary buffers are invalidated
Kristian Høgsberg
1
-1
/
+22
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-11
/
+11
2010-05-11
dri2: Take an XID for tracking the DRI2 drawable
Kristian Høgsberg
1
-4
/
+6
2010-05-11
glxdri2: Hard-code the extension version we need
Kristian Høgsberg
1
-3
/
+3
2010-04-16
DRI2: Track DRI2 drawables as resources, not privates
Kristian Høgsberg
1
-5
/
+0
2010-04-12
glx: Set the pbuffer bit for dri2 fbconfigs
Kristian Høgsberg
1
-1
/
+4
2010-03-29
GLX/DRI2: expose swap control extensions if DDX support is present
Jesse Barnes
1
-14
/
+9
2010-02-24
glx: Compile fix to let server compile with new and old mesa
Kristian Høgsberg
1
-0
/
+7
2010-01-27
dri2: Fix order of operations issue in __glXdriSwapEvent test.
Eric Anholt
1
-1
/
+1
2010-01-11
GLX/DRI2: add INTEL_swap_event support
Jesse Barnes
1
-1
/
+42
2010-01-11
DRI2: add support for new DRI2 protocol requests
Jesse Barnes
1
-11
/
+50
2009-10-01
GLX: More clearly document the GLX protocol version handling
Ian Romanick
1
-4
/
+2
2009-09-29
GLX: Enable GLX 1.4 on DRI2
Ian Romanick
1
-0
/
+14
2009-07-05
dri2: Enable GLX_SGI_make_current_read when the DRI driver supports it.
Eric Anholt
1
-0
/
+9
2009-04-24
DRI2: Implement protocol for DRI2GetBuffersWithFormat
Ian Romanick
1
-7
/
+52
2009-04-20
DRI2: Add missing front-buffer flush callback.
Ian Romanick
1
-0
/
+8
2009-04-15
DRI2: Don't leave empty entries in private->buffers
Ian Romanick
1
-8
/
+9
2009-04-13
glx: Fix drawable private leak on destroy
Kristian Høgsberg
1
-0
/
+2
[next]