diff options
author | Marek Olšák <[email protected]> | 2011-10-24 21:05:38 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-10-24 21:05:38 +0200 |
commit | cdaf9b89e4497a93b889f5ac4502323b53627f82 (patch) | |
tree | 3cc49f0e6ec8488803b1635757402d3a11c70467 /src/gallium/drivers/r300/r300_context.c | |
parent | fc8196f7a6a77e1a1c753393ca43c4c133449608 (diff) |
r300g: expose ARB_ES2_compatibility by claiming FIXED format support
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index bcb47e0056c..cacad9fbad2 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -448,6 +448,7 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, U_VERTEX_FETCH_DWORD_ALIGNED); if (!r300->vbuf_mgr) goto fail; + r300->vbuf_mgr->caps.format_fixed32 = 0; r300->blitter = util_blitter_create(&r300->context); if (r300->blitter == NULL) |