nouveau: Add clear color for nv10

This commit is contained in:
Patrice Mandin 2007-01-13 13:56:18 +01:00
parent ca75853f9d
commit 308ef2dc32
1 changed files with 4 additions and 1 deletions

View File

@ -119,7 +119,10 @@ typedef struct nouveau_context {
struct tnl_attr_map vertex_attrs[VERT_ATTRIB_MAX];
GLuint vertex_attr_count;
/* Depth/stencil clear state */
/* Color buffer clear value */
uint32_t clear_color_value;
/* Depth/stencil clear value */
uint32_t clear_value;
/* Light state */