GithubHelp home page GithubHelp logo

Comments (9)

oddhack avatar oddhack commented on July 22, 2024

@outofcontrol may have migrated the server recently, although I don't recall the details. There was supposed to be a redirect which may be failing. James, can you comment here?

from egl-registry.

outofcontrol avatar outofcontrol commented on July 22, 2024

Access should be fine, however there is no egl folder in public:
https://cvs.khronos.org/svn/repos/registry/trunk/public/

The only APIs showing are gles, glsc, spir-v, typedarray, vx and webcl.

Jon, was EGL removed at some point?

from egl-registry.

oddhack avatar oddhack commented on July 22, 2024

Jon, was EGL removed at some point?

Possibly? It ought to be there somewhere in SVN history if so. Maybe go to the root of /public and do an SVN log to determine what range of commits is there, then should be able to bisect to where public/egl still exists.

I'm unsure if there's anything of real value in there though. The EGL registry is close to strictly additive - minor updates to extensions get made, new extensions added.

from egl-registry.

jolivain avatar jolivain commented on July 22, 2024

I'm unsure if there's anything of real value in there though. The EGL registry is close to strictly additive - minor updates to extensions get made, new extensions added.

This history has some value, to know when a given extension/symbol was added.

In some very specific cases, where a recent code base needs to compile with a wide range of gpu drivers (shipping old or recent eglext.h), we may want to work around with code constructs like:

#if EGL_EGLEXT_VERSION >= 20190808
/* ... */
#endif

It's also the case with some unofficial extensions (declared in vendor specific headers like eglmesaext.h or eglextchromium.h) that eventually become official at some point.

Having this history available would helps to easily know exactly what to test.

from egl-registry.

1ace avatar 1ace commented on July 22, 2024

You shouldn't be testing time stamps or versions but features, eg. #ifdef EGL_WL_bind_wayland_display

from egl-registry.

oddhack avatar oddhack commented on July 22, 2024

@outofcontrol if I go to https://cvs.khronos.org/svn/repos/registry/trunk/public/egl/extensions/ I do see the history. The only thing that occurs to me is that the non-logged-in public access might need to be updated as the SVN repo got relocated a while back, IIRC. I can't view this from a non-logged-in browser without putting in my Khronos login, but if I am logged in, I can see the old content here at SVN revision 34076.

from egl-registry.

outofcontrol avatar outofcontrol commented on July 22, 2024

https://cvs.khronos.org/svn/repos/registry/trunk/public/egl/* is now publicly visible.

from egl-registry.

jolivain avatar jolivain commented on July 22, 2024

I confirm it's working. I tested with the command:

svn log --diff https://cvs.khronos.org/svn/repos/registry/trunk/public/egl/api/EGL/eglext.h

Thanks!

from egl-registry.

oddhack avatar oddhack commented on July 22, 2024

@outofcontrol really everything under registry/trunk/public should be publicly visible, not just egl/, to help avoid this coming up again.

from egl-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.