Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_swtcl.h
index c45e711c0b18970311d9e22561063876cda0af0b..f95a52c0b8e0e04d4315d50fcdcc970d9a5a1ae5 100644 (file)
@@ -55,10 +55,6 @@ extern void radeonBuildVertices( GLcontext *ctx, GLuint start, GLuint count,
 extern void radeonPrintSetupFlags(char *msg, GLuint flags );
 
 
-extern void radeon_emit_contiguous_verts( GLcontext *ctx,
-                                         GLuint start,
-                                         GLuint count );
-
 extern void radeon_emit_indexed_verts( GLcontext *ctx,
                                       GLuint start,
                                       GLuint count );
@@ -69,9 +65,5 @@ extern void radeon_translate_vertex( GLcontext *ctx,
 
 extern void radeon_print_vertex( GLcontext *ctx, const radeonVertex *v );
 
-extern void radeon_import_float_colors( GLcontext *ctx );
-extern void radeon_import_float_spec_colors( GLcontext *ctx );
-
-
 
 #endif