diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-02-10 18:44:38 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-02-10 18:44:38 +0000 |
commit | 5629bb050c242324ed8640cc2ec6aed20cb92356 (patch) | |
tree | fce087483a9665754effa05cf7fac11a8c5ca2cc /media-libs/mesa/metadata.xml | |
parent | Support new windowmaker (small API update and function name collision) (diff) | |
download | gentoo-2-5629bb050c242324ed8640cc2ec6aed20cb92356.tar.gz gentoo-2-5629bb050c242324ed8640cc2ec6aed20cb92356.tar.bz2 gentoo-2-5629bb050c242324ed8640cc2ec6aed20cb92356.zip |
Version bump.
(Portage version: 2.1.10.44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-libs/mesa/metadata.xml')
-rw-r--r-- | media-libs/mesa/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 4b205814cabd..0edd9e1f30e0 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -4,10 +4,14 @@ <herd>x11</herd> <use> <flag name='classic'>Build drivers based on the classic architecture.</flag> + <flag name='d3d'>Enable DirectX 10/10.1/11 backend for Gallium3D.</flag> <flag name='egl'>Enable EGL support.</flag> <flag name='gallium'>Build drivers based on Gallium3D, the new architecture for 3D graphics drivers.</flag> + <flag name='g3dvl'>Enable video decode acceleration support for Gallium3D.</flag> <flag name='gbm'>Enable the Graphics Buffer Manager for EGL on KMS.</flag> - <flag name='gles'>Enable GLES support.</flag> + <flag name='gles'>Enable GLES (both v1 and v2) support.</flag> + <flag name='gles1'>Enable GLESv1 support.</flag> + <flag name='gles2'>Enable GLESv2 support.</flag> <flag name='llvm'>Enable LLVM backend for Gallium3D.</flag> <flag name='openvg'>Enable the OpenVG 2D acceleration API for Gallium3D.</flag> <flag name='osmesa'>Build the Mesa library for off-screen rendering.</flag> @@ -15,5 +19,8 @@ <flag name='pic'>disable optimized assembly code that is not PIC friendly</flag> <flag name='shared-dricore'>Enable sharing of common code for classic DRI drivers.</flag> <flag name='shared-glapi'>Enable sharing of common code for the OpenGL API.</flag> + <flag name='vdpau'>Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag> + <flag name='wayland'>Enable support for dev-libs/wayland</flag> + <flag name='xvmc'>Enable the XvMC acceleration interface for the Gallium3D Video Layer.</flag> </use> </pkgmetadata> |