- Dec 11, 2009
-
-
Brice Goglin authored
-
Brice Goglin authored
-
Brice Goglin authored
-
git://anongit.freedesktop.org/mesa/mesaBrice Goglin authored
Conflicts: progs/tests/Makefile progs/tests/prog_parameter.c
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
If a register was only being used as a destination (as will happen when generated condition-codes) we missed its use. So we'd errantly return a register index that was really in-use, not free. Fixes bug 25579.
-
-
Brice Goglin authored
-
Brice Goglin authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
For some cases, _mesa_GetIntegerv reads up to params[15].
-
- Dec 10, 2009
-
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
_mesa_TexGend calls _mesa_TexGenfv, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_Lighti calls _mesa_Lightiv, which uses the params argument as an array.
-
Vinson Lee authored
-
- Dec 09, 2009
-
-
Vinson Lee authored
_mesa_PointParameteri calls _mesa_PointParameterfv, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_PointParameterf calls _mesa_PointParameterfv, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_LightModelf calls _mesa_LightModelfv, which uses the params argument as an array.
-
Vinson Lee authored
-
Brian Paul authored
This fixes invalid array indexing when baseLevel == MAX_TEXTURE_LEVELS. See bug 25528.
-
Andre Maasikas authored
-
Vinson Lee authored
_mesa_LightModeli calls _mesa_LightModeliv, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_Fogf calls _mesa_Fogfv, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_TexParameteri calls set_tex_parameteri, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_Fogi calls _mesa_Fogfv, which uses the params argument as an array.
-
- Dec 08, 2009
-
-
Vinson Lee authored
_mesa_TexParameteri calls set_tex_parameterf, which uses the params argument as an array.
-
Vinson Lee authored
_mesa_TexParameterfv calls set_tex_parameteri, which uses the params argument as an array.
-
Brian Paul authored
Fixes bug 25525. Plus, the GL_NV_vertex_program evaluators alias and override the convential evaluator maps, so set their state after the conventional maps.
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
Silences uninitialized variable warning.
-
Andre Maasikas authored
makes testing other things easier - does not hang the card TODO: enable TEX dependency tracking in vertex programs
-
Andre Maasikas authored
First time around render targets are not enabled yet (done in r700SendRenderTargetState) so blend state is not emitted for any targets. Affects first glClear in some mesa tests. As a quick fix reorder state emit so that target is set first
-
Vinson Lee authored
-