diff options
author | Patrice Mandin <[email protected]> | 2007-09-04 19:13:07 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2007-09-04 19:17:06 +0200 |
commit | ece08b7fd9af5ba67afa0a5d8e0a11f688ab4b0f (patch) | |
tree | d61940914ad37b5f157a859d299c0637faeba9b1 /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | c2e1ee08b083638a7306e15ca48e9ea516d42dc4 (diff) |
nouveau: nv10: need to transpose mesa model+proj matrix for hw
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index 51666ef91c2..77fe13a9cdc 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -123,9 +123,6 @@ typedef struct nouveau_context { GLuint color_offset; GLuint specular_offset; - /* Projection matrix */ - GLmatrix projection; - /* Vertex state */ GLuint vertex_size; GLubyte *verts; |