Next | Query returned 43 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2010-10-30 21:20:49 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Fix install_name on Darwin
   2010-10-19 11:11:39 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 1.5.6:
* adds suport for OpenGL 4.1, fixes bugs

Changes 1.5.5:
* fixes minor bugs and adds new extensions
   2010-05-25 08:44:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix destdir installation.
   2010-05-23 11:52:50 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
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
   2009-08-31 14:38:22 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fix buildlinking on Darwin
   2009-08-31 13:18:58 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Fix buildling on Darwin, including universal binaries
   2009-08-21 17:02:32 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
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-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-02 16:31:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
Mark as MAKE_JOBS_SAFE=no, and reorder lines a bit.
   2008-09-01 12:06:33 by David A. Holland | Files touched by this commit (4)
Log message:
Fix config issues leading to broken build. Set -fPIC. Add destdir support.
PKGREVISION++

Next | Query returned 43 messages, browsing 31 to 40 | Previous