[Mesa-dev] Mesa stopped passing make check on August 10th: FAIL: glsl/glcpp/tests/glcpp-test

2016-08-15 Thread darxus
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

Re: [Mesa-dev] dri-r600 build fail since remove FEATURE* commits

2012-09-15 Thread darxus
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

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-23 Thread Darxus
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. __

[Mesa-dev] [PATCH] Add G92 [GeForce 8800 GT] to egl_dri2 dri2_driver_map

2010-11-20 Thread Darxus
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