radeon: Remove setup of the old dri/ meta code, which is now unused.

This commit is contained in:
Eric Anholt
2011-02-12 12:23:43 -08:00
parent 47589c17b0
commit 211725eccd
3 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -905,7 +905,7 @@ void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GL
if (!driContext->driScreenPriv->dri2.enabled)
return;
if (!radeon->meta.internal_viewport_call && ctx->DrawBuffer->Name == 0) {
if (ctx->DrawBuffer->Name == 0) {
if (radeon->is_front_buffer_rendering) {
ctx->Driver.Flush(ctx);
}
@@ -212,8 +212,6 @@ GLboolean radeonInitContext(radeonContextPtr radeon,
ctx = radeon->glCtx;
driContextPriv->driverPrivate = radeon;
meta_init_metaops(ctx, &radeon->meta);
_mesa_meta_init(ctx);
/* DRI fields */
@@ -320,7 +318,6 @@ void radeonDestroyContext(__DRIcontext *driContextPriv )
radeonFreeDmaRegions(radeon);
radeonReleaseArrays(radeon->glCtx, ~0);
meta_destroy_metaops(&radeon->meta);
if (radeon->vtbl.free_context)
radeon->vtbl.free_context(radeon->glCtx);
_swsetup_DestroyContext( radeon->glCtx );
@@ -14,7 +14,6 @@
#include "dri_util.h"
#include "tnl/t_vertex.h"
#include "dri_metaops.h"
struct radeon_context;
#include "radeon_bocs_wrapper.h"
@@ -509,8 +508,6 @@ struct radeon_context {
*/
GLboolean is_front_buffer_reading;
struct dri_metaops meta;
struct {
struct radeon_query_object *current;
struct radeon_state_atom queryobj;