Brian
028780a809
demos: remove OSMESA stuff from Makefile
16 years ago
Brian Paul
c06c74c0b8
demos: remove unused function
16 years ago
Brian Paul
906c60d0b7
demos: silence uninitialized var warning
16 years ago
José Fonseca
9aa73cfae8
progs: Get more samples building on windows.
16 years ago
José Fonseca
efdb7799d3
progs: Fix isosurf.
16 years ago
José Fonseca
2e61d136c2
progs: Port most of the demos to glew.
A couple of test weren't ported due to glew breakage -- it undefines
GLAPIENTRY.
16 years ago
Brian Paul
6c14bdc72f
demos: all glutDestroyWindow() upon exit to test query object clean-up
16 years ago
Brian Paul
f43019b226
demos: all glutDestroyWindow() upon exit to test query object clean-up
16 years ago
José Fonseca
500b304463
scons: Build progs.
Just demos and trivial dirs for starters.
Conflicts:
.gitignore
16 years ago
Brian Paul
e23122d309
demos: press SPACE to toggle fbo_firecube animation
16 years ago
Jakob Bornecrantz
51af35b7cc
progs: Add ignores
17 years ago
José Fonseca
72ebf4fd03
scons: Build progs.
Just demos and trivial dirs for starters.
17 years ago
Brian Paul
2278107b24
mesa: more test options in progs/demos/textures.c
17 years ago
Brian Paul
b261ed1f61
mesa: revert accidental change to fslight.c demo
17 years ago
Brian Paul
f6e806a2b8
mesa: simple multiple textures test
17 years ago
Robert Ellison
4485ac87c2
CELL: mark several transient files as .gitignore
progs/demos: added new demo "fbo_firecube"
progs/glsl: added new demo "pointcoord"
src/gallium/drivers/cell/spu: added the g3d_spu executable, a Cell SPU
executable file, which seems to be occasionally built as part of the
cell driver
src/glu/sgi: added "exptmp", a byproduct of the "mklib" process that
sometimes gets deleted and sometimes not.
17 years ago
Brian Paul
05aeb92a09
cell: dump generated code if CELL_DEBUG=asm
17 years ago
Guillaume Melquiond
ee2c8d6d3e
silence warning
17 years ago
Keith Whitwell
a90cae8a17
demos: fix LIBS ref in makefile
17 years ago
Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
17 years ago
Brian Paul
60b92129b1
mesa: clear the unused upper-left region to black instead of leaving it undefined
17 years ago
Guillaume Melquiond
3e8e292db0
Always pass CFLAGS when compiling or linking demos
To ensure that the correct architecture flags are used, always pass the
user's CFLAGS when compiling or linking the demos. Fixes #16860 .
17 years ago
Thomas Hellstrom
7c2d7f8cf5
Fix a typo.
17 years ago
Thomas Hellstrom
9dd73d58ae
Add new demo "fbo_firecube".
Tests fbo render-to-texture for various internal texture image formats.
17 years ago
Brian Paul
547e487df2
mesa: call glutDestroyWindow() on exit
17 years ago
Corbin Simpson
543893eefd
Revert accidental edit to progs/demos/lodbias.
*puts yet another paper bag over head*
17 years ago
Nicolai Haehnle
0918023c28
demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture
The operation doesn't really make sense. It triggered a bug in the r300 DRI
driver (and possibly other drivers that simulate 1D textures via 2D textures).
I've added an isolated test case for this bug to Piglit, so everybody wins.
17 years ago
José Fonseca
fd6676c249
Fix CRLF line endings.
17 years ago
seventh guardian
7db9034b04
added ARCH_FLAGS
17 years ago
Corbin Simpson
588abd6696
r300: Fix new incarnation of bug 3195.
tests/bug_3195 doesn't render right, but at least it doesn't segfault this way.
17 years ago
Brian Paul
f34767f04c
call glutDestroyWindow() before exit
17 years ago
Brian
e8d5be9c76
fix assorted bugs, works now
(cherry picked from commit 55d4f32fc2
)
18 years ago
Brian Paul
417719c0a6
mesa: call glutDestroyWindow()
17 years ago
Brian Paul
d7cf6b2978
mesa: call glutDestroyWindow()
17 years ago
Brian Paul
a3f9ae4fea
mesa: call glutDestroyWindow()
17 years ago
Dan Nicholson
738d811b04
Don't link demos directly to X libraries
Since the linker will just pull in the libraries needed from libGL, we
don't need to link the demos directly to the X libraries. Fixes #15886 .
17 years ago
Brian Paul
aef4ca647d
disable GL_TEXTURE_1D at end of frame to fix failed assertion
17 years ago
Brian Paul
5692e09be8
disable GL_TEXTURE_1D at end of frame to fix failed assertion
17 years ago
Kristian Høgsberg
c016f329ab
Only convert configs if screen creation was successful.
Thanks to Adam Jackson for pointing it out.
17 years ago
Brian
8a8e7b22c0
mesa: test code to exercise more GLSL functions
17 years ago
Brian
8bef18f47b
mesa: destroy window upon exit
17 years ago
Brian Paul
f654ab40d6
mesa: call glutDestroyWindow (help find mem leaks)
17 years ago
Dan Nicholson
f1e1267372
Fix include path for rain demo so glut.h is found
17 years ago
Dan Nicholson
ab5750f143
Ignore more demo programs
17 years ago
José Fonseca
60159c1b09
Convert crlf->lf line endings.
Windows/DOS users should enable core.autocrlf from now on:
git config --global core.autocrlf true
17 years ago
José Fonseca
2573f0e5d6
Convert crlf->lf line endings.
Windows/DOS users should enable core.autocrlf from now on.
17 years ago
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
17 years ago
Adam Jackson
4955325ae9
chmod a-x **/glslnoise.c
17 years ago
Brian
5b80529b60
press 0,1,2,etc keys for specific bias values
17 years ago
Brian
0abef84995
push out far clip plane to 200
17 years ago