diff --git a/Android.mk b/Android.mk index ed160fb3d0e..1d765590010 100644 --- a/Android.mk +++ b/Android.mk @@ -24,7 +24,7 @@ # BOARD_GPU_DRIVERS should be defined. The valid values are # # classic drivers: i915 i965 -# gallium drivers: swrast freedreno i915g ilo nouveau r300g r600g radeonsi vc4 vmwgfx +# gallium drivers: swrast freedreno i915g ilo nouveau r300g r600g radeonsi vc4 virgl vmwgfx # # The main target is libGLES_mesa. For each classic driver enabled, a DRI # module will also be built. DRI modules will be loaded by libGLES_mesa. @@ -46,7 +46,7 @@ MESA_COMMON_MK := $(MESA_TOP)/Android.common.mk MESA_PYTHON2 := python classic_drivers := i915 i965 -gallium_drivers := swrast freedreno i915g ilo nouveau r300g r600g radeonsi vmwgfx vc4 +gallium_drivers := swrast freedreno i915g ilo nouveau r300g r600g radeonsi vmwgfx vc4 virgl MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) diff --git a/docs/index.html b/docs/index.html index 4c6b2763cad..2b1e64673ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,17 @@

News

-

January 13, 2015

+

January 22, 2016

+

+Mesa 11.0.9 is released. +This is a bug-fix release. +
+NOTE: It is anticipated that 11.0.9 will be the final release in the 11.0 +series. Users of 11.0 are encouraged to migrate to the 11.1 series in order +to obtain future fixes. +

+ +

January 13, 2016

Mesa 11.1.1 is released. This is a bug-fix release. diff --git a/docs/relnotes.html b/docs/relnotes.html index 6ae05b61c4a..2f527a428f7 100644 --- a/docs/relnotes.html +++ b/docs/relnotes.html @@ -21,6 +21,7 @@ The release notes summarize what's new or changed in each Mesa release.