graphene icon indicating copy to clipboard operation
graphene copied to clipboard

A thin layer of graphic data types

Results 24 graphene issues
Sort by recently updated
recently updated
newest added

graphene 1.10.8 meson 0.60 i am cross compiling (on windows, using msys2 and the mingw-w64 toolchain) error: ../meson.build:277:2: ERROR: Function accepts only strings, integers, lists, dictionaries and lists thereof. no...

Slowly the first RISC-V consumer boards appear on the market - I just came across [a test](https://www.golem.de/news/sifive-hifive-unmatched-im-test-risc-v-ist-gekommen-um-zu-bleiben-2110-159992.html) (german) of the SiFive Freedom U740 where successfully people ran Gnome-Shell on such...

enhancement
help wanted
simd

Hi, This attempts to clean up the code a bit in `graphene-simd4f.h` and `graphene-simd4x4f.h` by trying to reduce the code duplication for SSE and ARM NEON SIMD implementation due to...

Hi, This attempts to fix building with `clang-cl` (the clang compiler that attempts to be MSVC compatible), by: * Fixing `graphene-macros.h` by checking for the existance of `__GNUC__` before trying...

```c #include #include int main() { graphene_matrix_t transform; graphene_matrix_init_identity (&transform); printf("is 2d: %d\n", graphene_matrix_is_2d(&transform)); graphene_vec3_t transl; graphene_vec3_t scale; graphene_quaternion_t rot; graphene_vec3_t shear; graphene_vec4_t persp; bool ret = graphene_matrix_decompose (&transform, &transl,...

### Experienced behavior ``` 次のファイルから読み込み: /usr/include/graphene-1.0/graphene.h:38, 次から読み込み: /usr/include/gtk-4.0/gsk/gsktypes.h:25, 次から読み込み: /usr/include/gtk-4.0/gsk/gskrenderer.h:26, 次から読み込み: /usr/include/gtk-4.0/gsk/gsk.h:24, 次から読み込み: /usr/include/gtk-4.0/gtk/gtk.h:32, 次から読み込み: ../inc/utils/yaml.h:29, 次から読み込み: ../inc/audio/curve.h:33, 次から読み込み: ../inc/audio/automation_point.h:29, 次から読み込み: ../inc/audio/region.h:28, 次から読み込み: ../src/gui/widgets/event_viewer.c:4: /usr/include/graphene-1.0/graphene-simd4x4f.h: 関数 ‘graphene_simd4x4f_init_look_at’ 内: /usr/include/graphene-1.0/graphene-simd4x4f.h:659:51: エラー:...

help wanted
build

1.10.8 ### Experienced behavior installed_tests=false installs installed-tests/graphene-1.0/introspection.py ### Expected behavior to not install the introspection file into the installed-tests folder with installed_tests=false ### Steps to reproduce ``` meson \ -Dinstalled_tests=false...

### Experienced behavior Using graphene at runtime has alignment fault on armv7hl with neon. Tried using Fedora 33/34 workstation on armhfp with a jetson-tk1. Build is passing with/without neon enabled...

While updating the Fedora packaging for the 1.10.8 release, I came across a test failure on i686: ``` + /usr/bin/meson test -C redhat-linux-build --num-processes 6 --print-errorlogs ninja: Entering directory `/builddir/build/BUILD/graphene-1.10.8/redhat-linux-build'...

bug
help wanted
simd