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
Age
Commit message (
Expand
)
Author
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
inserted a tab
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
2000-02-22
fixed bug in 24bpp ximage pixel addressing
Brian Paul
2000-01-27
updated version string to Mesa 3.3
Brian Paul
2000-01-07
added BitsPerPixel to XMesaVisual struct
Brian Paul
2000-01-06
updated Clear function for new mask bits
Brian Paul
1999-12-12
bitmaps were vertically shifted by one pixel
Brian Paul
1999-12-11
added GLX_ARB_get_proc_address to extension list
Brian Paul
1999-12-10
added glXGetProcAddressARB()
Brian Paul
1999-11-28
added missing functions in GLX_functions[] array
Brian Paul
1999-11-28
updated comments, removed obsolete functions
Brian Paul
1999-11-28
removed include fakeglx.h
Brian Paul
1999-11-28
obsolete
Brian Paul
1999-11-28
changes for new GLX dispatcher
Brian Paul
1999-11-28
all new dispatch system
Brian Paul
1999-11-28
initial rev
Brian Paul
1999-11-25
bunch of changes for separate read buffer feature
Brian Paul
1999-11-25
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
Brian Paul
1999-11-24
added support for separate read/draw buffers per context
Brian Paul
1999-11-23
added GLX 1.3 functions
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
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-10-27
disabled glXGetProcAddress code
Brian Paul
1999-10-16
removed GL_EXT_get_proc_address
Brian Paul
1999-10-14
fixed an RGB vs CI bug in overlay visual selection
Brian Paul
1999-10-13
now using MALLOC, CALLOC, FREE, etc macros
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-16
added GL_EXT_get_proc_address
Brian Paul
1999-09-16
added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
Brian Paul
1999-09-15
bumped version strings to Mesa 3.1
Brian Paul
1999-09-12
fixed typo in GetProcAddress
Brian Paul
1999-09-11
clean-up of glXGetProcAddressEXT()
Brian Paul
1999-09-11
added GLX_EXT_get_proc_address
Brian Paul
1999-09-03
fix for GL_COMPILE_AND_EXECUTE bug
Keith Whitwell
1999-08-19
Initial revision
jtg