On Friday, April 11, 2014 09:33:44 AM Carl Worth wrote: > I'm (finally) getting around to putting together a new stable release. I > apologize it's so late. > > I've just pushed about 66 patches to the 10.1 branch. This includes > almost everything currently on master that was nominated for the stable > branch. There are a handful of patches which I didn't cherry-pick > over. I'll follow up with individual authors on each of those. > > I'll also be going through the mesa-stable@ list since the 10.1 release > looking for other patch nominations beyond what was mentioned in commit > messages. > > As usual, I'll do testing with piglit on my Intel laptop. But any > additional testing that anyone provides, (particularly on other > drivers), will be appreciated. > > -Carl
Carl, the 10.1 branch does not currently build for r600, I get the following
message:
CC r600_uvd.lo
../../../../../src/gallium/drivers/r600/r600_state.c: In function
'r600_is_colorbuffer_format_supported':
../../../../../src/gallium/drivers/r600/r600_state.c:152:9: error: implicit
declaration of function 'r600_translate_colorswap' [-Werror=implicit-function-
declaration]
r600_translate_colorswap(format) != ~0U;
^
cc1: some warnings being treated as errors
make[3]: *** [r600_state.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
../../../../../src/gallium/drivers/r600/evergreen_state.c: In function
'r600_is_colorbuffer_format_supported':
../../../../../src/gallium/drivers/r600/evergreen_state.c:222:3: error:
implicit declaration of function 'r600_translate_colorswap' [-Werror=implicit-
function-declaration]
r600_translate_colorswap(format) != ~0U;
^
cc1: some warnings being treated as errors
make[3]: *** [evergreen_state.lo] Error 1
make[3]: Leaving directory
`/home/dylan/source/mesa/64bit/src/gallium/drivers/r600'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dylan/source/mesa/64bit/src/gallium/drivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dylan/source/mesa/64bit/src'
make: *** [all-recursive] Error 1
I think this is probably fixed by radeon colorswap patch that you couldn't
apply.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
