gallium: make the gen_mipmap_state struct private

This commit is contained in:
Brian 2008-03-18 16:58:15 -06:00
parent 4bd2b74441
commit e5a20499d8
2 changed files with 14 additions and 12 deletions

View File

@ -50,6 +50,19 @@
#include "tgsi/util/tgsi_parse.h"
struct gen_mipmap_state
{
struct pipe_context *pipe;
void *blend;
void *depthstencil;
void *rasterizer;
/*struct pipe_viewport_state viewport;*/
struct pipe_sampler_state *vs;
struct pipe_sampler_state *fs;
};
enum dtype
{

View File

@ -31,18 +31,7 @@
#include "pipe/p_state.h"
struct gen_mipmap_state
{
struct pipe_context *pipe;
void *blend;
void *depthstencil;
void *rasterizer;
/*struct pipe_viewport_state viewport;*/
struct pipe_sampler_state *vs;
struct pipe_sampler_state *fs;
};
struct gen_mipmap_state;
extern struct gen_mipmap_state *