Panfrost Changelog
#6
mesa-git-20.2.0_devel.126488.14a12b771d0-1:

Changes from 9418c8ec8dd to 14a12b771d0:

This is the largest set of changes to Panfrost in the last six months, so if
something didn't work before, now is a good time to try it again in case it
works now.


Last update I said that MSAA only worked with a couple of applications, but it
turns out that was just a configuration error on my side - MSAA should work for
all applications that use it (but with Xwayland a recent git xserver is needed).

If you don't install Mesa to /usr/lib, to get MSAA to work you may need to
export LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH from /usr/bin/Xorg (it's usually
already a wrapper script).


Features:

- Depth reload support (!5824)

This fixes many applications that require a flush in the middle of a frame, or
that need the depth buffer to be preserved between frames.

- ARB_blend_func_extended (!5620)

This is required for X with PAN_MESA_DEBUG=gl3 - it is now safe to set the flag
in /etc/profile or similar.

This also fixes stock alacritty, but the GLES versions might still have slightly
better performance.

- OpenGL ES 3.0 is enabled by default (!5858)

- Chromium now works (!5858):

To enable acceleration, go to chrome://flags, and enable "GPU rasterization"
and "Out of process rasterization".

Note that if you use Chromium in a 32-bit container, this will be using a
different version of Mesa which might not have this commit. /dev/dri will also
need to be bound into the container for acceleration to work.

- 8x MRT support (!5892)

This is needed for OpenGL 3 - now all that's left for 3.0 is NV_conditional_render.

- EXT_shader_framebuffer_fetch and KHR_blend_equation_advanced support (!5755)
- Per-sample shading support (!5929)
- FP16 support is enabled by default (!5960)
- Emulated RGTC support (!5975)

Performance:

- Frame throttling has been re-enabled (!5858)

This improves responsiveness during heavy workloads such as the refract demo of glmark2-es2.

- Fence waiting has been reduced (!5995)

This helps Chromium performance a bit.

- 16x8 and 8x4 tile sizes are now used. (!5892)

This can help performance sometimes when using MRT, for example with two
RGBA32 framebuffers. It will also speed up 8x MSAA when it is implemented...

Fixes:

- Faults when RASTERIZER_DISCARD is used have been fixed (!5858)
- MRT with blend shaders now works (!5892)
- KiCad 3D viewer rendering has been fixed (!5946)

Known regressions:

Commit 528e132d4f7 forces depth writeback even when it is not needed. This can
significantly hurt the performance of DarkPlaces, causing it to drop from 150 fps to 40 fps.


Finally, here is a picture of Windows DarkPlaces running via Wine and box86.
The emulation isn't perfect yet, so not everything is in the right place, and
performance is not perfect (see above), but it's almost playable:

[Image: 88793704-5a44c000-d1f1-11ea-909a-e6b9380ca622.png]


Messages In This Thread
Panfrost Changelog - by icecream95 - 06-29-2020, 01:29 AM
RE: Panfrost Changelog - by xmixahlx - 06-29-2020, 02:50 AM
RE: Panfrost Changelog - by Luke - 06-29-2020, 09:31 AM
RE: Panfrost Changelog - by icecream95 - 07-16-2020, 12:22 AM
RE: Panfrost Changelog - by xmixahlx - 07-16-2020, 12:33 AM
RE: Panfrost Changelog - by icecream95 - 08-02-2020, 04:18 AM
RE: Panfrost Changelog - by Idaho - 09-10-2020, 08:18 AM
RE: Panfrost Changelog - by icecream95 - 09-11-2020, 03:47 AM
RE: Panfrost Changelog - by gabeeg - 09-11-2020, 02:27 PM
RE: Panfrost Changelog - by icecream95 - 09-16-2020, 11:10 PM
RE: Panfrost Changelog - by Idaho - 09-19-2020, 01:06 PM
RE: Panfrost Changelog - by xmixahlx - 09-10-2020, 10:54 PM
RE: Panfrost Changelog - by xmixahlx - 09-11-2020, 01:57 PM
RE: Panfrost Changelog - by as400 - 09-17-2020, 02:00 AM
RE: Panfrost Changelog - by icecream95 - 09-17-2020, 04:04 AM
RE: Panfrost Changelog - by as400 - 09-17-2020, 04:33 AM
RE: Panfrost Changelog - by icecream95 - 09-17-2020, 05:22 AM
RE: Panfrost Changelog - by as400 - 09-17-2020, 05:53 AM
RE: Panfrost Changelog - by xmixahlx - 09-19-2020, 10:28 AM
RE: Panfrost Changelog - by as400 - 09-21-2020, 06:12 AM
RE: Panfrost Changelog - by Idaho - 10-12-2020, 04:37 PM
RE: Panfrost Changelog - by as400 - 11-03-2020, 01:07 AM
RE: Panfrost Changelog - by poVoq - 11-04-2020, 06:45 AM
RE: Panfrost Changelog - by as400 - 11-05-2020, 08:01 AM
RE: Panfrost Changelog - by as400 - 11-11-2020, 03:21 AM
RE: Panfrost Changelog - by as400 - 11-25-2020, 04:19 AM
RE: Panfrost Changelog - by xyzzy - 11-26-2020, 03:38 AM
RE: Panfrost Changelog - by as400 - 11-26-2020, 02:12 PM
RE: Panfrost Changelog - by as400 - 12-02-2020, 03:59 AM
RE: Panfrost Changelog - by xyzzy - 12-02-2020, 02:27 PM
RE: Panfrost Changelog - by as400 - 12-03-2020, 12:46 AM
RE: Panfrost Changelog - by xyzzy - 12-03-2020, 02:20 PM
RE: Panfrost Changelog - by as400 - 12-04-2020, 01:21 AM
RE: Panfrost Changelog - by xyzzy - 12-04-2020, 02:22 AM
RE: Panfrost Changelog - by as400 - 12-04-2020, 03:05 AM
RE: Panfrost Changelog - by xyzzy - 12-04-2020, 04:11 AM
RE: Panfrost Changelog - by as400 - 12-04-2020, 06:14 AM
RE: Panfrost Changelog - by Idaho - 12-11-2020, 08:31 AM
RE: Panfrost Changelog - by icecream95 - 12-13-2020, 02:49 AM
RE: Panfrost Changelog - by Idaho - 12-13-2020, 03:28 AM
RE: Panfrost Changelog - by jpalus - 12-15-2020, 02:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Arm officially supports panfrost bastafari 1 2,946 09-18-2020, 09:19 AM
Last Post: bastafari

Forum Jump:


Users browsing this thread: 3 Guest(s)