Module: Mesa Branch: master Commit: e64680bc1e36699096af5ade876b6cb0f5791ad0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e64680bc1e36699096af5ade876b6cb0f5791ad0
Author: Andrew Randrianasulu <rand...@mail.ru> Date: Tue Mar 2 01:29:14 2010 +0000 dri/nouveau: Trivially add GL_NV_blend_square Signed-off-by: Francisco Jerez <curroje...@riseup.net> --- src/mesa/drivers/dri/nouveau/nouveau_context.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.c b/src/mesa/drivers/dri/nouveau/nouveau_context.c index 52185a2..e26ed36 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.c @@ -56,6 +56,7 @@ static const struct dri_extension nouveau_extensions[] = { { "GL_ARB_texture_mirrored_repeat", NULL }, { "GL_EXT_stencil_wrap", NULL }, { "GL_EXT_fog_coord", GL_EXT_fog_coord_functions }, + { "GL_NV_blend_square", NULL }, { "GL_SGIS_generate_mipmap", NULL }, { NULL, NULL } }; _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit