summaryrefslogtreecommitdiff
path: root/src/mesa/main/viewport.h
AgeCommit message (Collapse)Author
2011-01-14mesa: 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-07mesa: Clean up header file inclusion in viewport.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-29mesa: Add missing headers to viewport.h.Vinson Lee
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
A bit of refactoring with an eye toward ES2 and GL 3.1