projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe7194
)
r300: rv350+ support FLT16_2/4 vertex formats
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 25 Jan 2010 21:19:19 +0000
(16:19 -0500)
committer
Alex Deucher
<alexdeucher@gmail.com>
Mon, 25 Jan 2010 21:19:19 +0000
(16:19 -0500)
src/mesa/drivers/dri/r300/r300_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_context.c
b/src/mesa/drivers/dri/r300/r300_context.c
index 74947a95d234c1f51efc2b89644ddb4a92e3c963..2efdae078e896f5486705032889f54230cc2f64e 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_context.c
+++ b/
src/mesa/drivers/dri/r300/r300_context.c
@@
-451,7
+451,7
@@
static void r300InitGLExtensions(GLcontext *ctx)
if (!r300->radeon.radeonScreen->drmSupportsOcclusionQueries) {
_mesa_disable_extension(ctx, "GL_ARB_occlusion_query");
}
- if (r300->radeon.radeonScreen->chip_family >= CHIP_FAMILY_RV
515
)
+ if (r300->radeon.radeonScreen->chip_family >= CHIP_FAMILY_RV
350
)
_mesa_enable_extension(ctx, "GL_ARB_half_float_vertex");
}