Wine with 3d support uploaded, both tce and tcz, and a dev extension too.
It's the latest dev build, 1.1.11. On base TC you can run 2d windows apps, to get 3d you'll need to properly configure and run Xorg. Sound is working with OSS. Did not test networking.
I tested with Chip's Challenge, ogldemo.exe, and some small DX9 games. All worked great. Now, let's all go download C&C: Red Alert because it's a great game, freeware, and platinum rated in Wine
If anyone's interested in why even software 3d is not possible in Xvesa, it's because in Mesa 7.2 the software driver is no longer just the Mesa xlib renderer, it's a DRI driver and needs X server support (swrast_dri.so). Mesa still has the lib-only software-only OpenGL renderer, but it must be built separately. No one has yet done this, as the benefits are quite small.