Makefile:2308: recipe for target 'test-suite.log' failed
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory '/home/darxus/source/mesa/src/compiler'
/home/darxus/source/mesa/src/compiler/test-suite.l
On 09/15, Brian Paul wrote:
> >r600_dri.so.tmp: undefined reference to
> >`_mesa_cpal_compressed_teximage2d'
> I just pushed a fix for this.
Looks like there's still a similar problem with nouveau:
commit 2f5f7bd687a2d0d2d7c37846382e46a0d9401397
nouveau_dri.so.tmp: undefined reference to `_mesa
This set of 4 patches makes wayland work for me, on nouveau / nvidia.
On 01/22, Benjamin Franzke wrote:
> I attach the 3 patches (that were already sent in a bit different
> form) in correct order + 1 Patch that ensures internalFormat==format
> in gles' glTexImage2D.
__
Adds this card to the egl_dri2 dri2_driver_map:
05:00.0 VGA compatible controller [0300]: nVidia Corporation G92 [GeForce 8800
GT] [10de:0611] (rev a2) (prog-if 00 [VGA controller])
Subsystem: eVga.com. Corp. Device [3842:c801]
---
src/egl/drivers/dri2/egl_dri2.c |5 +
1 files ch