libglvnd/libglvnd.changes

111 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 27 14:40:29 UTC 2017 - sndirsch@suse.com
- removed unneeded rpmlintrc
-------------------------------------------------------------------
Fri Jan 20 13:15:07 UTC 2017 - zaitor@opensuse.org
- Update to version 0.1.1~20161222~dc16f8c:
* Update the README file.
* util: Add a local implementation of vsprintf(3).
* tests: Fix testpatchentrypoints.
* util: Add functions for splitting a string into tokens.
* Checked in the EGL headers.
* Checked in a copy of the cJSON library.
* EGL: Initial implementation of libEGL.
* EGL: Implement EGL_KHR_debug.
* GLdispatch: Remove an incorrect assert.
* util: Add trylock functions to glnvd_pthread.
* GLX: Fix a deadlock in teardown
* EGL: Rework the current rendering API.
* EGL: Fix a crash in __eglGetVendorFromDevice.
* EGL: Improve eglGetDisplay platform guessing.
* EGL: Check for some client extensions when loading the vendors.
* EGL: Check the version number in the JSON files.
* EGL: Trim the dispatch stub list.
* Change the package version to 0.1.999.
* GLX: Keep track of the displays passed to glXMakeCurrent.
* EGL: Fix a few errors in EGL_KHR_debug.
* EGL: Change __EGLapiImports to use (void *) for function
pointers.
* EGL: Add -Wno-misleading-indentation for cJSON.
* utils: Add cJSON.h to noinst_HEADERS.
* EGL: Change the vendor config search paths.
* EGL: Fix a couple of typos.
* Increment the package version to 0.2.
* Don't use 'xrange' because Python 3 doesn't have it.
* EGL: Fix an uninitialized variable.
* Factor out some common extension string functions.
* tests: Some minor cleanup
* tests: Rename GLX_dummy directory.
* tests: Move the entrypoint patching code into a helper library.
* tests: Add a more extensive test for entrypoint patching.
* GLX: Add an environment variable to specify a vendor for a
single screen.
* tests: Rewrite testglxgetprocaddress.
* tests: Add a test for generated GLX entrypoints.
* Change the assembly templates for ARMv7 to use uint16_t.
* Fix a crash in process termination when EGL and GLX are both
loaded.
* chmod -x files that aren't scripts
* GLdispatch: Don't call into the vendor from
__glDispatchForceUnpatch.
* EGL: Don't call into the vendor library from __eglFini.
* EGL: Better wayland detection in eglGetDisplay
* EGL: Add display detection for X11.
* EGL: Fix an unitialized variable in IsX11Display.
* tests: Skip testglxqueryversion if the server doesn't support
GLX.
* EGL: Fix the python command line.
* tests: Remove init_test_env.sh and fini_test_env.sh.
* tests: Add a basic test for eglGetPlatformDisplay.
* tests: Add a test for eglGetProcAddress.
* tests: Add a test for EGL device functions.
* tests: Add a test for eglMakeCurrent.
* tests: Add a test for eglGetError.
* tests: Add a test for EGL_KHR_debug.
* Add support for aarch64.
* GLdispatch: Fix the x86 TLS stubs.
* GLdispatch: Fix TEXTREL in the x86 TSD stubs.
* GLdispatch: Remove public_string_pool.
* GLdispatch: Remove _glapi_init_table_from_callback.
* GLdispatch: Remove the __GLdispatchProcEntry list.
* tests: Clean up tests makefile.
* Add configure options for the EGL, GLX, and GLES libraries.
* configure: Change the description for --disable-gles.
-------------------------------------------------------------------
Fri Jan 20 12:35:16 UTC 2017 - zaitor@opensuse.org
- Update to version 0.1.1:
* GLX: Some additional cleanup for the GLX dispatch table.
* Remove uneeded xorg-server dependency
* tests: Add more GLX functions to GLX_dummy.
* tests: Clean up the function arrays in GLX_dummy.
* tests: Implement glXCreateContextAttribsARB in GLX_dummy.
* tests: Expand the MakeCurrent tests to the GLXFBConfig-based
functions.
* tests: Merge the dummy and patchentry libraries.
* GLX: Fix a couple of errors.
* GLdispatch: Don't unpatch entrypoints in
__glDispatchLoseCurrent.
- Add _service and use it to update to current relase.
- Replace autoreconf for autogen.sh call ref info in README.
-------------------------------------------------------------------
Tue Jul 12 11:56:23 UTC 2016 - sndirsch@suse.com
- added Recommends to Mesa-libGL1/Mesa-libGL-devel
-------------------------------------------------------------------
Fri Jun 3 09:20:28 UTC 2016 - sndirsch@suse.com
- fixed build on 32bit with SUSE < 1330
-------------------------------------------------------------------
Thu Jun 2 15:43:46 UTC 2016 - sndirsch@suse.com
- created libglvnd package