José Fonseca

Results 215 comments of José Fonseca

Your branch probably needs to cherry-pick or rebase on top of a776411a5b92f645e8a6b49608dee81c7cd05994

No nervermind. It can't be that...

I believe this is the error I fixed in 9022a435da9269710a5056a9161c65c901e6cac7. Anyway, if you rebase on top of master it should go away.

Sorry for the delay. This `unsupported CGLReleaseContext call` message is a red herring. The thing is that glretrace on macOS (or anywhere) doesn't really play CGL* calls verbatim, but emulates...

I agree it would be nice. It's not straightforward though: - the interpretation of the blob passed `glTexImage2D` depends on state other than the function parameters (e.g.,stride, alignment.), the GUI...

Which OS is this? At least with Linux it should work if one just picks the installation dir via the `CMAKE_INSTALL_PREFIX` option and installs via `make install`. Commit a732b6535e5087c211c1139b7810c8c329e92c08 might...

I don't quite understand the problem or the proposed fix. > If a user call glViewport with non default framebuffer bind first, and then bind the default framebuffer to draw,...

Sorry for the silence. I took a look at the provided trace. AFAICT, the frames _are_ being captured, but they are all black except for the window controls on the...

It looks like Apple added a bunch of new undocumented GL symbols to the OpenGL framework, breaking the traditional interpose mechanism unless we expose and pass them through. I think...