Karl Schultz
4c2fbb0538
Add the glut project to the demos workspace.
21 年之前
Brian Paul
b45aaa2328
moved to demos/ directory
21 年之前
Brian Paul
7d01c3480d
moved in from the tests/ directory to include in distro
21 年之前
Brian Paul
1fd4a55d09
removed hacked GL tokens, fixed a printf
21 年之前
Brian Paul
a511b70f44
silence warnings
21 年之前
Brian Paul
37c0497d98
silence warnings, re-indent code
21 年之前
Brian Paul
6fedd4e3bf
clean-up the hokey transformation code so that window resizes actually work
21 年之前
Brian Paul
6917201ede
Have the rendering contexts share textures.
Put simple checker pattern on the objects.
Press 'd' to delete texture, 'u' to unbind it.
21 年之前
Daniel Borca
a9ea1628da
changes towards GL_ARB_point_sprite (two-zero)
21 年之前
Brian Paul
be9b759ab0
remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program
21 年之前
Brian Paul
0ad6554338
print current config name before building src and progs
21 年之前
Philippe Houdoin
4ad28c9d9a
GLInfo now show GLU and GLUT infos too. Fix the includes paths
21 年之前
Philippe Houdoin
af2f26f7de
Obsoleted as demos programs build on BeOS with standard Makefile system.
21 年之前
Philippe Houdoin
789dd56699
Obsolete the BeOS-specific makefile as we now build using standard Makefiles chain.
21 年之前
Philippe Houdoin
ea446b56ab
Obsolete BeOS-specific makefile.
Removed the oglinfo target from samples from BeOS build, as it depends on X.
21 年之前
Philippe Houdoin
f17ddd4884
Fix demo.cpp, which wasn't working as expected.
Add a GLInfo app, a graphical tool displaying GL Info as a treeview.
Usefull to see which OpenGL renderer you use and which extension(s) is supported.
Convert the Makefile to be $(TOP)/configs/default-based.
21 年之前
Brian Paul
b1872fed15
silence a warning
21 年之前
Brian Paul
2fe6e913ca
minor fix for newest glxext.h header
21 年之前
Brian Paul
3bbdcdcdb8
cvs ignore file
21 年之前
Brian Paul
52a5cc0bae
minor anim tweak
21 年之前
Brian Paul
5222662f52
silence warning
21 年之前
Brian Paul
16c8dce363
use 'a' to toggle animation
21 年之前
Brian Paul
47a6749b33
minor tweaks
21 年之前
Brian Paul
f2afdcae9a
query/print max convolution filter size
21 年之前
Brian Paul
5f3b3a3827
new image (see mesa bug #993926)
21 年之前
Brian Paul
d07859e718
redo the event loop to make event response better
21 年之前
Brian Paul
dbe1ecaa1d
option to test with display lists
21 年之前
Brian Paul
625a339a8a
make sure Q has a good value before drawing a sample
21 年之前
Roland Scheidegger
a09db0a7fa
new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers
21 年之前
Ian Romanick
fb75ca1b65
Make the test check for core GL version 1.3 in addition to testing for
GL_ARB_texture_compression. Also make the test list the compression formats
the driver "encourages" the app to use.
21 年之前
Brian Paul
22dad683b1
don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal
21 年之前
Daniel Borca
2c161cf395
small corrections
21 年之前
Eric Anholt
2fb5d15ce3
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS
more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more
compatible "> /dev/null 2>&1".
21 年之前
Ian Romanick
d44e9e39da
Build the fogcoord demo.
21 年之前
Ian Romanick
77bbbb3759
Minor code simplification.
21 年之前
Ian Romanick
63b2e426ac
Test the overhead of just calling a GL function. The Python script is
a helper to do multiple runs and compare the results.
21 年之前
Roland Scheidegger
9e29536f28
use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_op
21 年之前
Roland Scheidegger
7225a7292a
(Dieter Nuetzel) fix typo in help screen
21 年之前
Brian Paul
46bc595969
Test program to check that packed pixel formats work as expected with
glTexImage2D. All samples should appear identical. Press f/F to change
the internal texture format.
21 年之前
Brian Paul
751c9d096d
obsolete in favor of regular Makefiles
21 年之前
Ian Romanick
939f6a724e
Added a 4th square to the output. Expanded the message written to the
console.
21 年之前
Ian Romanick
5f6691f371
Added simple EXT_blend_minmax test.
21 年之前
Ian Romanick
d2f18ec6fa
Added simple NV_blend_square test.
21 年之前
Brian Paul
d6693c4294
s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/
21 年之前
Ian Romanick
216d980d53
Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,
depending on which is available.
21 年之前
Brian Paul
1229100703
Added menu options to test border modes and linear/nearest filtering.
Adjust texcoords so we always have to sample the border.
Other misc changes.
21 年之前
Ian Romanick
cd6ca58c3f
Modified to use vertex arrays. Vertex arrays and immediate mode calls
are toggled with the 't' key.
21 年之前
Brian Paul
4045b6e5b8
don't need auto mipmaps
21 年之前
Brian Paul
cb40ebd8a2
added -c option to exercise convolution of glTexImage2D
21 年之前
Daniel Borca
33ffbd1c58
texture compression: getting warmer
21 年之前