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.
15 years ago
Vinson Lee
6e0584932b
mesa: Silence unused variable warning.
15 years ago
Vinson Lee
5b2713c92a
progs/glsl: Provide a better fix for fgets warning.
15 years ago
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>.
15 years ago
Vinson Lee
de95e5768b
glu/sgi: Initialize members of struct O_nurbssurface.
15 years ago
Vinson Lee
ac21edff1c
tdfx: Silence uninitialized variable warning.
15 years ago
Vinson Lee
0ab29d2b35
progs/glsl: Silence compiler warnings.
15 years ago
Vinson Lee
70bbe22366
glu/sgi: Silence warn_unused_result warnings.
15 years ago
Vinson Lee
31263f41a0
st/xorg: Use C-style comments.
15 years ago
Vinson Lee
97b899374c
glu/sgi: Initialize member of struct GridVertex.
15 years ago
Jakob Bornecrantz
5169775345
st/xorg: Fix warning and add a TODO comment
15 years ago
Jakob Bornecrantz
d34fdf149d
st/xorg: On close wait on fences and then destroy the screen
15 years ago
Jakob Bornecrantz
5fdc4f732f
st/xorg: Be proper with pipe pointers on close in exa
15 years ago
Jakob Bornecrantz
53e314cb80
st/xorg: Make sure we don't overrun the fence array in block handler
15 years ago
Vinson Lee
3bcf7d7d7b
glu/sgi: Initialize member variables in class Varray.
15 years ago
Vinson Lee
a7db305c2f
glu/sgi: Initialize member of class monoChain.
15 years ago
Vinson Lee
5060fb428d
glu/sgi: Initialize members of class sampledLine.
15 years ago
Vinson Lee
495b8f8f7a
glu/sgi: Initialize members of class directedLine.
15 years ago
Vinson Lee
62a0d4ef7f
mesa: Initialize variable in get_tex_color_index.
15 years ago
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.
15 years ago
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.
15 years ago
Vinson Lee
b4658dbf04
st/egl: Move declaration before code.
15 years ago
Vinson Lee
c67bb15d4e
intel: Silence compiler warnings.
15 years ago
Vinson Lee
46c2196de3
llvmpipe: Fix assert.
15 years ago
Vinson Lee
e049ddb754
llvmpipe: Silence compiler warnings.
15 years ago
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.
15 years ago
Vinson Lee
31d1822473
llvmpipe: Silence compiler warnings.
15 years ago
Vinson Lee
c441386b0c
st/xorg: Silence unused variable warnings.
15 years ago
Vinson Lee
aa0437532e
g3dvl: Silence compiler warnings.
15 years ago
Vinson Lee
bf63b9d7a9
st/vega: Silence compiler warnings.
15 years ago
Vinson Lee
9d3092d134
gallium/xlib: Silence unused variable warning.
15 years ago
Vinson Lee
d1f64fa72f
trace: Silence unused variable warnings.
15 years ago
Vinson Lee
f31f9cf485
i915g: Silence unused variable warning.
15 years ago
Vinson Lee
3a2f96f18a
softpipe: Silence unintialized variable warnings.
15 years ago
Vinson Lee
180ccffe55
softpipe: Silence unused variable warning.
15 years ago
Vinson Lee
0463ee64e3
tgsi/ureg: Silence uninitialized variable warnings.
15 years ago
Brian Paul
b0d5e44f24
docs: insert 7.7 release date
15 years ago
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
15 years ago
Brian Paul
da876fa3a5
docs: insert 7.6.1 release date
15 years ago
Brian Paul
7831515e69
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
15 years ago
Vinson Lee
331e910b5c
gallium/util: Remove comma at end of enumerator list.
15 years ago
Vinson Lee
3c2fd1bae0
rbug: Remove comma at end of enumerator list.
15 years ago
Vinson Lee
f8ca25e02f
rbug: Remove comma at end of enumerator list.
15 years ago
Vinson Lee
fc11424bcd
mesa: Remove comma at end of enumerator list.
15 years ago
Vinson Lee
309c156bae
i915: Fix assert.
15 years ago
Vinson Lee
e81fe088f4
progs/demos: Silence warn_unused_result warnings.
15 years ago
Vinson Lee
cdc69e3469
progs/util: Silence warn_unused_result warnings.
15 years ago
Vinson Lee
cd59e6f553
intel: Silence implicit function declaration warning.
15 years ago
Vinson Lee
67a4abcc3b
glu/sgi: Fix include recursion.
arcsorter.h should not include itself.
15 years ago
Vinson Lee
2447786ed0
i965: Fix assert.
15 years ago