Jakob Bornecrantz
29a1ed599b
progs: Ignores
16 years ago
Brian Paul
f8304bf1ed
demos: added progs/glsl/linktest.c to test linking of separate compilation units
16 years ago
Keith Whitwell
e919bfa1f1
progs/vp: more psiz tests
16 years ago
Brian Paul
c4c4358e08
demos: add LDFLAGS for corender target, bug 20844
16 years ago
Keith Whitwell
993b7e1d5c
progs/vp: add pointsize + clamp test
16 years ago
Keith Whitwell
eb9801ccfb
progs/trivial: add fflushes for cygwin
16 years ago
Keith Whitwell
2312f697a2
progs/trivial: draw non-interleaved arrays out of one vbo
16 years ago
Jakob Bornecrantz
39320c1bee
progs/tests: Build texcompress2 with scons
16 years ago
Keith Whitwell
1a28750b43
vpglsl: add missing SConscript
16 years ago
Keith Whitwell
103a4bd711
progs/fp: pass texcoord to triangle, add a test shader
16 years ago
Michal Krol
cf0122e892
progs/wgl: Send a resize message after context have been created.
16 years ago
Michal Krol
9bbffcced4
progs/wgl: Create GL context in a thread that actually uses it.
16 years ago
Michal Krol
e8aa5a1018
progs/wgl: Make context current to get GL_RENDERER string.
16 years ago
Michal Krol
1342664434
wgl: Add an `-s' option to wglthreads to force single-threaded operation.
16 years ago
José Fonseca
1f118c2557
progs: Build the wgl examples with scons.
16 years ago
Jakob Bornecrantz
3f17030d9c
progs/trivial: Make quad-tex-sub repeat patterns
16 years ago
Brian Paul
4c460cfd2b
tests: remove/update old comments
16 years ago
Jakob Bornecrantz
87bcb328c1
progs/trivial: Add quad-tex-sub
Tests glTexSubImage
16 years ago
Keith Whitwell
f02aaa83c1
tests: add simplest mipgen test
16 years ago
Jakob Bornecrantz
a528eb51eb
progs/tests: Update mipmap_limits to show image and colors
16 years ago
Jakob Bornecrantz
ae36fadb7f
progs/trivial: Add tri-fbo-tex-mip
Tests rendering to mip levels other then first
16 years ago
Michal Krol
f20a0155f3
wgl: Port sharedtex_mt to WGL.
16 years ago
Thomas Hellstrom
1d2b14cf56
xdemos: Fix sharedtex_mt.
1) Don't allow multiple threads sharing current context,
even if they are mutex protected.
2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were
only workarounds for xcb.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
16 years ago
Jakob Bornecrantz
2f52c7f901
progs/trivial: Ignores
16 years ago
Jakob Bornecrantz
2004b99b83
progs/tests: Ignores
16 years ago
José Fonseca
e5a3aa5672
progs: Try to read the texture from the current dir, if full path fails.
16 years ago
Michal Krol
ad908465f1
wgl: Port glthreads to WGL.
16 years ago
Younes Manton
474399ddd6
mesa: .gitignore
16 years ago
Thomas Hellstrom
8132405d52
xdemos: Add multithreaded sharedtex_mt.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
16 years ago
Keith Whitwell
48012157ba
vp: add test for pointsize output
16 years ago
José Fonseca
188a3334f8
progs: Add util to cpp path.
16 years ago
Keith Whitwell
dbc3e8e93f
progs/vp: add keys for point prims, etc, and various new tests
16 years ago
Brian Paul
8b2ecfdd5c
demos: move declaration before code
16 years ago
Keith Whitwell
f16da8d509
trivial: draw non-interleaved arrays
16 years ago
Brian Paul
6aa6ae8cff
demos: fix error string, comment
16 years ago
Brian Paul
4626e57e17
demos: fix typo
16 years ago
Keith Whitwell
1e074dcb7b
demos: use glGenerateMipmapEXT entrypoint in cubemap.c
glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa
drivers don't advertise. Add check for EXT_framebuffer_object.
16 years ago
Roland Scheidegger
45b8e76b5c
mesa test prog for ATI_envmap_bumpmap
16 years ago
Jakob Bornecrantz
b7d841b59e
progs/glsl: Ignore
16 years ago
Alan Hourihane
b6c7db8deb
xdemos: On termination with `esc` close the contexts correctly.
16 years ago
Keith Whitwell
a58065d4e2
progs/tests: compile with SCons and glew
Also get mingw cross-compilation of these tests working
16 years ago
Keith Whitwell
225de01f83
trivial: add a logic op test
16 years ago
Keith Whitwell
646f518e78
vpglsl: add simple mov.glsl
16 years ago
Keith Whitwell
ce0ac9006a
vpglsl: build with scons and glew
16 years ago
Brian Paul
0e28e1a72f
demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes
Also generate a mipmap for the default checker images.
16 years ago
Keith Whitwell
48b1fe12b1
trivial: add tri-stipple to SConscript
16 years ago
Keith Whitwell
fb8a9875f6
fp: enable a second texture unit and add a kil test for it
16 years ago
Keith Whitwell
185ff38895
fp: add some more texture, position and kill tests
16 years ago
Keith Whitwell
2dd9a0197c
fp: new kill + position test
16 years ago
Keith Whitwell
52a68b9078
fp: dont reference fragment.position.zw
16 years ago