History log of /external/mesa3d/src/mesa/main/viewport.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e12c4faf7ef1246fd7c3a9d9dc30130a6675c3b4 15-Jan-2011 Eric Anholt <eric@anholt.net> mesa: Add support for glDepthRangef and glClearDepthf.

These are ARB_ES2_compatibility float variants of the core double
entrypoints. Fixes arb_es2_compatibility-depthrangef.
/external/mesa3d/src/mesa/main/viewport.c
0117da40cd7edd3d165bb28569c289b37eca12b9 06-Jan-2011 Vinson Lee <vlee@vmware.com> mesa: Include mtypes.h in files that use gl_context struct.

Directly include mtypes.h if a file uses a gl_context struct. This
allows future removal of headers that are not strictly necessary but
indirectly include mtypes.h for a file.
/external/mesa3d/src/mesa/main/viewport.c
f9995b30756140724f41daf963fa06167912be7f 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/main/viewport.c
b9f67df6e72e3a33b91c7d942aaa99622efd688c 11-Aug-2009 Brian Paul <brianp@vmware.com> mesa: short-circuit no-change in _mesa_DepthRange()
/external/mesa3d/src/mesa/main/viewport.c
3e48dd04456aaf2d42dfa7f3a3c99a95a5986eb6 16-Jun-2009 Brian Paul <brianp@vmware.com> mesa: fix incorrect viewport clamping in _mesa_set_viewport()

A 0 by 0 viewport size is legal. Don't clamp against lower bound of one.
The error checking earlier in the function prevents negative values.
/external/mesa3d/src/mesa/main/viewport.c
2c3785159574e6c8640b6af3ce2ef561d095f324 07-Mar-2009 Brian Paul <brianp@vmware.com> mesa: move glViewport and glDepthRange functions into new viewport.c file

A bit of refactoring with an eye toward ES2 and GL 3.1
/external/mesa3d/src/mesa/main/viewport.c