summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Hellstrom <[email protected]>2018-03-08 08:56:47 +0100
committerThomas Hellstrom <[email protected]>2018-05-15 09:27:46 +0200
commit3d0b4979eed263a8ac3a05258c85a4e0a5d1196f (patch)
tree01cd455cdc815c3ffdf3edc7052668107fa4016a /src
parent9585e702065d9c2db57ab32f53a42d1ceafdb4a3 (diff)
st/xa: Bump minor
Bump xa minor to signal that the underlying mesa version is suitable for dri3. This is a bit ugly since it doesn't relate to a specific xa interface change. Recently there has been a number of fixes in mesa that helps enabling dri3 without any significant regressions in automated testing and common desktop usage latency. However, the xf86-video-vmware driver has no other way to tell but inspecting the xa version. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/xa/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xa/meson.build b/src/gallium/state_trackers/xa/meson.build
index 109abc10b7d..aff39634b3c 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', '3', '0']
+xa_version = ['2', '4', '0']
xa_conf = configuration_data()
xa_conf.set('XA_MAJOR', xa_version[0])