gallium: start removing pipe_context->get_name/vendor/param/paramf

These are now per-screen functions, not per-context.
State tracker updated, code in drivers and p_context.h disabled.
This commit is contained in:
Brian
2008-02-27 11:24:35 -07:00
parent 03b5267f52
commit 8383f798b4
13 changed files with 37 additions and 128 deletions

View File

@@ -66,12 +66,15 @@ struct pipe_context {
boolean (*is_format_supported)( struct pipe_context *pipe,
enum pipe_format format, uint type );
#if 0
/* XXX obsolete, moved into pipe_screen */
const char *(*get_name)( struct pipe_context *pipe );
const char *(*get_vendor)( struct pipe_context *pipe );
int (*get_param)( struct pipe_context *pipe, int param );
float (*get_paramf)( struct pipe_context *pipe, int param );
#endif
/*