diff options
author | Marek Olšák <[email protected]> | 2011-01-27 23:06:15 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-01-27 23:06:15 +0100 |
commit | 2e3ccada076fe275d04d37dc60142230445d1007 (patch) | |
tree | 5b426f93dc51de47303e6297694d804a71f17dec /src/gallium/drivers/r300/r300_texture.c | |
parent | e0b98cde41a9d39b6099950585d9516f8136dafe (diff) |
r300g: rename flag squaretiling -> drm_2_1_0
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index ca2762809dd..ec8608f74bd 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -889,7 +889,7 @@ struct pipe_resource *r300_texture_from_handle(struct pipe_screen *screen, break; case 2: - if (rws->get_value(rws, R300_VID_SQUARE_TILING_SUPPORT)) + if (rws->get_value(rws, R300_VID_DRM_2_1_0)) microtile = R300_BUFFER_SQUARETILED; break; } |