VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/docs/gallium/postprocess.rst@ 103996

Last change on this file since 103996 was 103996, checked in by vboxsync, 13 months ago

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1Gallium Post-processing
2=======================
3
4The Gallium drivers support user-defined image post-processing. At the
5end of drawing a frame a post-processing filter can be applied to the
6rendered image. Example filters include morphological antialiasing and
7cell shading.
8
9The filters can be toggled per-app via driconf, or per-session via the
10corresponding environment variables.
11
12Multiple filters can be used together.
13
14PP environment variables
15------------------------
16
17- PP_DEBUG - If defined debug information will be printed to stderr.
18
19Current filters
20---------------
21
22- pp_nored, pp_nogreen, pp_noblue - set to 1 to remove the
23 corresponding color channel. These are basic filters for easy testing
24 of the PP queue.
25- pp_jimenezmlaa, pp_jimenezmlaa_color - `Jimenez's
26 MLAA <https://www.iryoku.com/mlaa/>`__ is a morphological
27 antialiasing filter. The two versions use depth and color data,
28 respectively. Which works better depends on the app - depth will not
29 blur text, but it will miss transparent textures for example. Set to
30 a number from 2 to 32, roughly corresponding to quality. Numbers
31 higher than 8 see minimizing gains.
32- pp_celshade - set to 1 to enable cell shading (a more complex color
33 filter).
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette