[cogl] Created tag 1.7.0



The signed tag '1.7.0' was created.

Tagger: Robert Bragg <robert linux intel com>
Date: Tue Jun 14 17:31:23 2011 +0100

    Cogl 1.7.0 (snapshot)

Changes since the last tag 'split':

Damien Lespiau (24):
      gitignore: Update .gitignore to make git status silent again
      build: Fix make distcheck
      build: Enable building the documentation again
      build: Make sure to build examples, doc and po last
      build: Distribute CODING_STYLE
      build: Allow to compile a git checkout without gtk-doc
      gitignore: Ignore *.exe files
      build: Fix gtkdocize as it needs to parse the GTK_DOC_CHECK line
      build: Only allow GLX when finding the x11 pc file
      misc: Add a .vimrc file
      build: Fix the Win32 platform test for GLES1
      build: Fix the GLES headers check
      build: Ensure EGL related variables are defined even when EGL_CHECKED=yes
      build: Fix the Win32 platform test for GLES2
      gles1: Include GLES/egl.h or EGL/egl.h depending on the implementation
      misc: Add the single include guard to cogl-define.h
      winsys-egl: Use g_clear_error() between two context creation tries
      framebuffer: Checks if glBindFramebuffer() exists when using GLES1
      android: Add support for an EGL/Android winsys
      android: Add a port of the Cogl hello world example
      debug: Allow to compile a debug Cogl without cairo
      build: Allow to forcefully disable the usage cairo
      android: Expose the only android specific symbol as experimental
      build: Fix generation of the documentation Makefiles

Emmanuele Bassi (14):
      build: Compile the introspection data
      build: Generate CoglPango introspection data
      po: Fix xgettext complaining about a missing bug address
      build: Don't make cogl-pango-1.0 depend on cogl-2.0
      pipeline: Fix argument checking in set_depth_state()
      build: Fix platform detection for Quartz/OSX
      Initial build of a Quartz winsys stub
      quartz: Remove X11 ifdefs
      framebuffer: Bail out if the viewport has negative size
      build: Don't use bash string substitution in configure.ac
      Fix introspection annotations for CoglPango
      Remove G_CONST_RETURN
      po: Fix up pl.po
      Do not use "near" and "far" variables

Lionel Landwerlin (1):
      cogl-debug: add instrumentation to track the number of objects

Neil Roberts (22):
      configure.ac: Add the check for the ffs function
      cogl-pango/Makefile.am: Add $(top_builddir) to INCLUDES
      cogl-pango-render: Add the atlas reorg callback to the right cache
      CoglWinsysVtable: Remove 'has_feature'
      cogl-winsys: Remove the get_vsync_counter virtual
      cogl-winsys: Explicitly comment which vfuncs are optional
      Add a WGL winsys
      cogl-winsys-wgl: Plug leak on error from SetPixelFormat
      cogl-winsys: Fix freeing a CoglOnscreen
      cogl-vertex-buffer: Fix the size of the array of attribute pointers
      cogl-pipeline-fragend-arbfp: Fix the comparison for dot3 arguments
      win32: Use the right macro name for COGL_HAS_WIN32_SUPPORT
      Don't include cogl-pango.h when scanning introspection data
      cogl-primitive: Fix some broken changes for removal of NULL terminator
      cogl-pipeline-opengl: Don't use number of tex units on fixed-function
      cogl-pipeline-fragend-fixed: Fix enabling texture targets
      cogl-journal: Use a pool of vertex arrays
      Implement COGL_DEBUG=disable-texturing for ARBFp and GLSL fragends
      cogl-pango-render: Use the glyph size for unknown glyphs
      cogl-texture-pixmap-x11: Fix the can_hardware_repeat wrapper
      configure: Force #undef of 'near' and 'far' on Windows
      Revert "Do not use "near" and "far" variables"

Piotr DrÄ?g (2):
      Updated POTFILES.in
      Updated Polish translation

Robert Bragg (64):
      Make building cogl-pango optional
      Give cogl-pango it's own pkg-config file
      consistently refer to cogl-pango as "cogl-pango"
      Adds an initial cogl.doap file
      Adds an initial .gitignore
      Adds an initial README to the repo
      Remove all the options for building cogl standalone
      Adds experimental cogl 2.0 reference
      winsys-egl: fix typo in _cogl_winsys_onscreen_init
      Adds wayland support to the cogl EGL winsys
      don't call cogl_set_default_context in hello.c
      Explicitly set EGL_PLATFORM=wayland for wayland winsys
      wayland: Allow setting foreign display/compositor
      framebuffer: check we have a draw/read_buffer before freeing
      don't add -Wshadow to MAINTAINER_CFLAGS
      deprecate #include <cogl/cogl-pango.h>
      math: Adds an experimental quaternion API
      math: Adds an experimental euler API
      Add compile time checks for size of public structs
      Rename CoglVertexArray to CoglAttributeBuffer
      Rename CoglPixelArray to CoglPixelBuffer
      Rename CoglIndexArray to CoglIndexBuffer
      Don't pass around NULL terminated CoglAttribute arrays
      doc: fix the name of the cogl_quaternion_equal args
      pango: ensure g-ir-compiler can find Cogl-1.0.gir
      Add CoglDepthState API
      Adds missing cogl-depth-state-private.h
      Revert "quartz: Remove X11 ifdefs"
      Revert "Initial build of a Quartz winsys stub"
      framebuffer: validate width/height in _set_viewport
      configure: remove the --enable-quartz option
      Make CoglTexture2D public as experimental API
      cogl-xlib: remove special cases for stub winsys
      Make stub winsys into a proper winsys backend
      configure.ac: move the --enable-cairo check
      Add internal _cogl_get_proc_address
      egl: Check EGL extension as early as possible
      egl: check or EGL/eglext.h
      Add _cogl_egl_texture_2d_new_from_image API
      egl: Add x11 texture-from-pixmap support
      Adds  _cogl_wayland_texture_2d_new_from_buffer API
      glx: make sure _cogl_winsys_get_proc_address is static
      renderer: set winsys on renderer before ->renderer_connect
      egl: fix some #ifdef guards
      Adds an example cogl wayland compositor
      remove _cogl_xlib_trap/untrap_errors wrappers
      replace _xlib_add_filter use with _cogl_renderer API
      gir: pass dep cflags to gobject introspection scanner
      cogl-vertex-buffer: make sure to unref weak pipelines
      x11-foreign: explicitly pass -lX11 ldflag
      Adds build/autotools/Makefile.am.changelog/release
      Make it clearer that the 2.0 API is experimental
      x11-foreign: Updates to forward X Events to Cogl
      profile: Adds a --enable-profile option
      doc: Adds doc/RELEASING
      Fix some gtk-doc annotations in cogl-depth-state.h
      include required cogl-context.h in cogl-texture-2d.h
      Fixes for make distcheck
      doc: Fix EXTRA_DIST variable setup
      Ensure we use --enable-profile during make distcheck
      configure: pass tar-ustar as automake init option
      Adds NEWS in preparation for 1.7.0 release
      README: Updates in preparation for 1.7.0 release
      Release 1.7.0 (snapshot)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]