Download project files

How do I verify a download?


2012.04 (2012.04) release from the trunk series released

Release information
Release notes:

Added documentation. Enable building it configuring with --build-docs.

Changelog:

revno: 52
tags: 0.5.2
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Wed 2012-04-18 17:37:33 +0200
message:
  Build: Bump version number to 0.5.2.
------------------------------------------------------------
revno: 51
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-04-18 13:47:04 +0200
message:
  Build: Add option to build documentation.
------------------------------------------------------------
revno: 50
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-04-18 13:07:42 +0200
message:
  Documentation: Added Doxygen documentation.
------------------------------------------------------------
revno: 49
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Fri 2012-04-13 13:32:56 +0200
message:
  Build: Include the numeric version in the dist file name.

File Description Downloads
download icon glproxy-0.5.2-2012.04.tar.gz (md5, sig) 2012.04 release, version 0.5.2. 257
last downloaded 38 weeks ago
Total downloads: 257

2012.03 (2012.03) release from the trunk series released

Release information
Release notes:

Added detection API and automatic backend selection based on that detection.

Changelog:

revno: 46
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Thu 2012-03-22 13:48:44 +0100
message:
  Build: Bumb version and release to 2012.03.
------------------------------------------------------------
revno: 45 [merge]
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Thu 2012-03-22 13:48:05 +0100
message:
  Detection: Found and fixed bug with re-using libGL.so.
------------------------------------------------------------
revno: 44 [merge]
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Thu 2012-03-22 10:47:32 +0100
message:
  Detection: Add backend detection and auto-selection.

File Description Downloads
download icon glproxy-2012.03.tar.gz (md5, sig) glproxy version 0.5.1 50
last downloaded 52 weeks ago
Total downloads: 50

2012.02 (2012.02) release from the trunk series released

Release information
Release notes:

New initialization API, with more explicit functions.

Changelog:

revno: 43
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-02-15 19:12:34 +0100
message:
  Build: Bump version number and release.
------------------------------------------------------------
revno: 42
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-02-15 15:56:56 +0100
message:
  Reorganized library loading order to make it more explicit.
  Removed glProxyAvailableBackends as it depends on automatic
    backend selection, which will be added later.
------------------------------------------------------------
revno: 41
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-02-15 11:31:35 +0100
message:
  Adapt the tests to the new initialization API.
------------------------------------------------------------
revno: 40
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: work
timestamp: Wed 2012-02-15 11:06:16 +0100
message:
  Added new initialization API.

File Description Downloads
download icon glproxy-2012.02.tar.gz (md5) glproxy version 0.4.0 42
last downloaded 52 weeks ago
Total downloads: 42

2011.12 (2011.12) release from the trunk series released

Release information
Release notes:

glproxy 2011.12 (20111213)
==============================

* Added support for virtualizing EGL, now client applications don't need to link
  directly with EGL.
* Removed debian packaging files from trunk.
* Functions for resolving extensions now need a valid display.

Changelog:

revno: 39
tags: 2011.12
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Tue 2011-12-13 13:57:18 +0100
message:
  Build: Update files for 2011.12 release
------------------------------------------------------------
revno: 38
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Tue 2011-12-13 13:38:15 +0100
message:
  Removed debian files.
------------------------------------------------------------
revno: 37
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: fixes
timestamp: Fri 2011-12-09 17:32:41 +0100
message:
  Corrected typo in header.
------------------------------------------------------------
revno: 36 [merge]
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Thu 2011-12-08 12:35:53 +0100
message:
  EGL support: Add EGL virtualization support to glproxy.

  Also,
  - Removed the "automagic" best renderer detection, as it needed to start
  both EGL and GLX which caused problems on some systems. It will return,
  but in a more application-controlled way.
  - Now it's necessary to pass the current display to the extensions helper
  functions, as using an internal one caused NULL being returned as the
  extensions string in some systems.
  - A lot of code clean-ups.

File Description Downloads
download icon glproxy-2011.12.tar.gz (md5) 2011.12 release 77
last downloaded 52 weeks ago
Total downloads: 77

2011.10 release from the trunk series released

Release information
Release notes:

