Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | mesa: Remove unnecessary headers from texformat.c. | Vinson Lee | |
2010-01-18 | mesa: Remove unnecessary headers from texgetimage.c. | Vinson Lee | |
2010-01-17 | mesa: Remove unnecessary header from teximage.c. | Vinson Lee | |
2010-01-17 | mesa: Remove unnecessary header from texobj.c. | Vinson Lee | |
2010-01-17 | mesa: Remove unnecessary header from texparam.c. | Vinson Lee | |
2010-01-17 | mesa: Remove unnecessary headers from texstate.c. | Vinson Lee | |
2010-01-17 | mesa: Use preprocessor to comment out code. | Vinson Lee | |
2010-01-17 | mesa: Remove unnecessary headers from vtxfmt.c. | Vinson Lee | |
2010-01-05 | mesa: bump version to 7.7.1-DEVEL | Brian Paul | |
2010-01-04 | mesa: add missing _mesa_lock_texture() call | Brian Paul | |
2010-01-04 | mesa: added GL_DU8DV8_ATI in extract_float_rgba() | Brian Paul | |
Fixes warning seen with Shadowgrounds. See bug 24016. | |||
2010-01-04 | mesa: Prevent possible array out-of-bounds access by _mesa_light. | Vinson Lee | |
2010-01-04 | mesa: regenerated enums.c file | Brian Paul | |
2010-01-03 | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-12-31 | mesa: Silence unused variable warning. | Vinson Lee | |
2009-12-29 | mesa: Initialize variable in get_tex_color_index. | Vinson Lee | |
2009-12-21 | mesa: set version string to 7.7 | Ian Romanick | |
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h | |||
2009-12-16 | mesa: set version string to 7.6.1-rc4 | Ian Romanick | |
2009-12-16 | mesa: add missing semicolon | Brian Paul | |
See bug 25663. | |||
2009-12-16 | mesa: test for __blrts for CPU_TO_LE32() | Brian Paul | |
See bug 25663. | |||
2009-12-16 | mesa: no dlopen on BlueGene | Brian Paul | |
See bug 25663. | |||
2009-12-10 | mesa: Fix array out-of-bounds access by _mesa_TexParameteriv. | Vinson Lee | |
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_TexGend. | Vinson Lee | |
_mesa_TexGend calls _mesa_TexGenfv, which uses the params argument as an array. | |||
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_Lighti. | Vinson Lee | |
_mesa_Lighti calls _mesa_Lightiv, which uses the params argument as an array. | |||
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_Lightf. | Vinson Lee | |
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_PointParameteri. | Vinson Lee | |
_mesa_PointParameteri calls _mesa_PointParameterfv, which uses the params argument as an array. | |||
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_PointParameterf. | Vinson Lee | |
_mesa_PointParameterf calls _mesa_PointParameterfv, which uses the params argument as an array. | |||
2009-12-09 | mesa: Fix array out-of-bounds access by _mesa_LightModelf. | Vinson Lee | |
_mesa_LightModelf calls _mesa_LightModelfv, which uses the params argument as an array. | |||
2009-12-09 | mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test | Brian Paul | |
This fixes invalid array indexing when baseLevel == MAX_TEXTURE_LEVELS. See bug 25528. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_LightModeli. | Vinson Lee | |
_mesa_LightModeli calls _mesa_LightModeliv, which uses the params argument as an array. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_Fogf. | Vinson Lee | |
_mesa_Fogf calls _mesa_Fogfv, which uses the params argument as an array. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_TexParameteri. | Vinson Lee | |
_mesa_TexParameteri calls set_tex_parameteri, which uses the params argument as an array. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_Fogi. | Vinson Lee | |
_mesa_Fogi calls _mesa_Fogfv, which uses the params argument as an array. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_TexParameteri. | Vinson Lee | |
_mesa_TexParameteri calls set_tex_parameterf, which uses the params argument as an array. | |||
2009-12-08 | mesa: Fix array out-of-bounds access by _mesa_TexParameterfv. | Vinson Lee | |
_mesa_TexParameterfv calls set_tex_parameteri, which uses the params argument as an array. | |||
2009-12-07 | mesa: set version string to 7.6.1-rc3 | Ian Romanick | |
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee | |
_mesa_TexGenf calls _mesa_TexGenfv, which uses the params argument as an array. (cherry picked from commit ca5a7aadb4361e7d053aea8687372cd44cbd8795) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee | |
_mesa_TexGeni calls _mesa_TexGeniv, which uses the params argument as an array. (cherry picked from commit d55fb7c835b56951f05a058083e7eda264ba192e) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee | |
_mesa_TexParameterf calls set_tex_parameterf, which uses the params argument as an array. (cherry picked from commit 270d36da146b899d39e08f830fe34b63833a3731) | |||
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee | |
_mesa_TexParameterf calls set_tex_parameteri, which uses the params argument as an array. (cherry picked from commit a201dfb6bf28b89d6f511c2ec9ae0d81ef18511d) | |||
2009-12-04 | mesa: Fix array out-of-bounds access in _mesa_TexEnvf. | Vinson Lee | |
_mesa_TexEnvf calls _mesa_TexEnvfv, which uses the param argument as an array. (cherry picked from commit a11d60d14caf8efc07f70af63b57b33273f8cf9b) | |||
2009-11-30 | mesa: set version string to 7.6.1-rc2 | Ian Romanick | |
2009-11-25 | Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors | Ian Romanick | |
This enum is only supported for OpenGL 2.0. If a driver supports OpenGL 1.4 and GL_ARB_point_sprite, using this enum should generate an error. This is important because, for example, i915 and i830 can support GL_ARB_point_sprite, but they cannot support GL_POINT_SPRITE_COORD_ORIGIN. This commit just removes the check for NV_point_sprite, which is completely wrong, and add some comments describing what the code should do. I don't see an easy way to check for version >= 2.0 from inside Mesa. Perhaps we should add an extension GL_MESA_point_sprite_20 (like Intel's old GL_EXT_packed_pixels_12) to indicate that this added bit of functionality is available. Also note that glean's pointSprite test only checks for GL_ARB_point_sprite before trying to use GL_POINT_SPRITE_COORD_ORIGIN. Naturally, that fails on non-2.0 implementations (i.e., Mac OS X on GMA 950). | |||
2009-11-19 | mesa: define 32bit byteswap for AIX. | Tom Fogal | |
Fixes `xlib' driver build on AIX. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-11-18 | mesa: set version string to 7.6.1-rc1 | Brian Paul | |
2009-11-04 | mesa: added cast to silence warning | Brian Paul | |
2009-11-04 | mesa: fix broken pack_histogram() case for GLhalf | Brian Paul | |
2009-11-04 | mesa: silence warning from gcc 4.4.1 | Brian Paul | |
2009-11-03 | mesa: (GLint64) casts in get.c to silence Visual Studio warnings | Brian Paul | |
Revised version of a patch from Karl Schultz. |