Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added context/drawbuffer visual config sanity checking in _mesa_make_current2().
Added some 'const' keywords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renamed gl_*() functions as _mesa_*().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/src/descrip.mms
old files removed/ new files included in VMS makefile
----------------------------------------------------------------------
|
|
|
|
|
|
Added some const keywords in the s/w texturing code.
|
|
|
|
so they work like the other teximage functions. Added fallback routines to
texstore.c for drivers to use.
|
|
Implemented glGetTexImage(format=GL_COLOR_INDEX).
Changed _mesa_unpack_depth_span() args.
Minor changes/clean-ups in mtypes.h.
Histogram counter component sizes were wrong.
|
|
|
|
Prototype code for GL_SGIX_depth_texture / more flexible teximage code.
|