head 1.5; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.4 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.3.0.10 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.8 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.6 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.2 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.4 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.2 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2013.08.04.18.00.52; author adam; state dead; branches; next 1.4; commitid 7VpRAtjMuQfOda0x; 1.4 date 2012.12.07.16.01.16; author adam; state Exp; branches; next 1.3; 1.3 date 2011.07.13.19.47.38; author adam; state Exp; branches; next 1.2; 1.2 date 2010.10.30.19.20.49; author adam; state Exp; branches; next 1.1; 1.1 date 2009.08.31.11.18.58; author adam; state Exp; branches; next ; desc @@ 1.5 log @Changes 1.10.0: adds support for OpenGL 4.4, new extensions @ text @$NetBSD: patch-ad,v 1.4 2012/12/07 16:01:16 adam Exp $ --- config/Makefile.darwin.orig 2011-04-27 16:16:34.000000000 +0000 +++ config/Makefile.darwin @@@@ -14,7 +14,7 @@@@ endif LDFLAGS.STATIC = LDFLAGS.DYNAMIC = WARN = -Wall -W -POPT = -O2 +POPT ?= -O2 BIN.SUFFIX = LIB.SONAME = lib$(NAME).$(SO_MAJOR).dylib LIB.DEVLNK = lib$(NAME).dylib @ 1.4 log @Changes 1.9.0: New features: Support for OpenGL 4.2 New extensions: GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_internalformat_query2 GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_robustness_application_isolation GL_ARB_robustness_share_group_isolation GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_EXT_debug_marker GL_KHR_debug GL_REGAL_error_string GL_REGAL_extension_query GL_REGAL_log GLX_ARB_robustness_application_isolation GLX_ARB_robustness_share_group_isolation GLX_EXT_create_context_es_profile WGL_EXT_create_context_es_profile Bug fixes: Not using GLU library for Makefile builds. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2011/07/13 19:47:38 adam Exp $ @ 1.3 log @Changes 1.6.0: New extensions: * GL_AMD_blend_minmax_factor * GL_AMD_sample_positions * GL_EXT_x11_sync_object * GL_NV_texture_multisample * GL_NV_video_capture * GLX_NV_video_capture * WGL_NV_DX_interop * WGL_NV_video_capture Bug fixes: * Define GLEW_NO_GLU for no glu dependency. * mx suffix for GLEW MX libraries, build both libraries by default. * Cygwin build improvements * Soname of GLEWmx shared libraries * Query GL extension string only once * GLX_OML_sync_control no longer requires C99 * glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays * glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array * Fixes for BSD build @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -13,7 +13,7 @@@@ endif @ 1.2 log @Fix install_name on Darwin @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2009/08/31 11:18:58 adam Exp $ d3 1 a3 1 --- config/Makefile.darwin.orig 2009-08-31 11:41:51.000000000 +0200 d5 1 a5 1 @@@@ -17,7 +17,7 @@@@ endif d12 2 a13 2 LIB.SONAME = lib$(NAME).$(SO_MAJOR).dylib LIB.DEVLNK = lib$(NAME).dylib @ 1.1 log @Fix buildling on Darwin, including universal binaries @ text @d1 1 a1 1 $NetBSD$ a4 9 @@@@ -6,7 +6,7 @@@@ ifneq (undefined, $(origin GLEW_MX)) CFLAGS.EXTRA += -DGLEW_MX endif PICFLAG = -fPIC -LDFLAGS.SO = -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SHARED) +LDFLAGS.SO = -dynamiclib -install_name $(LIB.SHARED) LDFLAGS.EXTRA = ifneq (undefined, $(origin GLEW_APPLE_GLX)) CFLAGS.EXTRA += -I/usr/X11R6/include -D'GLEW_APPLE_GLX' @