libglvnd-devel-32bit-1.0.0-lp150.1.1 >  A ZU/=„eNl$C_9P,,,(ʊ[)Ag31"A{I*%{,F>jHgs'AVΦc (6_z @ҟ 𨥋do;e9!B|5~` %(r'6g [3wʵz> F!|-'χƖ"ZR|)J\N[g*hW4Pu()[ %~z&N$3C̰60e35504badce048f436a8ca385d23881832a92a9782f0132b96e2a7a0ad17c50f961babb9f7658bdee09c2d7abdd493539939eb*8ZU/=„V\*^73ô~d@t[Gw1։5 zyN-iYGj6`3;}sGZ5RVm9*l(^ݣ9C`{>p9%x?%hd ' F$(48KTX r     (Dx( 8(9h:G"H"I#X#Y# \#@]#\^#b#c$|d$e$f$l$u$v%%%%"%dClibglvnd-devel-32bit1.0.0lp150.1.1Development files for libglvndVendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis, as described by Andy Ritger's OpenGL ABI proposal. This package contains the required files for development.ZMcloud107openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/NVIDIA/libglvndlinuxx86_64ZMZMZMZMZMZMZMlibEGL.so.1.0.0libGL.so.1.0.0libGLESv1_CM.so.1.0.0libGLESv2.so.2.0.0libGLX.so.0.0.0libGLdispatch.so.0.0.0libOpenGL.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibglvnd-1.0.0-lp150.1.1.src.rpmlibglvnd-devel-32bitlibglvnd-devel-32bit(x86-32)    libglvnd-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.03.0.4-14.6.0-14.0-15.2-14.14.1Z؄ZLYYJ_Y0Y0Y@X@XۡXP@XXXWWQq@WPsndirsch@suse.comtchvatal@suse.commsrb@suse.comzaitor@opensuse.orgzaitor@opensuse.orgalarrosa@suse.comjengelh@inai.dejengelh@inai.desndirsch@suse.comsndirsch@suse.comsndirsch@suse.comzaitor@opensuse.orgzaitor@opensuse.orgsndirsch@suse.comsndirsch@suse.comsndirsch@suse.com- update to release 1.0.0 * Now that both the EGL and GLX interfaces are defined and stable, set the package version to 1.0.0. * Changes + GLX: Fix an error in handling GLX dispatch stubs. + EGL: Fix handling a malloc failure in eglQueryString. + GLdispatch: Clean up the assembly dispatch code. + GLdispatch aarch64: Align the dispatch stubs to a 64K page size. + Fix typo in _LIBRARY_FEATURE_NAMES. + Merge pull request #131 from michalsrb/fix-missing-gles-symbols + Merge branch 'fix-aarch64-page-size' + Convert lq/stq instructions + Merge pull request #125 from kbrenneman/ppc64le-convert-lq-stq + Don't #define USE_ASM (defined(USE_X86_ASM) || ... ) + Remove -Wno-misleading-indentation + Remove the cJSON README and tests + Update cJSON to version 1.5.9 + Merge pull request #135 from aaronp24/remove-misleading-indentation + Fix memory leak in LoadVendorsFromConfigDir + Cleanup winsys dispatch index list on EGL mapping teardown + Merge pull request #137 from polarina/memleak + Set package version to 1.0.0. - supersedes U_Fix-typo-in-LIBRARY_FEATURE_NAMES.patch- Make sure to use only python3 for the build and do not rely on env calls for python- U_Fix-typo-in-LIBRARY_FEATURE_NAMES.patch * Fix typo that caused gles 3.1 and 3.2 symbols to be missing in the generated libraries. (bnc#1052776)- Update to version 0.1.2~20170620~d850cdd: * EGL: detect platform gbm vendor capability. * EGL: add platform gbm detection in eglGetDisplay. * EGL: alias "drm" to gbm when using EGL_PLATFORM. * EGL: honour eglGetPlatformDisplay's attrib_list. * PPC64LE: Fix the cache clear instructions (boo#1045185). * configure: Remove AC_PROG_CXX. * EGL: Allow vendor libraries to identify platforms for eglGetDisplay. * GL: Use a table to look up core GLX functions.- Update to version 0.1.2~20170427~6bcecd8: * Print out $host_cpu when undetected, for easier debugging. * Fix compile errors. * armv7: make sure asm is compiled in unified syntax mode. * Treat armv7hl as armv7l. * tests: Expand the unit tests for libGLdispatch. * GLdispatch: Minor cleanup of the x86-64 TLS stubs. * GLdispatch: Add support for x32. * Shorten the generated x86-64 TLS stubs. * GLX: Fix GLX entrypoint generation for x32. * tests: Add support for x32. * GLdispatch: Remove the ".syntax divided" directive for ARMv7. * Update the README file. * GLdispatch: Fix TEXTREL in the ARMv7 TSD stubs. * GLdispatch: Improve the documentation in entry_arm7_tsd.c. * Makefile and structural changes for ppc64le support. * GLdispatch: Implement the TSD dispatch stubs for PPC64LE. * GLdispatch: Implement the TLS dispatch stubs for PPC64LE. * GLX: Implement GLX dispatch stubs for PPC64LE. * tests: Fill in the ASM code in the template in patch_ppc64le(). * GLX: Add cache-flushing sequence to the generated GLX stubs. * GLdispatch: Rename entry_x86_64_common.c to entry_simple_asm.c.- Obsolete libglvnd0 <= %version-%release instead of only older versions in order to fix conflicts on TW.- The package misuses an SLPP package name (libglvnd0) while not being SLPP — there is not even a libglvnd.so.0. Since implementing SLPP does not make much sense either (these are all just compat wrappers), switch to libglvnd. - Avoid doubleshipping of README.- Replace old $RPM_ shell vars by macros - Converge on one style of using macros (drop curlies) - RPM group correction- baselibs.conf: added -devel package- fixed/improved summary/description of libglvnd-devel package- removed unneeded rpmlintrc- 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.- 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.- added Recommends to Mesa-libGL1/Mesa-libGL-devel- fixed build on 32bit with SUSE < 1330- created libglvnd package1.0.0-lp150.1.11.0.0-lp150.1.1libEGL.solibGL.solibGLESv1_CM.solibGLESv2.solibGLX.solibGLdispatch.solibOpenGL.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/f79568951422d3e8c2b16129541298d9-libglvndcpioxz5x86_64-suse-linuxutf-8ec537de8b497547631e8dafc575cffdc976ec5e356adffa14481dfdc130c7774?p7zXZ !t/] cr$x#09a({$8[5 {_  h`ZF{?]> SK}cb?m`*Y]# /) JÃ!-̢5-W=k9`z K`I-mnbk3'% MhzЀPb^Kou 6Fm()gaĹ P%׶ YZ