[Mesa3d-dev] [Bug 24207] Extension for S3TC decompression only

2009-10-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24207 --- Comment #6 from Ian Romanick i...@freedesktop.org 2009-10-02 23:15:12 PST --- (In reply to comment #5) Anyway, we're wasting time while the solution is pretty simple: we should just ignore patents (in particular, they don't apply in

[Mesa3d-dev] [Bug 24207] Extension for S3TC decompression only

2009-10-03 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24207 --- Comment #7 from martin mn...@minimum.se 2009-10-03 01:37:41 PST --- The solution should make life easier for the end user. It's a lot easier to install an extra gstreamer codec compared to apt-get source totem and rebuilding totem with

[Mesa3d-dev] [PATCH] shader_api: Fix bounds checking of glUniform and glUniformMatrix

2009-10-03 Thread Nicolai Hähnle
glUniformMatrix() with too large count parameter could previously lead to memory corruption. Signed-off-by: Nicolai Hähnle nhaeh...@gmail.com --- src/mesa/shader/shader_api.c | 29 + 1 files changed, 21 insertions(+), 8 deletions(-) diff --git