index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
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
*
added GLX_ARB_get_proc_address to extension list
Brian Paul
1999-12-11
1
-3
/
+3
*
updated comments, removed obsolete functions
Brian Paul
1999-11-28
1
-93
/
+3
*
changes for new GLX dispatcher
Brian Paul
1999-11-28
1
-88
/
+340
*
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
Brian Paul
1999-11-25
1
-7
/
+100
*
clean up of version handling, removed GLX_EXT_get_proc_address string
Brian Paul
1999-11-22
1
-11
/
+31
*
added glXGetCurrentDisplay() for GLX 1.2
Brian Paul
1999-11-22
1
-1
/
+13
*
test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)
Brian Paul
1999-11-18
1
-3
/
+3
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-12
/
+4
*
disabled glXGetProcAddress code
Brian Paul
1999-10-27
1
-1
/
+3
*
removed GL_EXT_get_proc_address
Brian Paul
1999-10-16
1
-1
/
+6
*
fixed an RGB vs CI bug in overlay visual selection
Brian Paul
1999-10-14
1
-3
/
+27
*
now using MALLOC, CALLOC, FREE, etc macros
Brian Paul
1999-10-13
1
-2
/
+2
*
added GL_EXT_get_proc_address
Brian Paul
1999-09-16
1
-3
/
+3
*
added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
Brian Paul
1999-09-16
1
-16
/
+39
*
bumped version strings to Mesa 3.1
Brian Paul
1999-09-15
1
-3
/
+3
*
fixed typo in GetProcAddress
Brian Paul
1999-09-12
1
-2
/
+2
*
clean-up of glXGetProcAddressEXT()
Brian Paul
1999-09-11
1
-6
/
+6
*
added GLX_EXT_get_proc_address
Brian Paul
1999-09-11
1
-1
/
+27
*
fix for GL_COMPILE_AND_EXECUTE bug
Keith Whitwell
1999-09-03
1
-43
/
+1
*
Initial revision
jtg
1999-08-19
1
-0
/
+1516