Merge branch 'gallium-noconstbuf'
[mesa.git] / src / gallium / include / pipe / p_state.h
index 4d25f601f4205146d826da32927a78572cf506dd..fdd29ed449269af45e5432d885de3ca8b4d84904 100644 (file)
@@ -66,10 +66,6 @@ extern "C" {
 #define PIPE_MAX_TEXTURE_LEVELS   16
 
 
-/* fwd decls */
-struct pipe_surface;
-
-
 /**
  * The driver will certainly subclass this to include actual memory
  * management information.
@@ -178,15 +174,6 @@ struct pipe_clip_state
 };
 
 
-/**
- * Constants for vertex/fragment shaders
- */
-struct pipe_constant_buffer
-{
-   struct pipe_buffer *buffer;
-};
-
-
 struct pipe_shader_state
 {
    const struct tgsi_token *tokens;