ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

matrix.c File Reference
#include "glheader.h"
#include "imports.h"
#include "context.h"
#include "enums.h"
#include "macros.h"
#include "matrix.h"
#include "mtypes.h"
#include "math/m_matrix.h"
#include "math/m_xform.h"

Go to the source code of this file.

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)
State management
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)
Initialization
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)

Generated on Sun May 27 2012 04:47:13 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.