Commits on Source (32)
-
Erik Faye-Lund authored
We can pack multiple triangle-strips into a single draw, by inserting degenerate triangles between them. This should be a big win in terms of CPU usage. To avoid inserting needless degenerate triangles to invert face-winding, we can manually invert the order of the back-face as well as emit the inner face last. This ensures every strip starts with the right face-winding. Reviewed-by:
Alexandros Frantzis <alexandros.frantzis@collbora.com>
-
Jose Fonseca authored
A rudimentary job, just to ensure Windows builds don't go south. The FreeGLUT dependencies are derived from the Linux headers plus a .def file, to avoid any further downloads whatsoever. v2: Quote all bash variable expansions and treat unset vars as errors, per Eric Engestrom.
-
Jordan Justen authored
To update your local repository to use the new default branch, these commands may help: $ git fetch origin $ git checkout master $ git branch -m main $ git branch --set-upstream-to=origin/main $ git remote set-head origin --auto Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com> Reviewed-by:
Dave Airlie <airlied@redhat.com>
-
Yann Dirson authored
If a demo would like to make use of this function, it should first checking that the GL_OES_mapbuffer extension is available. When it is not, there is no reason to abort here.
-
Dave Airlie authored
-
EXTRA_DIST in src/glad/Makefile.am included README, which doesn't exist. Distribute README.md instead. This fixes the `make dist` error: make[6]: *** No rule to make target 'README', needed by 'distdir-am'. Stop. ... make: *** [Makefile:648: dist] Error 2 Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
For parity with Autotools. Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
Erik Faye-Lund authored
If we get a config with alpha, we don't know if the application will use translucent pixels or not. So let's not mark the area as opaque in that case. This fixes an issue with es2gears_wayland, which clears the background with an transparent black clear-color.
-
Erik Faye-Lund authored
We don't want to modify the alpha with the lightness, otherwise we make fragments translucent when they should get darker.
-
Kevin Locke authored
[EditorConfig] is a format for specifying configuration information, such as indentation, supported by many common editors and IDEs. A benefit is encouraging consistency across editors from a single shared configuration file, rather than editor-specific modelines in each file or requiring each developer to configure their own project-specific settings. This commit adds an .editorconfig file with settings that match the most common current indent styles. It is not intended to proscribe any changes to current style, but to encourage consistency going forward. [EditorConfig]: https://editorconfig.org Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
Erik Faye-Lund authored
These tests have been failing for a long time, and are largely unmaintained. But they also predate Piglit, which covers pretty much the same thing. So there's little point in fixing these up. They are unused, and nobody seems to care about it.
-
Erik Faye-Lund authored
This doesn't build, and seemingly never got wired up correctly since the move to autotools. That's a good indication that nobody is using it, so let's get rid of it.
-
Erik Faye-Lund authored
Reviewed-by:
Jose Fonseca <jfonseca@vmware.com>
-
Erik Faye-Lund authored
While it's true that nobody loves to include windows.h, we now have gl_wrap.h where we can do this automatically. This saves us from including windows.h in util sources etc, which makes things a tiny bit more sane. Reviewed-by:
Jose Fonseca <jfonseca@vmware.com>
-
Erik Faye-Lund authored
The OpenVG state tracker was removed from Mesa back in 2015, over 7 years ago to date. The last release of an OpenVG version was back in 2008. It's pretty obvious that OpenVG is more or less dead. So let's get rid of the OpenVG demos, as it seems they're not really buildable or runnable on modern systems, at least not without a lot of work. Since the OpenVG code is the only code that uses Freetype2, this means we can also yank out the code for that. Reviewed-by:
Chia-I Wu <olvaffe@gmail.com>
-
Also update download URL from ftp to https since browsers are dropping ftp support. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Fix autoreconf warning due to duplicate LDFLAGS: src/egl/opengl/Makefile.am:82: warning: eglgears_x11_LDFLAGS multiply defined in condition TRUE ... src/egl/opengl/Makefile.am:71: ... 'eglgears_x11_LDFLAGS' previously defined here src/egl/opengl/Makefile.am:83: warning: egltri_x11_LDFLAGS multiply defined in condition TRUE ... src/egl/opengl/Makefile.am:72: ... 'egltri_x11_LDFLAGS' previously defined here Both LDFLAGS variables are defined to `$(AM_LDFLAGS) $(X11_LIBS)` in both definitions, so either should be safe to remove. Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
We want a few packages that we currently get implicitly through other dependencies. But when upgrading the CI images, it's much less error-prone if we explicitly list the ones we need. So let's add a couple of missing packags. Reviewed-by:
Martin Roukala <martin.roukala@mupuf.org>
-
Reviewed-by:
Martin Roukala <martin.roukala@mupuf.org>
-
This gets us newer GCC versions etc. A couple of packages has been renamed, so let's update the names for better forward compatibility. Reviewed-by:
Martin Roukala <martin.roukala@mupuf.org>
-
Erik Faye-Lund authored
There's parts of the tree that is useful even without GLUT, so let's allow building those without requiring GLUT. But let's emit a warning so users have a chance to understand why they get such a stripped-down build. This is especially useful on Windows, where GLUT is a bit of an exotic dependency. This gets us a bit closer to what we're doing with autotools. Acked-by:
Martin Roukala <martin.roukala@mupuf.org>
-
Erik Faye-Lund authored
While this test does *kinda* work, there's a few issues with it: - It uses Python 2 rather than Python 3 - It doesn't build out-of-tree, because of some hard-coded paths - It doesn't currently link, due to a missing X11 dependency That last point especially seems to indicate that nobody has been using this since the switch to autotools, which is a long time ago. While all of the above can be fixed, we have since gotten Piglit, which already extensively tests glXGetProcAddress. Let's get rid of it. This also removes our last dependency on the mesa source code, so we can now remove the logic for that as well.
-
Erik Faye-Lund authored
Instead of crashing and burning far down in the wayland code due to a null-pointer being passed, let's give the user a graceful error message about what went wrong.
-
Erik Faye-Lund authored
This file seems to be a leftover from before the Autotools rewrite, and is no longer in use or maintained. Let's just get rid of it! Reviewed-by:
Martin Roukala <martin.roukala@mupuf.org>
-
Erik Faye-Lund authored
We have a neat place to patch missing GLAPIENTRY definitions now, let's use that for Windows as well. Acked-by:
Martin Roukala <martin.roukala@mupuf.org>
-
Signed-off-by:
Martin Roukala <martin.roukala@mupuf.org> Reviewed-by:
Erik Faye-Lund <erik.faye-lund@collabora.com>
-
It's going to be a lot easier to deal with this if we do it right before we swap buffers once we support resizing.
-
For parity with Autotools, as added in b12c2995, 66136b95, and 5a466668. Depend on [Extra CMake Modules] from the KDE project for FindWayland.cmake (and additional modules added in subsequent commits). Increase the required CMake version from 2.8 to 2.8.12, as required by ECMFindModuleHelpers.cmake used by FindWayland.cmake. [Extra CMake Modules]: https://api.kde.org/ecm/ Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
If the file descriptor becomes invalid (e.g. because wl_display_disconnect has been called) exit the event loop. There's no value from continuing to poll. Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
Although the compositor should destroy any orphaned resources, as a matter of good style, prefer to destroy the resources that we create. Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
The [wl_shell protocol is deprecated in favor of xdg_shell] and some compositors (e.g. wlroots-based compositors like Sway) have already dropped support for wl_shell. Add build dependencies on wayland-protocols and wayland-scanner, along with code to run wayland-scanner to produce the requisite code. Define BUILD_WAYLAND CMake variable to simplify conditionals in the build files so that every directory doesn't need to check the presence of the individual eglut Wayland dependencies. Fixes: #16 [wl_shell protocol is deprecated in favor of xdg_shell]: https://wayland.freedesktop.org/docs/html/apa.html#protocol-spec-wl_shell Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
-
To handle close and resize events. Signed-off-by:
Kevin Locke <kevin@kevinlocke.name>
Showing
- .editorconfig 20 additions, 0 deletions.editorconfig
- .gitignore 2 additions, 0 deletions.gitignore
- .gitlab-ci.yml 24 additions, 11 deletions.gitlab-ci.yml
- .gitlab-ci/build-mingw.sh 40 additions, 0 deletions.gitlab-ci/build-mingw.sh
- .gitlab-ci/freeglut.def 154 additions, 0 deletions.gitlab-ci/freeglut.def
- .gitlab-ci/mingw32.cmake 8 additions, 0 deletions.gitlab-ci/mingw32.cmake
- CMakeLists.txt 19 additions, 21 deletionsCMakeLists.txt
- configure.ac 12 additions, 45 deletionsconfigure.ac
- index.html 13 additions, 12 deletionsindex.html
- src/CMakeLists.txt 19 additions, 18 deletionssrc/CMakeLists.txt
- src/Makefile.am 0 additions, 2 deletionssrc/Makefile.am
- src/demos/Makefile.cygnus 0 additions, 86 deletionssrc/demos/Makefile.cygnus
- src/egl/CMakeLists.txt 0 additions, 8 deletionssrc/egl/CMakeLists.txt
- src/egl/Makefile.am 1 addition, 3 deletionssrc/egl/Makefile.am
- src/egl/eglut/CMakeLists.txt 17 additions, 0 deletionssrc/egl/eglut/CMakeLists.txt
- src/egl/eglut/Makefile.am 18 additions, 0 deletionssrc/egl/eglut/Makefile.am
- src/egl/eglut/eglut.c 0 additions, 5 deletionssrc/egl/eglut/eglut.c
- src/egl/eglut/eglut.h 0 additions, 1 deletionsrc/egl/eglut/eglut.h
- src/egl/eglut/eglut_wayland.c 107 additions, 17 deletionssrc/egl/eglut/eglut_wayland.c
- src/egl/oes_vg/.gitignore 0 additions, 2 deletionssrc/egl/oes_vg/.gitignore
.editorconfig
0 → 100644
.gitlab-ci/build-mingw.sh
0 → 100755
.gitlab-ci/freeglut.def
0 → 100644
.gitlab-ci/mingw32.cmake
0 → 100644
src/demos/Makefile.cygnus
deleted
100644 → 0
src/egl/oes_vg/.gitignore
deleted
100644 → 0