[Mesa-dev] [PATCH] gallium postprocess: Add brightness filter

2014-05-25 Thread Yaroslav Andrusyak
In many games open source video drivers can't adjust screen brightness.It would be nice to have a way to change the brightness diff --git src/gallium/auxiliary/postprocess/filters.h src/gallium/auxiliary/postprocess/filters.h index 321f333..4423c2e 100644 --- src/gallium/auxiliary/postprocess/filt

[Mesa-dev] glapi linlking broken after convert to automake

2012-03-04 Thread Yaroslav Andrusyak
After e5f895485e03ac60efcb3f6f83ec1d3e33ef7ec2 i can't build mesa-git in OBS. %configure --prefix=/usr \ --with-gallium-drivers=r300,r600,nouveau,swrast \ --enable-gbm --enable-gallium-gbm --enable-gallium-egl --enable-shared-glapi \ --enable-texture-float --enable-openvg \ --enable-gles1 \ --ena