index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
x11
/
fakeglx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header file clean-up:
Brian Paul
2002-10-24
1
-4
/
+4
*
Pbuffers seem to work!
Brian Paul
2002-10-05
1
-101
/
+190
*
more work on fbconfig/pbuffer support
Brian Paul
2002-10-05
1
-226
/
+216
*
stub functions for glXAllocate/FreeMemoryNV()
Brian Paul
2002-08-22
1
-1
/
+27
*
Fix glXCopyContext bug
Brian Paul
2002-06-16
1
-3
/
+5
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-12
/
+15
*
some initial work for fbconfigs/pbuffers
Brian Paul
2002-05-27
1
-7
/
+15
*
C++ fix
Brian Paul
2002-04-19
1
-1
/
+5
*
return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL
Brian Paul
2002-04-02
1
-1
/
+5
*
protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA
Brian Paul
2002-03-15
1
-3
/
+4
*
remove a debug printf
Brian Paul
2002-03-15
1
-2
/
+1
*
version bumps, etc for 4.1
Brian Paul
2001-10-22
1
-3
/
+3
*
updates for Mesa 4.0
Brian Paul
2001-09-23
1
-6
/
+6
*
more GL 1.3 and GLX 1.4 updates
Brian Paul
2001-09-14
1
-4
/
+4
*
prototype work for Pbuffer support
Brian Paul
2001-09-01
1
-27
/
+256
*
bumped version string to 3.5.1
Brian Paul
2001-08-20
1
-2
/
+2
*
fixed GLX context sharing bug (reported by Eric Plante)
Brian Paul
2001-08-07
1
-3
/
+3
*
more DRI libGL-related changes
Brian Paul
2001-05-29
1
-3
/
+4
*
more work on XMesa / libGL integration
Brian Paul
2001-05-25
1
-73
/
+50
*
added some casts so that older glx.h can be used
Brian Paul
2001-05-24
1
-4
/
+4
*
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
Brian Paul
2001-05-24
1
-25
/
+75
*
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-27
1
-25
/
+25
*
minor tweak to visual setup for accum buffers
Brian Paul
2001-03-23
1
-6
/
+6
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-2
/
+2
*
added MESA_GLX_FORCE_CI env var (useful for conformance testing)
Brian Paul
2001-02-17
1
-17
/
+35
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-25
/
+25
*
revert XMesaCreateContext changes
Keith Whitwell
2001-01-08
1
-25
/
+21
*
Modify X11 driver and fake glx to store a GLcontext
Keith Whitwell
2001-01-08
1
-21
/
+25
*
added more GLX extension function stubs
Brian Paul
2000-12-15
1
-34
/
+436
*
added some more GLX extension entrypoints (fix GLUT link problems when using ...
Brian Paul
2000-12-14
1
-3
/
+20
*
Committing in .
Jouk Jansen
2000-11-22
1
-7
/
+7
*
patched to silence compiler warnings (Martin Lindhe)
Brian Paul
2000-11-10
1
-2
/
+2
*
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
Brian Paul
2000-10-05
1
-6
/
+7
*
renamed gl_copy_context to _mesa_copy_context
Brian Paul
2000-09-26
1
-2
/
+2
*
updated version to 3.5
Brian Paul
2000-08-08
1
-3
/
+3
*
updated Phil's email address
Brian Paul
2000-08-02
1
-2
/
+2
*
variety of updates to better conform to real GLX
Brian Paul
2000-06-08
1
-16
/
+21
*
minor clean-up
Brian Paul
2000-04-19
1
-22
/
+7
*
added glXGetFBConfigs(), fixed glXChooseFBConfig()
Brian Paul
2000-04-10
1
-2
/
+12
*
new arguments to XMesaCreateVisual()
Brian Paul
2000-04-05
1
-7
/
+7
*
fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
Brian Paul
2000-03-31
1
-2
/
+6
*
added rest of GLX_EXT_visual_rating extension
Brian Paul
2000-03-31
1
-3
/
+12
*
minor tweak to GLX_VISUAL_CAVEAT_EXT query
Brian Paul
2000-03-31
1
-2
/
+3
*
updates for separate R/G/B/A accum buffer sizes
Brian Paul
2000-03-31
1
-20
/
+67
*
silence some warnings
Brian Paul
2000-03-17
1
-1
/
+4
*
runtime selectable depth buffer depth
Brian Paul
2000-03-03
1
-4
/
+25
*
changed glXCopyContext() mask to unsigned long, per GLX spec
Brian Paul
2000-02-27
1
-2
/
+2
*
changed glXCopyContext mask back to GLuint
Brian Paul
2000-02-25
1
-2
/
+2
*
changed glXCopyContext()'s mask to unsigned long
Brian Paul
2000-02-23
1
-3
/
+3
*
updated version string to Mesa 3.3
Brian Paul
2000-01-27
1
-3
/
+3
[next]