Brian Paul
|
01bf004d8b
|
docs: initial release notes for 7.7.1
|
15 年之前 |
Vinson Lee
|
6130bb1391
|
mesa: Prevent possible array out-of-bounds access by _mesa_light.
|
15 年之前 |
Brian Paul
|
e661bf5018
|
mesa: regenerated enums.c file
|
15 年之前 |
Brian Paul
|
707faf65c8
|
glapi: comment-out TIMEOUT_IGNORED
This is not really a GLenum value.
|
15 年之前 |
Brian Paul
|
f52dd2ab33
|
glsl: use varName variable in _slang_gen_assignment()
|
15 年之前 |
Michel Dänzer
|
1e414df894
|
st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.
This was already done in st_TexImage() but was missed between incremental
changes to st_TexSubimage().
|
15 年之前 |
Michel Dänzer
|
acd1451393
|
svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.
|
15 年之前 |
Michel Dänzer
|
c114f000df
|
st/xorg: Proper calculation of screen pitch.
|
15 年之前 |
Michel Dänzer
|
8282185752
|
vmware/xorg: Fix SCons build.
|
15 年之前 |
Vinson Lee
|
d1e2fc19cc
|
r300: Use C-style comments.
|
15 年之前 |
Vinson Lee
|
8a29e3f8e8
|
progs/egl: Silence uninitialized variable warnings.
|
15 年之前 |
Vinson Lee
|
3ea5a95078
|
progs/samples: Silence compiler warnings.
|
15 年之前 |
Vinson Lee
|
b14cbfaebc
|
r300: Silence 'mixed declarations and code' warnings.
|
15 年之前 |
Vinson Lee
|
0214b7b3c1
|
r300: Silence 'mixed declarations and code' warning.
|
15 年之前 |
Vinson Lee
|
58531029e6
|
r300: Silence 'mixed declarations and code' warning.
|
15 年之前 |
Vinson Lee
|
3e196f433d
|
r300g: Silence 'mixed declarations and code' warning.
|
15 年之前 |
Vinson Lee
|
fe3ea299bf
|
r300g: Remove comma at end of enumerator list.
|
15 年之前 |
Vinson Lee
|
0bfc579bd4
|
llvmpipe: Remove comma at end of enumerator list.
|
15 年之前 |
José Fonseca
|
eb5d9e6f70
|
mesa: Cope with the degenerate case of zero length ranges.
Fixes assertion failures on glean's bufferObject test.
|
15 年之前 |
José Fonseca
|
f3739bdb60
|
gdi: Don't generate import libraries for opengl32.dll.
Both MinGW and MSVC include opengl32 import libraries, and its safer to
always use those.
|
15 年之前 |
Jeremy Huddleston
|
287cbba9b7
|
apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
|
15 年之前 |
Jeremy Huddleston
|
32305e3a9f
|
glxcmds: Fix comment about __DRI_ALLOCATE
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
|
15 年之前 |
Vinson Lee
|
1d95544446
|
trace: Remove comma at end of enumerator list.
|
15 年之前 |
José Fonseca
|
66c1de77ed
|
rtasm: Play nicely with Windows's Data Execution Prevention.
|
15 年之前 |
Vinson Lee
|
1da47ac20e
|
progs/vp: Ensure null-terminated byte string.
|
15 年之前 |
Vinson Lee
|
c9c6e9a39e
|
progs/tests: Silence uninitialized variable warning.
|
15 年之前 |
Vinson Lee
|
32d18924df
|
progs/tests: Silence warn_unused_result warning.
|
15 年之前 |
Vinson Lee
|
d27effbfd8
|
i810: Fix include recursion.
|
15 年之前 |
Vinson Lee
|
94c5faad26
|
sis: ifdef out unused variable.
Silences GCC warning.
|
15 年之前 |
Vinson Lee
|
d2758f3b74
|
st/xorg: Ensure null-terminated byte string.
|
15 年之前 |
Vinson Lee
|
be6fb5c083
|
r300g: Use C-style comments.
|
15 年之前 |
Vinson Lee
|
fe27b07b0f
|
glu/sgi: Initialize members of struct O_curve.
|
15 年之前 |
José Fonseca
|
cdb445f3a9
|
svga: Use a shader id as low as possible.
|
15 年之前 |
José Fonseca
|
904917dcc6
|
util: Minor enhancements/corrections to the bitmask logic.
|
15 年之前 |
José Fonseca
|
da6a80301b
|
svga: Rename error labels.
Make it easier to insert/remove error branches.
|
15 年之前 |
Vinson Lee
|
386f91eec3
|
glu/sgi: Initialize members of struct O_surface.
|
15 年之前 |
Vinson Lee
|
ba9dc26eec
|
glu/sgi: Initialize member of struct O_trim.
|
15 年之前 |
Vinson Lee
|
37e5626111
|
glu/sgi: Initialize member of struct Property.
|
15 年之前 |
Vinson Lee
|
646c8ce032
|
progs/samples: 'Silence no previous prototype' warnings.
|
15 年之前 |
Vinson Lee
|
2c64e4c50e
|
glu/sgi: Initialize member of struct Dlnode.
|
15 年之前 |
Vinson Lee
|
64a1961011
|
glu/sgi: Initialize members of struct O_nurbscurve.
|
15 年之前 |
Vinson Lee
|
fab161f287
|
x86: Silence printf format warnings.
|
15 年之前 |
Vinson Lee
|
ad9defdd9c
|
progs/rbug: s/wait/rbug_wait/
wait conflicts with wait in /usr/include/sys/wait.h.
|
15 年之前 |
Vinson Lee
|
3ae37da611
|
llvmpipe: Silence uninitialized variable warning.
|
15 年之前 |
Vinson Lee
|
fd237a879f
|
llvmpipe: Use C-style comment.
|
15 年之前 |
Vinson Lee
|
dac82c378a
|
gallium/util: Silence format warnings.
|
15 年之前 |
Vinson Lee
|
88bd32383a
|
ARB prog parser: Silence unused variable warnings.
|
15 年之前 |
Vinson Lee
|
7df06e7e9d
|
gallium/util: Replace h_addr with h_addr_list[0].
Fixes compilation error on Mac OS.
|
15 年之前 |
Vinson Lee
|
a349687d49
|
glu/sgi: Initialize members of class Knotvector.
|
15 年之前 |
Vinson Lee
|
5d3d202ac9
|
glu/sgi: Initialize member of struct Property.
|
15 年之前 |