projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdde03e
)
Added some missing extension strings.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 13 Jan 2004 02:15:29 +0000
(
02:15
+0000)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 13 Jan 2004 02:15:29 +0000
(
02:15
+0000)
src/mesa/drivers/dri/r128/r128_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r128/r128_context.c
b/src/mesa/drivers/dri/r128/r128_context.c
index
9c45318
..
d1417c8
100644
(file)
--- a/
src/mesa/drivers/dri/r128/r128_context.c
+++ b/
src/mesa/drivers/dri/r128/r128_context.c
@@
-67,10
+67,13
@@
int R128_DEBUG = 0;
static const char * const card_extensions[] =
{
+ "GL_ARB_multisample",
"GL_ARB_multitexture",
+ "GL_ARB_texture_compression",
"GL_ARB_texture_env_add",
"GL_ARB_texture_mirrored_repeat",
"GL_EXT_texture_edge_clamp",
+ "GL_MESA_ycbcr_texture",
"GL_SGIS_generate_mipmap",
NULL
};