diff options
author | Jerome Glisse <[email protected]> | 2010-07-23 20:55:48 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-07-23 20:57:21 -0400 |
commit | 33241134e6e3d5bf19141eceff90fd854b23386a (patch) | |
tree | 123f5773d69e44c29ca08e8f0d89b589f0c24674 /src/gallium/drivers/r600/r600_context.c | |
parent | ac11bdd8315a05d227a81caad86ed7e9980fb980 (diff) |
r600g: first pass at texture support
This add texture support to the assembler, generated code is
wrong (tested against working dump).
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c index 3c5195f79e4..05575b57676 100644 --- a/src/gallium/drivers/r600/r600_context.c +++ b/src/gallium/drivers/r600/r600_context.c @@ -55,7 +55,7 @@ static void r600_flush(struct pipe_context *ctx, unsigned flags, */ if (!dc) radeon_ctx_dump_bof(rctx->ctx, "gallium.bof"); -#if 1 +#if 0 radeon_ctx_submit(rctx->ctx); #endif rctx->ctx = radeon_ctx_decref(rctx->ctx); |