Dave Airlie
753f0a1dea
r600: fix glFrontFace(GL_CW)
fd.o bug #25290
Suggested fix from Rafael Monica
15 年之前
Younes Manton
ace937f165
st/mesa: Check for single level mipmap trees.
The assert in util_gen_mipmap() caught it, although
it does the right thing anyway.
15 年之前
Jeremy Huddleston
b96a5df514
darwin: mklib: Use lipo rather than file to figure out architectures of object files
(cherry picked from commit ad7f9d71e2
)
15 年之前
Jeremy Huddleston
f926eff263
darwin: Cleanup CPPFLAGS a bit
(cherry picked from commit 4a1e103858
)
15 年之前
Vinson Lee
0dd9513874
progs/tests: Silence compiler warnings.
15 年之前
Vinson Lee
d87d71036c
progs/trivial: Use C-style comments.
15 年之前
Vinson Lee
3340fd65fb
progs/xdemos: Use C-style comment.
15 年之前
Vinson Lee
695adf41e2
progs/demos: Silence compiler warning in morph3d.c.
15 年之前
Vinson Lee
121ff55d81
progs/glsl: Use C-style comments.
15 年之前
Vinson Lee
41377942d3
progs/demos: Use C-style comment.
15 年之前
Brian Paul
0478b745fe
glsl: clear out shader code before compiling
When we start compiling a shader, first free the existing gl_program.
This (mostly) fixes the piglit glsl-reload-source test.
Without this change, we were actually appending the new GPU code
onto the previous program.
15 年之前
Alex Deucher
20ee275974
r600: Invert front face winding when rendering to FBO
fixes fdo bug 25679
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
15 年之前
Ian Romanick
aeea8a07b8
mesa: set version string to 7.6.1-rc4
15 年之前
Brian Paul
8a09e6e2ad
mesa: add missing semicolon
See bug 25663.
15 年之前
Brian Paul
35ff190a9c
docs: document 7.6.1 BlueGene fixes
15 年之前
Brian Paul
138d639ec9
mesa: test for __blrts for CPU_TO_LE32()
See bug 25663.
15 年之前
Brian Paul
a43fc39585
mesa: no dlopen on BlueGene
See bug 25663.
15 年之前
Brian Paul
6f202b53b0
mesa: remove //-style comments
15 年之前
Brian Paul
ddfc2e7439
st/mesa: remove //-style comments
15 年之前
Vinson Lee
dc0a1ebc73
unichrome: Silence compiler warnings.
15 年之前
Vinson Lee
a60457b03b
sis: Silence compiler warnings.
15 年之前
Vinson Lee
7e3825abdb
savage: Silence compiler warnings.
15 年之前
Vinson Lee
ca02109e91
r128: Silence uninitialized variable warnings in r128_tris.c.
15 年之前
Vinson Lee
7430c3ac35
dri: Initialize variable in driBindContext.
15 年之前
Ian Romanick
f23d01e726
intel: Fallback to software if drawable size is > MaxRenderbufferSize
This prevents the mystery blank window if, for example, glxgears is
resized larger than 2048 wide on 915. Since the Intel drivers in Mesa
7.6 lack GTT mapped fallbacks, the performance is a slideshow at
best. On Mesa 7.7 and later the performance is much better.
15 年之前
Vinson Lee
987e9188d2
x86: ifdef out unused function cptr.
15 年之前
Matthew Bell
22d2547ad1
mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/Makefile
15 年之前
Vinson Lee
0a8d508854
progs/trivial: Silence compiler warnings.
15 年之前
Vinson Lee
6e5fe39f50
mga: Silence uninitialized variable warnings.
15 年之前
Vinson Lee
b18fa9f448
mach64: Silence uninitialized variable warnings.
15 年之前
Vinson Lee
6c9870b54c
i810: Silence uninitialized variable warnings in i180tris.c
15 年之前
Vinson Lee
555dc25c4c
swrast: Silence uninitialized variable warnings in s_triangle.c
15 年之前
Vinson Lee
aa44efb045
st/mesa: Silence uninitialized variables warnings in st_draw.c.
15 年之前
Vinson Lee
0aef54ba62
swrast: Silence uninitialized variable warnings in ss_tritmp.h.
15 年之前
Vinson Lee
89d85e8170
glut: Prevent potential double free in menuVisualSetup.
15 年之前
Vinson Lee
20590b9733
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
15 年之前
Vinson Lee
cd1a09e3bb
glsl: Initialize member label of struct slang_operation to NULL.
15 年之前
Vinson Lee
f8d4ac56f7
softpipe: Initialize source in blend_quad.
15 年之前
Vinson Lee
7ea452dd35
t_dd_dmatmp2.h: Silence unused value warnings.
15 年之前
Vinson Lee
75e8dbb235
i915g: Silence unused value warning in intel_drm_get_device_id.
15 年之前
Vinson Lee
9dc018618d
t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.
15 年之前
Vinson Lee
af4e4a73f7
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
15 年之前
Vinson Lee
588e9f69c4
progs/trivial: Silence compiler warnings in tri-blend-min.c.
15 年之前
Vinson Lee
de9132f274
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
15 年之前
Vinson Lee
1e444c9960
swrast: Initialize tex_coords in handle_sample_op.
15 年之前
Vinson Lee
c1d361bd0b
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
15 年之前
Vinson Lee
786899f153
progs/trivial: Silence compiler warnings in tri-blend-max.c
15 年之前
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 年之前