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
/
glxapi.c
Age
Commit message (
Expand
)
Author
2007-06-12
fix GLX_USE_TLS breakage, fix a warning
Brian
2007-05-19
Implement GLX_EXT_texture_from_pixmap.
Brian
2007-01-23
fixes for C++ warnings/errors
Brian
2006-09-20
make current GLX context per-thread
Brian Paul
2006-06-13
GLX_BAD_CONTEXT checks in video-sync functions
Brian Paul
2006-03-16
added #undef GET_DISPATCH
Brian Paul
2005-07-26
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-03-01
added stub functions for GLX_MESA_allocate_memory
Brian Paul
2004-12-02
reverse some debug that slipped through
Alan Hourihane
2004-12-02
Fix some warnings
Alan Hourihane
2004-11-25
Use __GLXextFuncPtr type instead of void * for generic functions to
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-01-14
initial code for render-to-texture
Brian Paul
2002-11-18
bring in a few AGP-related bits from 4.0.4
Brian Paul
2002-08-22
stub functions for glXAllocate/FreeMemoryNV()
Brian Paul
2002-03-15
updated comments. removed dead code.
Brian Paul
2001-09-14
more GL 1.3 and GLX 1.4 updates
Brian Paul
2001-05-29
more DRI libGL-related changes
Brian Paul
2001-05-29
removed some old DRI-isms
Brian Paul
2001-05-29
added new functions to GLX_functions[]
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-05-24
prototyping some new stuff
Brian Paul
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-19
* More work on the auto* build system
Jon Taylor
2000-06-08
variety of updates to better conform to real GLX
Brian Paul
2000-04-10
added glXGetFBConfigs(), fixed glXChooseFBConfig()
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-25
changed glXCopyContext's mask to unsigned long
Brian Paul
2000-02-25
Fog coordinate stage which drivers may use to replace standard fogging
Keith Whitwell
2000-02-23
changed glXCopyContext()'s mask to unsigned long
Brian Paul
1999-12-10
added glXGetProcAddressARB()
Brian Paul
1999-11-28
added missing functions in GLX_functions[] array
Brian Paul
1999-11-28
all new dispatch system
Brian Paul
1999-11-25
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
Brian Paul
1999-11-23
added GLX 1.3 functions
Brian Paul
1999-11-22
added glXGetCurrentDisplay() for GLX 1.2
Brian Paul
1999-10-27
disabled glXGetProcAddress code
Brian Paul
1999-09-16
added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
Brian Paul
1999-09-11
added GLX_EXT_get_proc_address
Brian Paul
1999-08-19
Initial revision
jtg