Vinson Lee
646c8ce032
progs/samples: 'Silence no previous prototype' warnings.
2010-01-01 17:54:11 -08:00
Vinson Lee
2c64e4c50e
glu/sgi: Initialize member of struct Dlnode.
2010-01-01 17:25:16 -08:00
Vinson Lee
64a1961011
glu/sgi: Initialize members of struct O_nurbscurve.
2010-01-01 17:19:27 -08:00
Vinson Lee
fab161f287
x86: Silence printf format warnings.
2010-01-01 17:06:16 -08:00
Vinson Lee
ad9defdd9c
progs/rbug: s/wait/rbug_wait/
...
wait conflicts with wait in /usr/include/sys/wait.h.
2010-01-01 16:25:37 -08:00
Vinson Lee
3ae37da611
llvmpipe: Silence uninitialized variable warning.
2010-01-01 16:03:53 -08:00
Vinson Lee
fd237a879f
llvmpipe: Use C-style comment.
2010-01-01 15:38:19 -08:00
Vinson Lee
dac82c378a
gallium/util: Silence format warnings.
2010-01-01 15:32:52 -08:00
Vinson Lee
88bd32383a
ARB prog parser: Silence unused variable warnings.
2010-01-01 15:12:58 -08:00
Vinson Lee
7df06e7e9d
gallium/util: Replace h_addr with h_addr_list[0].
...
Fixes compilation error on Mac OS.
2010-01-01 15:01:22 -08:00
Vinson Lee
a349687d49
glu/sgi: Initialize members of class Knotvector.
2010-01-01 14:46:30 -08:00
Vinson Lee
5d3d202ac9
glu/sgi: Initialize member of struct Property.
2010-01-01 14:39:16 -08:00
Brian Paul
195e7657e2
swrast: use different temp array in _swrast_get_dest_rgba()
...
When using multiple color drawbuffers with blending/logicop/masking we
were overwriting color values which we still needed.
2009-12-31 08:44:27 -07:00
Vinson Lee
6e0584932b
mesa: Silence unused variable warning.
2009-12-31 00:07:47 -08:00
Vinson Lee
5b2713c92a
progs/glsl: Provide a better fix for fgets warning.
2009-12-30 12:38:21 -08:00
Brian Paul
f00bf0598c
st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()
...
Fixes progs/demos/fbotexture on Nouveau.
Patch submitted by Luca Barbieri <luca@luca-barbieri.com>.
2009-12-29 23:31:43 -07:00
Vinson Lee
de95e5768b
glu/sgi: Initialize members of struct O_nurbssurface.
2009-12-29 22:29:53 -08:00
Vinson Lee
ac21edff1c
tdfx: Silence uninitialized variable warning.
2009-12-29 21:34:06 -08:00
Vinson Lee
0ab29d2b35
progs/glsl: Silence compiler warnings.
2009-12-29 21:11:37 -08:00
Vinson Lee
70bbe22366
glu/sgi: Silence warn_unused_result warnings.
2009-12-29 21:03:23 -08:00
Vinson Lee
31263f41a0
st/xorg: Use C-style comments.
2009-12-29 20:56:47 -08:00
Vinson Lee
97b899374c
glu/sgi: Initialize member of struct GridVertex.
2009-12-29 20:45:24 -08:00
Jakob Bornecrantz
5169775345
st/xorg: Fix warning and add a TODO comment
2009-12-30 05:08:41 +01:00
Jakob Bornecrantz
d34fdf149d
st/xorg: On close wait on fences and then destroy the screen
2009-12-30 05:01:09 +01:00
Jakob Bornecrantz
5fdc4f732f
st/xorg: Be proper with pipe pointers on close in exa
2009-12-30 05:00:30 +01:00
Jakob Bornecrantz
53e314cb80
st/xorg: Make sure we don't overrun the fence array in block handler
2009-12-30 04:22:12 +01:00
Vinson Lee
3bcf7d7d7b
glu/sgi: Initialize member variables in class Varray.
2009-12-29 17:46:42 -08:00
Vinson Lee
a7db305c2f
glu/sgi: Initialize member of class monoChain.
2009-12-29 17:35:22 -08:00
Vinson Lee
5060fb428d
glu/sgi: Initialize members of class sampledLine.
2009-12-29 17:22:11 -08:00
Vinson Lee
495b8f8f7a
glu/sgi: Initialize members of class directedLine.
2009-12-29 14:28:33 -08:00
Vinson Lee
62a0d4ef7f
mesa: Initialize variable in get_tex_color_index.
2009-12-29 13:38:02 -08:00
Brian Paul
4f481cb87a
glsl: added uniform initializer check
...
GLSL 1.10 disallows initializers for uniforms but GLSL 1.20 and later
allows them. This patch uses the #version directive to allow/disallow
uniform initializers.
This addresses bug 25807, but piglit also needs to be fixed to specify
the GLSL version in the shader.
2009-12-29 10:11:29 -07:00
Brian Paul
639e7a140e
ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots
...
This function will search the constant parameters in an effort to re-use
constant slots. For example, {1,2,3,4} and {4,1,1,2} can be stored in
one constant slot and accessed with different swizzles. The swizzle info
must be propogated though the parsing code in a few places.
Fixes Piglit "vpfp-generic tests/shaders/generic/big-param.vpfp" failure.
2009-12-29 09:08:02 -07:00
Vinson Lee
b4658dbf04
st/egl: Move declaration before code.
2009-12-28 19:09:33 -08:00
Vinson Lee
c67bb15d4e
intel: Silence compiler warnings.
2009-12-28 18:46:15 -08:00
Vinson Lee
46c2196de3
llvmpipe: Fix assert.
2009-12-28 18:07:09 -08:00
Vinson Lee
e049ddb754
llvmpipe: Silence compiler warnings.
2009-12-28 18:05:30 -08:00
Keith Whitwell
f0ba7d897d
util: better fix for unused variable warnings with asserts
...
Modify the non-debug (ie disabled) version of assert to expose the
value in the expression to the compiler (avoiding the unused variable
messages) while still expanding to a noop.
2009-12-28 11:06:11 +00:00
Vinson Lee
31d1822473
llvmpipe: Silence compiler warnings.
2009-12-28 00:44:30 -08:00
Vinson Lee
c441386b0c
st/xorg: Silence unused variable warnings.
2009-12-27 23:02:55 -08:00
Vinson Lee
aa0437532e
g3dvl: Silence compiler warnings.
2009-12-27 22:49:49 -08:00
Vinson Lee
bf63b9d7a9
st/vega: Silence compiler warnings.
2009-12-27 22:39:31 -08:00
Vinson Lee
9d3092d134
gallium/xlib: Silence unused variable warning.
2009-12-27 22:18:18 -08:00
Vinson Lee
d1f64fa72f
trace: Silence unused variable warnings.
2009-12-27 18:12:58 -08:00
Vinson Lee
f31f9cf485
i915g: Silence unused variable warning.
2009-12-27 18:09:58 -08:00
Vinson Lee
3a2f96f18a
softpipe: Silence unintialized variable warnings.
2009-12-27 18:06:02 -08:00
Vinson Lee
180ccffe55
softpipe: Silence unused variable warning.
2009-12-27 17:52:47 -08:00
Vinson Lee
0463ee64e3
tgsi/ureg: Silence uninitialized variable warnings.
2009-12-27 17:40:48 -08:00
Brian Paul
b0d5e44f24
docs: insert 7.7 release date
2009-12-27 15:33:25 -07:00
Brian Paul
d0b7ff551a
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
...
Conflicts:
src/gallium/auxiliary/util/u_network.c
src/gallium/auxiliary/util/u_network.h
src/gallium/drivers/i915/i915_state.c
src/gallium/drivers/trace/tr_rbug.c
src/gallium/state_trackers/vega/bezier.c
src/gallium/state_trackers/vega/vg_context.c
src/gallium/state_trackers/xorg/xorg_crtc.c
src/gallium/state_trackers/xorg/xorg_driver.c
src/gallium/winsys/xlib/xlib_brw_context.c
src/mesa/main/mtypes.h
2009-12-27 15:31:08 -07:00