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
/
main
/
version.c
Age
Commit message (
Expand
)
Author
2011-01-06
mesa: Clean up header file inclusion in version.c.
Vinson Lee
2011-01-05
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-01
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
2010-09-21
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-10
gallium: Add context profile support to st_api.
Chia-I Wu
2010-07-07
mesa: initial support for new GL 3.0 texture formats
Brian Paul
2010-07-01
mesa: extension flags and version testing for GL 3.x features
Brian Paul
2010-04-22
mesa: Compute GL version according to API
Kristian Høgsberg
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-01-05
mesa: added _mesa_compute_version() in new version.c file
Brian Paul