mesa/src
Ilia Mirkin 739dc95e67 mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program
Commit c13970808 (mesa: GL_EXT_secondary_color is not optional) changed

CHECK_EXTENSION2(EXT_secondary_color, ARB_vetex_program, cap)

to

CHECK_EXTENSION(ARB_vertex_program, cap)

However CHECK_EXTENSION2 checks that either extension is available, not
both. Remove the extension check entirely since the intent was for it to
always be enabled.

v2: Fix glGet*(GL_COLOR_SUM) too.  Suggested by Ian.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: 9.2 10.0 <mesa-stable@lists.freedesktop.org>
2014-01-16 16:42:33 -08:00
..
egl egl_dri2: call dri2_add_configs_for_visuals after extensions set 2014-01-13 07:59:56 +02:00
gallium llvmpipe: do constant buffer bounds checking in shaders 2014-01-16 16:33:57 -05:00
gbm egl: break instead of looping after driver is found 2013-12-19 12:44:11 -07:00
getopt
glsl glsl: Remove exec_list iterators now that nothing uses them. 2014-01-13 11:49:47 -08:00
glx glx: check memory allocations in __glXInitVertexArrayState() 2014-01-06 10:23:26 -07:00
gtest gtest: enable subdir-objects to prevent automake warnings 2013-11-16 14:01:27 +00:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
mapi glapi: Update dispatch XML files for ARB_shader_image_load_store. 2014-01-15 16:42:08 +01:00
mesa mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program 2014-01-16 16:42:33 -08:00
Makefile.am gbm: Link to libwayland-drm if Wayland EGL platform is enabled 2013-08-12 15:16:22 -07:00
SConscript haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00