index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
x11
/
fakeglx.c
Age
Commit message (
Expand
)
Author
2002-04-19
C++ fix
Brian Paul
2002-04-02
return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL
Brian Paul
2002-03-15
protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA
Brian Paul
2002-03-15
remove a debug printf
Brian Paul
2001-10-22
version bumps, etc for 4.1
Brian Paul
2001-09-23
updates for Mesa 4.0
Brian Paul
2001-09-14
more GL 1.3 and GLX 1.4 updates
Brian Paul
2001-09-01
prototype work for Pbuffer support
Brian Paul
2001-08-20
bumped version string to 3.5.1
Brian Paul
2001-08-07
fixed GLX context sharing bug (reported by Eric Plante)
Brian Paul
2001-05-29
more DRI libGL-related changes
Brian Paul
2001-05-25
more work on XMesa / libGL integration
Brian Paul
2001-05-24
added some casts so that older glx.h can be used
Brian Paul
2001-05-24
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
Brian Paul
2001-04-27
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-03-23
minor tweak to visual setup for accum buffers
Brian Paul
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-02-17
added MESA_GLX_FORCE_CI env var (useful for conformance testing)
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-08
revert XMesaCreateContext changes
Keith Whitwell
2001-01-08
Modify X11 driver and fake glx to store a GLcontext
Keith Whitwell
2000-12-15
added more GLX extension function stubs
Brian Paul
2000-12-14
added some more GLX extension entrypoints (fix GLUT link problems when using ...
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-11-10
patched to silence compiler warnings (Martin Lindhe)
Brian Paul
2000-10-05
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
Brian Paul
2000-09-26
renamed gl_copy_context to _mesa_copy_context
Brian Paul
2000-08-08
updated version to 3.5
Brian Paul
2000-08-02
updated Phil's email address
Brian Paul
2000-06-08
variety of updates to better conform to real GLX
Brian Paul
2000-04-19
minor clean-up
Brian Paul
2000-04-10
added glXGetFBConfigs(), fixed glXChooseFBConfig()
Brian Paul
2000-04-05
new arguments to XMesaCreateVisual()
Brian Paul
2000-03-31
fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
Brian Paul
2000-03-31
added rest of GLX_EXT_visual_rating extension
Brian Paul
2000-03-31
minor tweak to GLX_VISUAL_CAVEAT_EXT query
Brian Paul
2000-03-31
updates for separate R/G/B/A accum buffer sizes
Brian Paul
2000-03-17
silence some warnings
Brian Paul
2000-03-03
runtime selectable depth buffer depth
Brian Paul
2000-02-27
changed glXCopyContext() mask to unsigned long, per GLX spec
Brian Paul
2000-02-25
changed glXCopyContext mask back to GLuint
Brian Paul
2000-02-23
changed glXCopyContext()'s mask to unsigned long
Brian Paul
2000-01-27
updated version string to Mesa 3.3
Brian Paul
1999-12-11
added GLX_ARB_get_proc_address to extension list
Brian Paul
1999-11-28
updated comments, removed obsolete functions
Brian Paul
1999-11-28
changes for new GLX dispatcher
Brian Paul
1999-11-25
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
Brian Paul
1999-11-22
clean up of version handling, removed GLX_EXT_get_proc_address string
Brian Paul
1999-11-22
added glXGetCurrentDisplay() for GLX 1.2
Brian Paul
1999-11-18
test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)
Brian Paul
[next]