index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
GL
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-13
/
+13
2010-05-11
XQuartz GL: Fix __glXAquaScreenCreateDrawable prototype
Jeremy Huddleston
1
-4
/
+6
2010-05-02
XQuartz GLX: Change around includes for better compatability with different O...
Jeremy Huddleston
2
-1
/
+4
2010-04-15
XQuartz GLX: Don't let garbage enter our pixel request
Jeremy Huddleston
1
-1
/
+1
2010-03-29
darwin: Generate crash reports on FatalError()
Jeremy Huddleston
1
-2
/
+1
2010-03-21
XQuartz: GLX: Fix Availability for Tiger ppc workaround
Jeremy Huddleston
1
-1
/
+1
2010-03-15
Merge remote branch 'jeremyhu/master'
Keith Packard
2
-1
/
+5
2010-03-15
XQuartz: remove undefined XSERVER_CFLAGS variable
Gaetan Nadon
1
-1
/
+1
2010-03-11
XQuartz: Include os.h for OsAbort()
Jeremy Huddleston
1
-0
/
+4
2010-03-11
XQuartz: GLX: Fix prototype for swapBuffers
Jeremy Huddleston
1
-1
/
+1
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-02-15
XQuartz: clang static analysis fixes
Jeremy Huddleston
2
-3
/
+2
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
1
-1
/
+1
2009-09-23
XQuartz: GLX capabilities: Allow 16bit accumulation buffers
Jeremy Huddleston
1
-6
/
+8
2009-08-31
XQuartz: GLX: Drawable does not contain resize anymore.
Jeremy Huddleston
1
-8
/
+0
2009-08-31
XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppc
Jeremy Huddleston
1
-0
/
+8
2009-08-31
XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...
Jeremy Huddleston
1
-0
/
+73
2009-08-05
XQuartz: AIGLX: Provide empty __glXAquaDrawableResize to avoid crashing in Do...
Jeremy Huddleston
1
-0
/
+7
2009-07-31
XQuartz: Unify how we set our bitmasks for visuals
Jeremy Huddleston
1
-19
/
+11
2009-07-31
XQuartz: Cleanup the bitmask setting for GLX visuals.
Jeremy Huddleston
1
-20
/
+18
2009-07-26
XQuartz: Overhaul setting up visuals
Jeremy Huddleston
3
-383
/
+212
2009-07-16
XQuartz: Cleanup getGlCapabilities to avoid hardcoding the number of displays
Jeremy Huddleston
1
-39
/
+18
2009-07-16
XQuartz: Allow more than 3 OSX displays
Jeremy Huddleston
1
-1
/
+1
2009-06-06
XQuartz: AIGLX dispatch table cleanup
Jeremy Huddleston
1
-746
/
+946
2009-02-21
XQuartz: GL: Change from xalloc to xcalloc to potentially avoid
George Staplin
1
-1
/
+1
2009-02-21
XQuartz: GL: Fix a bug with an uninitialized GLX data structure.
George Staplin
1
-11
/
+30
2009-02-17
XQuartz: Don't need GlxSetVisualConfig any more
Jeremy Huddleston
1
-2
/
+0
2009-02-02
XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
Jeremy Huddleston
1
-1
/
+1
2009-02-01
XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
Jeremy Huddleston
1
-0
/
+2
2009-01-26
XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.
George Staplin
1
-0
/
+19
2009-01-18
Kill off --with-mesa-source completely
Dan Nicholson
1
-2
/
+0
2009-01-15
XQuartz: GL: Make indirect.c build and work in the 1.6 branch.
George Staplin
1
-588
/
+84
2009-01-10
XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
George Staplin
1
-1
/
+1
2009-01-10
XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.
George Staplin
1
-261
/
+190
2008-11-28
XQuartz: GL: Make various changes to makeFormat, so that it works better. No...
George Staplin
1
-99
/
+54
2008-11-22
XQuartz: GL: Remove the inclusion of glcontextmodes.h.
George Staplin
1
-7
/
+28
2008-11-22
XQuartz: GL: Add a branch to prevent a NULL DrawablePtr structure access.
George Staplin
1
-22
/
+35
2008-11-21
XQuartz: GLX: sync up indirect.c to match George's updates in the xorg-server...
Jeremy Huddleston
1
-66
/
+237
2008-11-21
XQuartz: GL: remove glcontextmodes.* from the Makefile.am. It has been repla...
George Staplin
1
-2
/
+0
2008-11-14
XQuartz: Actually add glcontextmodes.[hc]
Jeremy Huddleston
2
-0
/
+604
2008-11-14
XQuartz: Initial work on readding GLX to the 1.5 server
Jeremy Huddleston
1
-0
/
+2
2008-11-13
XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_C...
George Staplin
1
-6
/
+24
2008-11-05
XQuartz: GL: Add capability detection for depth buffers, and multisampling.
George Peter Staplin
3
-75
/
+179
2008-11-05
XQuartz: GL: Work around problems with really deep visuals.
George Peter Staplin
3
-72
/
+95
2008-10-31
XQuartz: LP64 related casting fixes from Bob Murphy
Jeremy Huddleston
1
-7
/
+7
2008-10-31
XQuartz: GL: Mark visuals that are slower than others, due to lack of acceler...
George Peter Staplin
1
-1
/
+7
2008-10-28
XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions,...
George Peter Staplin
1
-3
/
+3
2008-10-28
XQuartz: GL: Add feature detection of color sizes, and accum sizes.
George Peter Staplin
4
-103
/
+530
2008-10-23
XQuartz: Remove the enable_stereo default. We now use feature detection to e...
George Peter Staplin
1
-4
/
+2
2008-10-08
XQuartz: Fixed EXTRA_DIST for new GL files.
Jeremy Huddleston
1
-0
/
+4
[next]