Commit graph

12 commits

Author SHA1 Message Date
abs
a94b790143 Fix build on 64bit Linux 2011-08-20 20:25:51 +00:00
dholland
fd668fc366 Fix broken build on NetBSD. 2011-07-17 07:45:19 +00:00
adam
a71b0ba99f 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
2011-07-13 19:47:38 +00:00
adam
d537b0c8e0 Changes 1.5.7:
fixes minor bugs and adds one new extension
2010-11-10 20:22:54 +00:00
adam
5070a1afaf Fix install_name on Darwin 2010-10-30 19:20:48 +00:00
adam
15fc111910 Changes 1.5.6:
* adds suport for OpenGL 4.1, fixes bugs

Changes 1.5.5:
* fixes minor bugs and adds new extensions
2010-10-19 09:11:39 +00:00
adam
5369f51f59 Changes 1.5.4:
* New features:
  - Support for OpenGL 3.3
  - Support for OpenGL 4.0
* New extensions:
  - GL_AMD_conservative_depth
  - GL_ARB_blend_func_extended
  - GL_ARB_draw_indirect
  - GL_ARB_explicit_attrib_location
  - GL_ARB_gpu_shader5
  - GL_ARB_gpu_shader_fp64
  - GL_ARB_occlusion_query2
  - GL_ARB_sampler_objects
  - GL_ARB_shader_bit_encoding
  - GL_ARB_shader_subroutine
  - GL_ARB_shading_language_include
  - GL_ARB_tessellation_shader
  - GL_ARB_texture_buffer_object_rgb32
  - GL_ARB_texture_compression_bptc
  - GL_ARB_texture_rgb10_a2ui
  - GL_ARB_texture_swizzle
  - GL_ARB_timer_query
  - GL_ARB_transform_feedback2
  - GL_ARB_transform_feedback3
  - GL_ARB_vertex_type_2_10_10_10_rev
  - GL_EXT_shader_image_load_store
  - GL_EXT_vertex_attrib_64bit
  - GL_NV_gpu_program5
  - GL_NV_gpu_program_fp64
  - GL_NV_gpu_shader5
  - GL_NV_tessellation_program5
  - GL_NV_vertex_attrib_integer_64bit
  - GLX_ARB_vertex_buffer_object
* Bug fixes:
  - Parameter constness fix for glPointParameteriv and glPointParameterfv
2010-05-23 09:52:49 +00:00
adam
fb16c3fe86 Fix buildling on Darwin, including universal binaries 2009-08-31 11:18:58 +00:00
adam
60dc437ac2 Changes 1.5.0:
New features:
* Licensing change (BSD, Mesa 3-D, Khronos)
* Switch to using registry on www.opengl.org
* Support for major and minor version strings
New extensions:
* GL_APPLE_flush_buffer_range
* GL_GREMEDY_frame_terminator
* GLX_EXT_texture_from_pixmap
Bug fixes:
* Incorrent 64-bit type definitions
* Do not strip static library on install
* Missing tokens in GL_ATI_fragment_shader and WGL_{ARB,EXT}_make_current_read
* Missing tokens in GL_VERSION_2_1
* Missing functions in GL_VERSION_1_4
* Incorrect parameter type for glXCopyContext
2009-08-21 15:02:32 +00:00
dholland
b17fa0cd70 Fix config issues leading to broken build. Set -fPIC. Add destdir support.
PKGREVISION++
2008-09-01 10:06:33 +00:00
rillig
fda968c83e This package had ignored the LDFLAGS that have been provided by pkgsrc. 2006-10-04 21:59:27 +00:00
abs
cea97d7557 Import graphics/glew-1.3.4 into pkgsrc.
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
C/C++ extension loading library. GLEW provides efficient run-time
mechanisms for determining which OpenGL extensions are supported
on the target platform. OpenGL core and extension functionality is
exposed in a single header file.
2006-08-15 15:21:27 +00:00