Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-14 | mesa: Add support for glDepthRangef and glClearDepthf. | Eric Anholt | |
These are ARB_ES2_compatibility float variants of the core double entrypoints. Fixes arb_es2_compatibility-depthrangef. | |||
2010-12-07 | mesa: Clean up header file inclusion in viewport.h. | Vinson Lee | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-07-29 | mesa: Add missing headers to viewport.h. | Vinson Lee | |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | |
A bit of refactoring with an eye toward ES2 and GL 3.1 |