Re: [Mesa-dev] [Mesa3d-dev] ARB draw buffers + texenv program

2010-12-19 Thread Alex Deucher
On Fri, Dec 17, 2010 at 7:50 PM, Dave Airlie wrote: >> I think this is subtle enough that it needs some documentation. > > I was just initially checking the property idea was okay for everyone, > > > http://cgit.freedesktop.org/~airlied/mesa/log/?h=gallium-color0-write-cbufs > > contains 4 patches

[Mesa-dev] [Bug 32515] New: Wrong rendering of Vertex Buffer Object backed Vertex Array

2010-12-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32515 Summary: Wrong rendering of Vertex Buffer Object backed Vertex Array Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Mesa-dev] [PATCH] gallium: remove unused 'buf' parameter in pipe_buffer_unmap

2010-12-19 Thread Marek Olšák
--- src/gallium/auxiliary/util/u_index_modify.c | 12 ++-- src/gallium/auxiliary/util/u_inlines.h |3 +-- src/gallium/auxiliary/util/u_upload_mgr.c|4 ++-- src/gallium/drivers/nv50/nv50_shader_state.c |2 +- src/gallium/drivers/nv50/nv50_vbo.c