index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxdri2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-30
glx: Remove server-side mention of GLX_MESA_swap_control
Adam Jackson
1
-3
/
+1
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
1
-2
/
+0
2016-03-10
glx: Implement GLX_EXT_fbconfig_packed_float
Adam Jackson
1
-0
/
+6
2016-01-21
glx: Fix GLX_EXT_create_context_es2_profile support
Adam Jackson
1
-1
/
+3
2015-07-08
glx: Implement GLX_ARB_context_flush_control
Adam Jackson
1
-0
/
+7
2015-05-14
Revert "glx/dri2: Disable AIGLX if indirect GLX is disabled"
Keith Packard
1
-3
/
+0
2015-05-07
glx/dri2: Disable AIGLX if indirect GLX is disabled
Chris Wilson
1
-0
/
+3
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-10-23
Allocate enough room for both reset & flags attributes
Alan Coopersmith
1
-1
/
+3
2014-04-23
glx: If DRI2GetBuffers changes the GL context, call it again
Michel Dänzer
1
-0
/
+15
2014-04-23
glx: Make sure that DRI2/swrast calls haven't changed the GL context.
Eric Anholt
1
-8
/
+53
2014-04-23
glx: Refactor DRI2CopyRegion calls.
Eric Anholt
1
-27
/
+21
2014-01-27
Warning fixes in glx
Keith Packard
1
-1
/
+1
2013-12-30
glx: unifdef for DRI2 dri_interface.h things in mesa 9.2.
Eric Anholt
1
-59
/
+0
2013-12-10
dri2: wire up GetProcAddress
Adam Jackson
1
-1
/
+5
2013-12-05
glx: Fix incorrect use of dri_interface.h version defines in extensions.
Eric Anholt
1
-2
/
+2
2013-12-05
present: Send GLX_BufferSwapComplete events from present extension
Keith Packard
1
-22
/
+11
2013-11-23
glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreen
Chris Wilson
1
-0
/
+4
2013-10-29
Merge remote-tracking branch 'idr/glx-float-fbconfig'
Keith Packard
1
-0
/
+11
2013-10-29
glx: convert to direct GL dispatch (v2)
Adam Jackson
1
-4
/
+0
2013-10-24
glx: Enable GLX_ARB_fbconfig_float for DRI2 drivers
Daniel Czarnowski
1
-0
/
+11
2013-09-10
dri2: Don't bother with xf86LoaderCheckSymbol("DRI2Connect")
Adam Jackson
1
-2
/
+1
2013-05-07
os: Use ErrorFSigSafe from FatalError and it's friends
Peter Hutterer
1
-1
/
+1
2013-04-24
__glXDRIscreenProbe: free screen when DRI2Connect fails, instead of leaking it
Alan Coopersmith
1
-1
/
+1
2013-03-18
GLX/DRI2: Do not expose INTEL_swap_event without swap control
Zack Rusin
1
-2
/
+2
2013-03-18
Full support of sRGB capable fbconfigs.
Tomasz Lis
1
-0
/
+7
2012-12-17
glx/dri2: initialise api to avoid indirect rendering failing randomly
Dave Airlie
1
-1
/
+1
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
[next]