Vinson Lee
7d529736b9
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.
15 лет назад
Vinson Lee
c2cee7741e
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
15 лет назад
Vinson Lee
15c6558a2e
progs/xdemos: Silence compiler warnings in glxinfo.c.
15 лет назад
Vinson Lee
d5be33477e
progs/tests: Silence compiler warnings in vpeval.c.
15 лет назад
Vinson Lee
44d6ab6de5
progs/tests: Silence compiler warnings in cva.c.
15 лет назад
Vinson Lee
9e2eee4ab2
progs/redbook: Silence compiler warnings in aaindex.c.
15 лет назад
Vinson Lee
81dcf8bdf2
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
15 лет назад
Brian Paul
7d41b4248b
docs: updated 7.6.1 relnotes with GLSL fixes
15 лет назад
Brian Paul
d8f8eca9ef
mesa: remove unnecessary loop in _mesa_remove_output_reads()
15 лет назад
Brian Paul
5076a4f53a
mesa: check dst reg in _mesa_find_free_register()
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.
15 лет назад
Aurelien Jarno
f7f1211b9b
sparc: additional preprocessor test for SPARC 64-bit
15 лет назад
Vinson Lee
94fba49be9
mesa: Initialize variable in MatchInstruction.
15 лет назад
Vinson Lee
e31df54754
mesa: Assign _mesa_lookup_parameter_index return value to GLint.
15 лет назад
Vinson Lee
cb1dcb55f9
i915: Add missing break statement in i915_debug_packet.
15 лет назад
Vinson Lee
d38ffed523
glsl: Increase size of array in_slang_lookup_constant from 4 to 16.
For some cases, _mesa_GetIntegerv reads up to params[15].
15 лет назад
Vinson Lee
1cf60c9810
progs/samples: Byte swap individual members of struct _rawImageRec.
15 лет назад
Vinson Lee
bc0509bba8
progs/util: Byte swap individual members of struct _rawImageRec.
15 лет назад
Vinson Lee
51f52edaf1
glsl: Fix array out-of-bounds access by _slang_lookup_constant.
15 лет назад
Vinson Lee
dcb4a37fc8
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
15 лет назад
Vinson Lee
b827578805
mesa: Fix array out-of-bounds access by _mesa_TexGend.
_mesa_TexGend calls _mesa_TexGenfv, which uses the params argument
as an array.
15 лет назад
Vinson Lee
444d1f3910
mesa: Fix array out-of-bounds access by _mesa_Lighti.
_mesa_Lighti calls _mesa_Lightiv, which uses the params argument
as an array.
15 лет назад
Vinson Lee
34528a34c4
mesa: Fix array out-of-bounds access by _mesa_Lightf.
15 лет назад
Vinson Lee
348883076b
mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
_mesa_PointParameteri calls _mesa_PointParameterfv, which uses the
params argument as an array.
15 лет назад
Vinson Lee
6f2d51b81f
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
_mesa_PointParameterf calls _mesa_PointParameterfv, which uses the
params argument as an array.
15 лет назад
Vinson Lee
637970aefd
mesa: Fix array out-of-bounds access by _mesa_LightModelf.
_mesa_LightModelf calls _mesa_LightModelfv, which uses the
params argument as an array.
15 лет назад
Vinson Lee
a082d965de
glsl: Remove unused member x from struct slang_operation.
15 лет назад
Brian Paul
3de8fff45d
mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
This fixes invalid array indexing when baseLevel == MAX_TEXTURE_LEVELS.
See bug 25528.
15 лет назад
Andre Maasikas
33a120e476
r600: fix state size prediction after dc0777d3
15 лет назад
Vinson Lee
af16c822a5
mesa: Fix array out-of-bounds access by _mesa_LightModeli.
_mesa_LightModeli calls _mesa_LightModeliv, which uses the
params argument as an array.
15 лет назад
Vinson Lee
d33bf38d63
mesa: Fix array out-of-bounds access by _mesa_Fogf.
_mesa_Fogf calls _mesa_Fogfv, which uses the params argument
as an array.
15 лет назад
Vinson Lee
3f7c2ac279
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
_mesa_TexParameteri calls set_tex_parameteri, which uses the
params argument as an array.
15 лет назад
Vinson Lee
7f146b3824
mesa: Fix array out-of-bounds access by _mesa_Fogi.
_mesa_Fogi calls _mesa_Fogfv, which uses the params argument
as an array.
15 лет назад
Vinson Lee
a1d46fbea0
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
_mesa_TexParameteri calls set_tex_parameterf, which uses the
params argument as an array.
15 лет назад
Vinson Lee
d88f3b9468
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
_mesa_TexParameterfv calls set_tex_parameteri, which uses the
params argument as an array.
15 лет назад
Brian Paul
54b0ed8360
vbo: fix array index out of bounds error, and fix evaluator priorities
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.
15 лет назад
Vinson Lee
1de1deffce
i915g: Fix memory leak when pci id is unknown.
15 лет назад
Vinson Lee
7e93e06781
i915g: Add missing break statement in i915_debug_packet.
15 лет назад
Vinson Lee
7f8e22aa29
rbug: Initialize variable in rbug_get_message.
Silences uninitialized variable warning.
15 лет назад
Andre Maasikas
369669ff9a
r600: add support for TXB instruction
makes testing other things easier - does not hang the card
TODO: enable TEX dependency tracking in vertex programs
15 лет назад
Andre Maasikas
dc0777d3e3
r600: reorder state for render_target and blend
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
16 лет назад
Vinson Lee
add6dfbba6
llvmpipe: Initialize variables in emit_instruction.
15 лет назад
Vinson Lee
3e8b2fda21
progs/test: Initialize variable in prog_parameter.
Silences uninitialized variable compiler warning.
15 лет назад
Ian Romanick
9dbd47fc6b
mesa: set version string to 7.6.1-rc3
15 лет назад
Vinson Lee
7d84169865
progs/demos: Fix memory leak in projtex.c.
15 лет назад
Vinson Lee
7005f7cd1a
st/egl: Fix memory leak in egl_tracker.c.
(cherry picked from commit 052b127842
)
16 лет назад
Vinson Lee
c994f08eb1
dri: Fix potential null pointer dereference in driBindContext.
(cherry picked from commit 919898e92f
)
15 лет назад
Vinson Lee
f622b649fb
dri: Fix potential null pointer deference in dri_put_drawable.
(cherry picked from commit 364070b1f2
)
16 лет назад
Vinson Lee
76b3523d75
glx: Prevent potential null pointer deference in driCreateContext.
(cherry picked from commit 4b0b250aae
)
16 лет назад
Vinson Lee
978b80c8e3
progs/tests: Add tests to Makefile.
(cherry picked from commit 76d2ec3a0a
)
16 лет назад
Vinson Lee
3cd745515e
draw: Initialize variable in draw_pt.c.
(cherry picked from commit ea98e9820d
)
16 лет назад