Mesa (master): i915: Add ARB_point_sprite since we already expose NV_point_sprite.

Eric Anholt anholt at kemper.freedesktop.org
Thu Jul 30 04:56:25 UTC 2009


Module: Mesa
Branch: master
Commit: 92b9aa1646daa7d9e6470e9d1dbb3460eeae8941
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92b9aa1646daa7d9e6470e9d1dbb3460eeae8941

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul 29 13:37:41 2009 -0700

i915: Add ARB_point_sprite since we already expose NV_point_sprite.

It's all fallbacks anyway due to the DD_POINT_ATTEN fallback.

---

 src/mesa/drivers/dri/intel/intel_extensions.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c
index 7742609..3a09a53 100644
--- a/src/mesa/drivers/dri/intel/intel_extensions.c
+++ b/src/mesa/drivers/dri/intel/intel_extensions.c
@@ -71,6 +71,7 @@ static const struct dri_extension card_extensions[] = {
    { "GL_ARB_half_float_pixel",           NULL },
    { "GL_ARB_multitexture",               NULL },
    { "GL_ARB_point_parameters",           GL_ARB_point_parameters_functions },
+   { "GL_ARB_point_sprite",               NULL },
    { "GL_ARB_texture_border_clamp",       NULL },
    { "GL_ARB_texture_cube_map",           NULL },
    { "GL_ARB_texture_env_add",            NULL },




More information about the mesa-commit mailing list