Vinson Lee
8a29e3f8e8
progs/egl: Silence uninitialized variable warnings.
16 年之前
Vinson Lee
3ea5a95078
progs/samples: Silence compiler warnings.
16 年之前
Vinson Lee
1da47ac20e
progs/vp: Ensure null-terminated byte string.
16 年之前
Vinson Lee
c9c6e9a39e
progs/tests: Silence uninitialized variable warning.
16 年之前
Vinson Lee
32d18924df
progs/tests: Silence warn_unused_result warning.
16 年之前
Vinson Lee
646c8ce032
progs/samples: 'Silence no previous prototype' warnings.
16 年之前
Vinson Lee
ad9defdd9c
progs/rbug: s/wait/rbug_wait/
wait conflicts with wait in /usr/include/sys/wait.h.
16 年之前
José Fonseca
7bbf7f94ea
scons: Build progs together with everything else.
This is a substantial reorganization, This particular commit enables:
- building the progs for unices platforms
- glew is now built as a shared library (it is the default, and it is
inconvenient and pointless to shift away from that default)
- all progs get built by default
16 年之前
José Fonseca
58b401315b
progs: Ignore derived files.
16 年之前
Brian Paul
34075d0219
progs/tests: added test for GL_EXT_draw_buffers2
Render into two color buffers (render targets). Display half of each
buffer in the window. Use different color masks for each render target.
Only enable blending for the second render target.
16 年之前
Brian Paul
08d145e1d7
progs/tests: added conditional rendering test program
16 年之前
Vinson Lee
5b2713c92a
progs/glsl: Provide a better fix for fgets warning.
16 年之前
Vinson Lee
0ab29d2b35
progs/glsl: Silence compiler warnings.
16 年之前
Vinson Lee
e81fe088f4
progs/demos: Silence warn_unused_result warnings.
16 年之前
Vinson Lee
cdc69e3469
progs/util: Silence warn_unused_result warnings.
16 年之前
Roland Scheidegger
faae0e5da3
rbug: rename pf_is_compressed to util_format_is_compressed
16 年之前
Vinson Lee
0f6cbc55b7
progs/tests: Fix build.
(cherry picked from commit 1bf2d78b11 )
16 年之前
Vinson Lee
1bf2d78b11
progs/tests: Fix build.
16 年之前
Vinson Lee
982acbddab
progs/perf: Fix MSVC build.
(cherry picked from commit cbf46ed670 )
16 年之前
Vinson Lee
07b54fe35b
progs/redbook: Silence compiler warnings.
16 年之前
Brian Paul
fdae39c289
progs/perf: added check for GL_ARB_framebuffer_object
16 年之前
Brian Paul
79e74cda73
progs/demos: report pixel rate in million pixels / sec
16 年之前
Brian Paul
d26cdaaa23
progs/osmes: add missing libGL dependency, remove unneeded lines
16 年之前
Keith Whitwell
66e779c22b
i965g: back out unintentional changes to gears
16 年之前
Vinson Lee
0dd9513874
progs/tests: Silence compiler warnings.
16 年之前
Vinson Lee
d87d71036c
progs/trivial: Use C-style comments.
16 年之前
Vinson Lee
3340fd65fb
progs/xdemos: Use C-style comment.
16 年之前
Vinson Lee
695adf41e2
progs/demos: Silence compiler warning in morph3d.c.
16 年之前
Vinson Lee
121ff55d81
progs/glsl: Use C-style comments.
16 年之前
Vinson Lee
41377942d3
progs/demos: Use C-style comment.
16 年之前
Brian Paul
263f4322e7
progs/demos: fix glut initialization calls
Remove glutInitWindowPosition() calls to play nicer with window managers.
Move glutInitWindowSize() calls before glutInit() so the the default window
size can be overridden by the -geometry cmd line option.
16 年之前
Michal Krol
b1ed72ebe2
Move the remaining format pf_get_* functions to u_format.h.
Previously they depended on format blocks, but after removing those
they started depending on format encoding.
16 年之前
Vinson Lee
0a8d508854
progs/trivial: Silence compiler warnings.
16 年之前
Vinson Lee
588e9f69c4
progs/trivial: Silence compiler warnings in tri-blend-min.c.
16 年之前
Vinson Lee
786899f153
progs/trivial: Silence compiler warnings in tri-blend-max.c
16 年之前
Vinson Lee
15c6558a2e
progs/xdemos: Silence compiler warnings in glxinfo.c.
16 年之前
Vinson Lee
d5be33477e
progs/tests: Silence compiler warnings in vpeval.c.
16 年之前
Vinson Lee
44d6ab6de5
progs/tests: Silence compiler warnings in cva.c.
16 年之前
Vinson Lee
9e2eee4ab2
progs/redbook: Silence compiler warnings in aaindex.c.
16 年之前
Vinson Lee
1cf60c9810
progs/samples: Byte swap individual members of struct _rawImageRec.
16 年之前
Vinson Lee
bc0509bba8
progs/util: Byte swap individual members of struct _rawImageRec.
16 年之前
Vinson Lee
3e8b2fda21
progs/test: Initialize variable in prog_parameter.
Silences uninitialized variable compiler warning.
16 年之前
Vinson Lee
7d84169865
progs/demos: Fix memory leak in projtex.c.
16 年之前
Brian Paul
0311d9ccf4
progs/glsl: updates to deriv.c test
Pass window size into the shader so scaling the window doesn't effect
the colors.
16 年之前
Brian Paul
8796dbf519
progs/glsl: added texture mapping to bump demo
Press 't' to toggle texture map.
16 年之前
Vinson Lee
978b80c8e3
progs/tests: Add tests to Makefile.
(cherry picked from commit 76d2ec3a0a )
16 年之前
Michel Dänzer
d13c603e37
Add 'texture leak' test.
16 年之前
Vinson Lee
1446f30875
progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.
16 年之前
Vinson Lee
412aeeed1c
progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.
16 年之前
Vinson Lee
6212c8103a
progs/samples: Add rgbtoppm to Makefile.
16 年之前