r300: Removed some deprecated code from r300_context.c and corrected an unused

variable warning in r300_render.c.
This commit is contained in:
Oliver McFadden 2007-05-08 19:46:25 +00:00
parent 73bc8b63ac
commit d132f7245d
2 changed files with 0 additions and 7 deletions

View file

@ -355,12 +355,6 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
radeon_init_vtxfmt_a(r300);
#endif
#if 0
/* plug in a few more device driver functions */
/* XXX these should really go right after _mesa_init_driver_functions() */
r300InitPixelFuncs(ctx);
r300InitSwtcl(ctx);
#endif
TNL_CONTEXT(ctx)->Driver.RunPipeline = _tnl_run_pipeline;
tcl_mode = driQueryOptioni(&r300->radeon.optionCache, "tcl_mode");

View file

@ -196,7 +196,6 @@ static void inline r300FireEB(r300ContextPtr rmesa, unsigned long addr,
drm_radeon_cmd_header_t *cmd = NULL;
unsigned long t_addr;
unsigned long magic_1, magic_2;
GLcontext *ctx = rmesa->radeon.glCtx;
assert(elt_size == 2 || elt_size == 4);