* Changed the build system to waf.
* Removed resolving all extensions at initialization time.
* Added a simple functions, glProxyGetExtProcAddr, to help checking and
  resolving extensions.

Changelog:

revno: 35 [merge]
tags: 2011.10
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Wed 2011-10-19 18:18:40 +0200
message:
  Preparing for release.
    ------------------------------------------------------------
    revno: 33.1.4
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: fixes
    timestamp: Wed 2011-10-19 18:17:12 +0200
    message:
      Preparing for release. Added information files, change build file so it creates the correct
      archive.
------------------------------------------------------------
revno: 34 [merge]
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Wed 2011-10-19 18:02:51 +0200
message:
  Removed automatically resolving all known extensions and added a simple
  API to get extension functions.
    ------------------------------------------------------------
    revno: 33.1.3
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: fixes
    timestamp: Wed 2011-10-19 13:25:49 +0200
    message:
      Removed caching the extensions strings. Ensured that extension names are checked correctly.

      Added a new API function to check if an extension is present in both the backend and GL,
      glProxyHasExtension.
    ------------------------------------------------------------
    revno: 33.1.2
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: fixes
    timestamp: Tue 2011-10-18 19:49:42 +0200
    message:
      Added simple API to get extension functions.

      Added a function to help getting extensions, glProxyGetExtProcAddr. Users need to pass the extension
      name and the function name, and glProxy will look for it in both the current backend (EGL or GLX) and
      GL, but the later will only work if there's a valid current context.

      Also added myself to the authors.
    ------------------------------------------------------------
    revno: 33.1.1
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: fixes
    timestamp: Mon 2011-10-17 20:02:03 +0200
    message:
      Removed extensions support.
------------------------------------------------------------
revno: 33 [merge]
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: trunk
timestamp: Thu 2011-10-13 16:03:19 +0200
message:
  Switch build system to waf.
    ------------------------------------------------------------
    revno: 32.1.2 [merge]
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: waf
    timestamp: Wed 2011-10-12 12:17:31 +0200
    message:
      Merged Alexandros' improvements.
        ------------------------------------------------------------
        revno: 32.2.4
        committer: Alexandros Frantzis <email address hidden>
        branch nick: waf
        timestamp: Wed 2011-10-12 11:41:43 +0300
        message:
          Use the correct include path.

          Includes paths are relative to the directory the wscript is in. The previous
          '../include' worked only because waf also adds the "build/{include}" to the
          compilation include path to catch any generated files. In our case this
          expanded to "build/../include' which is the include we need.
        ------------------------------------------------------------
        revno: 32.2.3
        committer: Alexandros Frantzis <email address hidden>
        branch nick: waf
        timestamp: Wed 2011-10-12 11:28:38 +0300
        message:
          Enable GNU-like directory configuration.

          This is a prequisite for supporting multi-arch system, because in that case
          LIBDIR needs to be set to something different from PREFIX/lib.
        ------------------------------------------------------------
        revno: 32.2.2
        committer: Alexandros Frantzis <email address hidden>
        branch nick: waf
        timestamp: Wed 2011-10-12 11:16:53 +0300
        message:
          Only use the 'use' option ('uselib' is deprecated) for C task generators.
        ------------------------------------------------------------
        revno: 32.2.1
        committer: Alexandros Frantzis <email address hidden>
        branch nick: waf
        timestamp: Wed 2011-10-12 11:11:01 +0300
        message:
          Export the includes path for the shlib glproxy target.
    ------------------------------------------------------------
    revno: 32.1.1
    committer: Marc Ordinas i Llopis <email address hidden>
    branch nick: waf
    timestamp: Tue 2011-10-11 18:33:05 +0200
    message:
      Switched to waf build system, removed CMake files.
------------------------------------------------------------
revno: 32
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: fixes
timestamp: Tue 2011-09-13 18:03:17 +0200
message:
  Added support for GLX_MESA_swap_control.
------------------------------------------------------------
revno: 31
committer: Marc Ordinas i Llopis <email address hidden>
branch nick: fixes
timestamp: Sat 2011-09-10 12:03:08 +0200
message:
  Fix missing space in declaration.

File Description Downloads
download icon glproxy-2011.10.tar.gz (md5) 2011.10 release 80
last downloaded 53 weeks ago
Total downloads: 80