Functions |
| void GLAPIENTRY | _mesa_Frustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) |
| void GLAPIENTRY | _mesa_Ortho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) |
| void GLAPIENTRY | _mesa_MatrixMode (GLenum mode) |
| void GLAPIENTRY | _mesa_PushMatrix (void) |
| void GLAPIENTRY | _mesa_PopMatrix (void) |
| void GLAPIENTRY | _mesa_LoadIdentity (void) |
| void GLAPIENTRY | _mesa_LoadMatrixf (const GLfloat *m) |
| void GLAPIENTRY | _mesa_MultMatrixf (const GLfloat *m) |
| void GLAPIENTRY | _mesa_Rotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) |
| void GLAPIENTRY | _mesa_Scalef (GLfloat x, GLfloat y, GLfloat z) |
| void GLAPIENTRY | _mesa_Translatef (GLfloat x, GLfloat y, GLfloat z) |
| void GLAPIENTRY | _mesa_Viewport (GLint x, GLint y, GLsizei width, GLsizei height) |
| void | _mesa_set_viewport (GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height) |
|
| static void | update_projection (GLcontext *ctx) |
| static void | calculate_model_project_matrix (GLcontext *ctx) |
| void | _mesa_update_modelview_project (GLcontext *ctx, GLuint new_state) |
|
| static void | init_matrix_stack (struct gl_matrix_stack *stack, GLuint maxDepth, GLuint dirtyFlag) |
| static void | free_matrix_stack (struct gl_matrix_stack *stack) |
|
| void | _mesa_init_matrix (GLcontext *ctx) |
| void | _mesa_free_matrix_data (GLcontext *ctx) |
| void | _mesa_init_transform (GLcontext *ctx) |
| void | _mesa_init_viewport (GLcontext *ctx) |
| void | _mesa_free_viewport_data (GLcontext *ctx) |