Module: Mesa Branch: master Commit: 25b48e3df93dee3aed4b7fbf5b542aa500555ee2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25b48e3df93dee3aed4b7fbf5b542aa500555ee2
Author: Thomas Hellstrom <[email protected]> Date: Fri Nov 9 15:27:48 2018 +0100 st/xa: Bump minor Bump minor to signal support for new formats and higher precision solid pictures. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Brian Paul <[email protected]> --- configure.ac | 2 +- src/gallium/state_trackers/xa/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d782f56205..2573e0da57 100644 --- a/configure.ac +++ b/configure.ac @@ -3053,7 +3053,7 @@ AC_SUBST([XVMC_MAJOR], 1) AC_SUBST([XVMC_MINOR], 0) AC_SUBST([XA_MAJOR], 2) -AC_SUBST([XA_MINOR], 4) +AC_SUBST([XA_MINOR], 5) AC_SUBST([XA_PATCH], 0) AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_PATCH") diff --git a/src/gallium/state_trackers/xa/meson.build b/src/gallium/state_trackers/xa/meson.build index aff39634b3..44d9758624 100644 --- a/src/gallium/state_trackers/xa/meson.build +++ b/src/gallium/state_trackers/xa/meson.build @@ -18,7 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -xa_version = ['2', '4', '0'] +xa_version = ['2', '5', '0'] xa_conf = configuration_data() xa_conf.set('XA_MAJOR', xa_version[0]) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
