kas1e
kas1e
I also asking Daniel to recheck new stuff too, he says that glGetProgramiv with GL_PROGRAM_BINARY_LENGTH_OES works and glGetProgramBinaryOES apparently works too. EDIT: and glProgramBinaryOES works too
Btw, measuring things by some test examples on os4 for now, we found that of course all the cached binaries should be preloaded right on running, because loading binaries from...
> Check in https://github.com/ptitSeb/gl4es/blob/master/src/gl/init.c#L569 if the name of the PSA is correct, using some printf Something wrong with whole "If" started from if(hardext.prgbin_n>0) { line. Maybe missing } or something...
That how it looks like for me now: ``` if (getcwd(cwd, sizeof(cwd))!= NULL) SHUT(LOGD("LIBGL: Current folder is:%s\n", cwd)); printf("hardext.prgbin_n = %d\n", hardext.prgbin_n); printf("uuuuuuuuuuuuuu\n"); SHUT(LOGD("OMEGA: 2232323232323ooooo\n")); if(hardext.prgbin_n>0) { env(LIBGL_NOPSA, globals4es.nopsa, "Don't...
that one where those new functions added ? 2.9
Or you mean GLES2 standard ?
Yeah, let's do it that way. Or , you simple can assume that ogles2.9 is minimum for gl4es at all
Wasn't that optimization take place in all the recent work last year ?:) Just if so we can close this one.
@ptitSeb Tried to build latest sources for os4 : ``` [ 3%] Building C object src/CMakeFiles/GL.dir/gl/gl_lookup.c.obj /amiga/ooo/src/gl/gl_lookup.c:16:10: fatal error: hardext.h: No such file or directory #include "hardext.h" ^~~~~~~~~~~ ``` Changed...
Seems not :) Tried fresh test: ``` [ 28%] Building C object src/CMakeFiles/GL.dir/gl/framebuffers.c.obj [ 30%] Building C object src/CMakeFiles/GL.dir/gl/gl_lookup.c.obj /amiga/ooo/src/gl/gl_lookup.c:16:10: fatal error: hardext.h: No such file or directory #include "hardext.h"...