Enable the tile clear "optimization"

Not really faster yet because we're using the float-valued put/get_tile()
functions so we're doing quite a bit of float/int conversion.  That can
be fixed though...
This commit is contained in:
Brian 2007-12-07 15:47:39 -07:00 committed by Ben Skeggs
parent 7bbc3ef7ec
commit 382ced1600

View file

@ -28,7 +28,7 @@
#ifndef SP_TILE_CACHE_H
#define SP_TILE_CACHE_H
#define TILE_CLEAR_OPTIMIZATION 0
#define TILE_CLEAR_OPTIMIZATION 1
#include "pipe/p_compiler.h"