index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glx
/
glxdri2.c
Age
Commit message (
Expand
)
Author
Files
Lines
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)
glx-rewrite
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
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
[next]