Vinson Lee
f5ad1d0d02
i965: Add missing va_end.
15 年前
Vinson Lee
098f10c270
glsl: Initialize member a_obj of struct slang_operation.
15 年前
Vinson Lee
261c3cd530
glu/sgi: Initialize variable in directedLine.
15 年前
Vinson Lee
520955a0cd
gallium/util: Initialize variable in util_clear.
15 年前
Vinson Lee
6138145b35
glu/sgi: Silence compiler warnings.
15 年前
Vinson Lee
51dcea2aac
util: Ensure debug_dump_flags generates a null-terminated string.
15 年前
Vinson Lee
2ea061509d
st/xorg: Use C-style comments.
15 年前
Vinson Lee
15ecd0337e
st/vega: Move declaration outside for loop.
15 年前
Vinson Lee
1b0ab3e3c9
st/egl: Use C-style comments.
15 年前
Vinson Lee
6c8c1ce78b
glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.
15 年前
Vinson Lee
cf3bb0cf31
glx: Move declaration outside for loop.
15 年前
Tom Fogal
f42c861f02
Regenerate gl_mangle.h.
Signed-off-by: Brian Paul <brianp@vmware.com>
15 年前
Maarten Maathuis
8e8502bc63
gallium: only create pipe buffer when size is nonzero
- This fixes a crash upon starting spring (a rts engine/game).
Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
15 年前
Vinson Lee
57b5ca5d11
glu/sgi: Silence uninitialized variable warnings.
15 年前
Vinson Lee
19a40524d3
Add gallium to darwin config.
15 年前
Vinson Lee
aae32df718
xlib: Use C-style comments.
15 年前
Vinson Lee
b20382d477
trace: Silence uninitialized variable warnings.
15 年前
Vinson Lee
f6ca26e5a7
trace: Add PIPE_OS_APPLE.
15 年前
Vinson Lee
6ce28a755c
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
15 年前
Vinson Lee
5e73bcb396
gallium/util: Add PIPE_OS_APPLE to u_network.
15 年前
Vinson Lee
fb8bff341e
i915g: Use C-style comment.
15 年前
Vinson Lee
cf02484fb6
glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.
15 年前
Vinson Lee
c1033299e8
ffb: Silence compiler warnings.
15 年前
Brian Paul
b5ddc7821a
mesa: fix binary() function, printf format string
Need to use the constant 1ULL and 0xllx format string. This fixes incorrect
results and a NULL pointer/parameter bug.
15 年前
Vinson Lee
1bf2d78b11
progs/tests: Fix build.
15 年前
Ian Romanick
82184970d3
Add MD5 checksums for 7.6.1 release
15 年前
Ian Romanick
e9b5ed1c13
Add MD5 checksums for 7.6.1 release
15 年前
Ian Romanick
6ffed19993
Add MD5 checksums for 7.7 release
15 年前
Ian Romanick
7e210b9337
mesa: set version string to 7.7
15 年前
Ian Romanick
164b583852
intel: Bump driver date to reflect status as final Q4 driver RC
15 年前
Ian Romanick
48302e9b30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
scons/gallium.py
scons/generic.py
src/mesa/main/version.h
15 年前
Ian Romanick
75ad099d3c
mesa: set version string to 7.6.1
15 年前
Vinson Lee
982acbddab
progs/perf: Fix MSVC build.
(cherry picked from commit cbf46ed670
)
16 年前
José Fonseca
09415ca234
mesa: Fix missing finite symbol error on Windows.
Caused by some weird logic regarding the __WIN32__ define which made
the finite definition dependent on the header include order.
(cherry picked from commit 622bdecabd
)
16 年前
Michal Krol
de7021b71c
mesa: Include <unistd.h> only when one is available.
(cherry picked from commit 970823978c
)
16 年前
Vinson Lee
2b7b2b90e3
scons: Define _USE_MATH_DEFINES on MSVC.
15 年前
Brian Paul
b57abd3bea
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
configure.ac
progs/demos/morph3d.c
progs/demos/textures.c
progs/glsl/shtest.c
progs/glsl/texaaline.c
progs/tests/packedpixels.c
progs/xdemos/corender.c
src/mesa/main/version.h
15 年前
Fabio Pedretti
bf064ce0c3
configure.ac: fix for libdrm_radeon API changes.
15 年前
Fabio Pedretti
e46ad402f1
configure.ac: fix for libdrm_radeon API changes.
15 年前
Dave Airlie
bd9e0ebaff
radeon/r600: use new libdrm_radeon api
15 年前
Dave Airlie
bce03f7174
radeon: drop assert accessing cref which is meant to be hidden
15 年前
Dave Airlie
34671efa29
radeon: drop unused members of radeon_state.
15 年前
Dave Airlie
e77bfc436d
r600: move structs for legacy cmdbuf into cmdbuf C file.
these really shouldn't be exposed here
15 年前
Dave Airlie
9373287a1b
radeon/r600: use new libdrm_radeon api
15 年前
Dave Airlie
9d2910ee0f
radeon: drop assert accessing cref which is meant to be hidden
15 年前
Dave Airlie
43d8727301
radeon: drop unused members of radeon_state.
15 年前
Dave Airlie
1703628011
r600: move structs for legacy cmdbuf into cmdbuf C file.
these really shouldn't be exposed here
15 年前
Vinson Lee
07b54fe35b
progs/redbook: Silence compiler warnings.
15 年前
Brian Paul
fdae39c289
progs/perf: added check for GL_ARB_framebuffer_object
15 年前
Brian Paul
79e74cda73
progs/demos: report pixel rate in million pixels / sec
15 年前