index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
/
glx
/
indirect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-15
Add Windows-DRI extension
Jon Turney
1
-197
/
+191
2016-09-06
glx: Fix computation of GLX_X_RENDERABLE fbconfig attribute
Adam Jackson
1
-2
/
+0
2016-03-30
xwin/glx: Build fix for warnings about missing WGL extensioons
Jon Turney
1
-3
/
+3
2016-03-30
glx: Compute the GLX extension string from __glXScreenInit
Adam Jackson
1
-11
/
+0
2016-03-30
glx: Move glx_enable_bits up to the GLX screen base class
Adam Jackson
1
-9
/
+6
2016-03-30
glx: Enable GLX 1.4 unconditionally
Adam Jackson
1
-20
/
+0
2016-03-30
xwin/glx: Drop GLWIN_NO_WGL_EXTENSIONS hack
Adam Jackson
1
-10
/
+0
2016-03-30
glx: Use __glXInitExtensionEnableBits in all backends (v2)
Adam Jackson
1
-20
/
+9
2016-03-30
xwin/glx: Enable GLX_SGI_make_current_read unconditionally (v2)
Adam Jackson
1
-10
/
+14
2016-03-30
glx: Remove server-side mention of GLX_MESA_swap_control
Adam Jackson
1
-4
/
+1
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
1
-2
/
+0
2015-07-07
hw/xwin: printf format fixes for DWORD type
Jon TURNEY
1
-6
/
+6
2014-08-29
hw/xwin/glx: Remove an incorrect assertion in glxWinDrawableSwapBuffers
Jon TURNEY
1
-7
/
+0
2014-08-29
hw/xwin/glx: Fix a couple of typo bugs in indirect.c
Jon TURNEY
1
-6
/
+3
2014-08-29
hw/xwin/glx: Don't override the server supported GL extensions string.
Jon TURNEY
1
-3
/
+0
2014-06-02
hw/xwin: Update for __glXLastContext -> lastGLContext
Jon TURNEY
1
-12
/
+1
2014-03-03
hw/xwin: Remove unnecessary casts from malloc/realloc/calloc calls
Colin Harrison
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-12-10
hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatch
Jon TURNEY
1
-12
/
+18
2013-10-24
glx: Handle float config types in glxConvertConfigs
Daniel Czarnowski
1
-1
/
+3
2013-10-09
hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"
Jon TURNEY
1
-6
/
+0
2013-09-11
glx: Remove pixmapMode from __GLXconfig
Adam Jackson
1
-3
/
+0
2013-03-18
Full support of sRGB capable fbconfigs.
Tomasz Lis
1
-0
/
+2
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-2
/
+2
2012-11-27
hw/xwin: Don't log all fbConfigs and GL/WGL extensions
Jon TURNEY
1
-7
/
+15
2012-10-16
hw/xwin/glx: Fix using Mask as a formal parameter shadows a global typedef of...
Jon TURNEY
1
-6
/
+6
2012-08-03
hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL mode
Marc Haesen
1
-27
/
+43
2012-06-21
hw/xwin/glx: Fix glxWinCreateContext() function pointer mismatch
Jon TURNEY
1
-2
/
+5
2012-06-21
hw/xwin/glx: Blacklist 'GDI generic' GL renderer
Jon TURNEY
1
-12
/
+21
2012-06-21
hw/xwin/glx: Fix glxLogExtensions to handle a null string without crashing
Jon TURNEY
1
-1
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1323
/
+1365
2011-07-07
glx: Remove a few lingering traces of __GLXscreen.GLXVersion
Jon TURNEY
1
-6
/
+2
2011-07-07
hw/xwin: Add items to WGL AIGLX todo
Jon TURNEY
1
-2
/
+11
2011-07-07
hw/xwin/glx: Handle failure to get any fbconfigs more gracefully.
Jon TURNEY
1
-3
/
+23
2011-07-07
hw/xwin/glx: Better handling of SetPixelFormat() failure
Jon TURNEY
1
-9
/
+17
2011-07-07
hw/xwin/glx: Improvements to glxWinErrorMessage() reporting in WGL GLX provider
Jon TURNEY
1
-5
/
+8
2011-07-07
hw/xwin/glx: Fix fbconfig dumper formatting for 3 digit index numbers
Jon TURNEY
1
-1
/
+15
2011-03-28
glx: Remove some obfuscatory macros
Adam Jackson
1
-1
/
+1
2011-03-28
glx: Remove ->forceCurrent from the context vtable
Adam Jackson
1
-8
/
+0
2010-11-30
glx: Remove swap barrier and hyperpipe support
Adam Jackson
1
-2
/
+0
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-4
/
+1
2010-10-19
Cygwin/X: Remove execute permission from source files
Jon TURNEY
1
-0
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+1
2010-08-10
Cygwin/X: Fix glxWinCreateDrawable() for API change
Jon TURNEY
1
-5
/
+9
2010-06-11
xwin: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-3
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-13
/
+13
2010-04-28
Cygwin/X: AIGLX using native WGL
Jon TURNEY
1
-1252
/
+1963
2008-05-21
Move the windows GL files to the xwin DDX.
Kristian Høgsberg
1
-0
/
+1605