ctx_basic: we stopped using rendercopy

so get rid of the remants. perhaps we'll use it again someday.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky 2012-07-03 10:40:32 -07:00
parent cbb3c685b5
commit e843c55370

View File

@ -42,7 +42,6 @@ int iter = 10000;
pthread_t *threads;
int devid;
int fd;
int use_rendercpy = 1;
static void init_buffer(drm_intel_bufmgr *bufmgr,
struct scratch_buf *buf,
@ -136,9 +135,6 @@ int main(int argc, char *argv[])
fd = drm_open_any();
devid = intel_get_drm_devid(fd);
if (!IS_GEN6(devid))
use_rendercpy = 0;
parse(argc, argv);
threads = calloc(num_contexts, sizeof(*threads));