02-02-2020, 11:35 PM
with the pending release of v20 the "20.0" branch has been created. those trying to avoid the bleeding edge can add "--branch=20.0" to the git clone command.
happy 202002022020
happy 202002022020
mesa-git build script for latest panfrost
|
02-02-2020, 11:35 PM
with the pending release of v20 the "20.0" branch has been created. those trying to avoid the bleeding edge can add "--branch=20.0" to the git clone command.
happy 202002022020
02-27-2020, 01:45 PM
(02-02-2020, 11:35 PM)xmixahlx Wrote: with the pending release of v20 the "20.0" branch has been created. those trying to avoid the bleeding edge can add "--branch=20.0" to the git clone command. Thanks xmixahlx for publishing this script. It is really helpful. I tweaked/prettified it a little bit and placed it on my github drive. Jordan
panfrost opengl es 3.0 support in git master with PAN_MESA_DEBUG=gles3:
https://www.collabora.com/news-and-blog/...as-landed/ Quote:OpenGL ES profile version string: OpenGL ES 3.0 Mesa 20.1.0-devel (git-0bb25e4713)
04-22-2020, 07:57 AM
I worked my way through a number of the missing dependencies, but I'm stuck on this one:
Code: Run-time dependency xcb-dri2 found: NO (tried pkgconfig and cmake) dpkg -S xcb-dri2 returns: Code: libxcb-dri2-0:arm64: /usr/share/doc/libxcb-dri2-0/changelog.Debian.gz When I try to install libxcb-dri2-0 with apt, it looks like it's installed? Code: libxcb-dri2-0 is already the newest version (1.14-2). I'm not sure where to go from here to meet this dependency? Some previous posts mentioned meta packages that might include this, but I didn't see the package names. Any pointers appreciated, thanks!
04-22-2020, 11:07 PM
(This post was last modified: 04-22-2020, 11:08 PM by rillian.
Edit Reason: clarify role of -dev packages
)
You probably need the libxcb-dri2-0-dev package. On my system dpkg -S xcb-dri2 reports in part:
Code: libxcb-dri2-0:arm64: /usr/lib/aarch64-linux-gnu/libxcb-dri2.so.0 Note the .pc file, which should make the library visible to pkgconfig. In general you need the corresponding -dev package for any library your compiling software to use.
04-23-2020, 10:47 AM
(04-22-2020, 11:07 PM)rillian Wrote: You probably need the libxcb-dri2-0-dev package. On my system dpkg -S xcb-dri2 reports in part: Thank-you rillian, that got things moving again!
04-27-2020, 02:25 PM
Glad to hear it worked!
05-31-2020, 09:04 PM
fyi mesa_master is going through considerable changes and i've encountered graphics issues. stepping down to branch 20.1 has solved those for me.
however, there is considerable activity in panfrost, so I expect to test in another week. if you are using debian, 20.0.7 is in unstable and 20.1.0 is in experiemental. if you want to play with GLES3 use experimental or 20.1 git branch, or roll the dice with master.
script now part of pbp-tools. see other forum thread for details.
https://github.com/xmixahlx/pbp-tools https://forum.pine64.org/showthread.php?tid=10190 updated the first post the panfrost restructure in mesa-git has finished and is working great again. a great new post from alyssa@collabora regarding panfrost and bifrost https://www.collabora.com/news-and-blog/...ics-blobs/ note the pan_debug_mesa=fp16 reference. |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
kernel build script for latest mainline manjaro kernel | xmixahlx | 42 | 68,819 |
07-11-2020, 09:01 PM Last Post: xmixahlx |
|
sway-git build script for latest wayland wm | xmixahlx | 2 | 6,446 |
03-27-2020, 02:46 PM Last Post: xmixahlx |
|
openarena build script | xmixahlx | 4 | 7,887 |
03-20-2020, 10:25 PM Last Post: xmixahlx |
|
i3blocks Manjaro battery status script | Gerhard | 0 | 3,341 |
01-05-2020, 02:35 PM Last Post: Gerhard |