aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/viewport.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-01-141-0/+3
| | | | | These are ARB_ES2_compatibility float variants of the core double entrypoints. Fixes arb_es2_compatibility-depthrangef.
* mesa: Clean up header file inclusion in viewport.h.Vinson Lee2010-12-071-1/+2
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
|
* mesa: Add missing headers to viewport.h.Vinson Lee2010-07-291-0/+2
|
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+52
A bit of refactoring with an eye toward ES2 and GL 3.1