Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-12 | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | |
When the -arb option is specified we use GL_ARB_framebuffer_object intead of GL_EXT_framebuffer_object. For some vendors' OpenGL it's important to call the ARB entrypoints instead of the EXT entrypoints to get correct behaviour. Use some function pointer tricks to do this (instead of GLEW). | |||
2009-04-18 | demos: move demos/texobj.c to tests/ | Brian Paul | |
2009-04-18 | demos: move tests/dinoshade.c to demos/ | Brian Paul | |
2009-04-18 | demos: move tests/projtex.c to demos/ | Brian Paul | |
And fix compiler warnings. | |||
2009-04-18 | demos: move tests/fbotexture.c to demos/ | Brian Paul | |
2009-04-18 | demos: move texdown.c to tests/ | Brian Paul | |
2009-04-18 | demos: move glutfx demo to tests/ | Brian Paul | |
2009-04-18 | demos: move streaming_rect.c demo to tests/ | Brian Paul | |
2009-04-18 | demos: move glslnoise.c demo to glsl/noise2.c | Brian Paul | |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul | |
This is the big merge of the gallium-0.2 branch into master. gallium-master-merge was just the staging area for it. Both gallium-0.2 and gallium-master-merge are considered closed now. Conflicts: progs/demos/Makefile src/mesa/main/state.c src/mesa/main/texenvprogram.c | |||
2009-02-09 | demos: remove OSMESA stuff from Makefile | Brian | |
2009-01-24 | progs: Port most of the demos to glew. | José Fonseca | |
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | |||
2008-10-09 | mesa: simple multiple textures test | Brian Paul | |
2008-09-11 | demos: fix LIBS ref in makefile | Keith Whitwell | |
2008-09-11 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | |
Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c | |||
2008-09-11 | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | |
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" | |||
2008-07-30 | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | |
To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860. | |||
2008-07-24 | Add new demo "fbo_firecube". | Thomas Hellstrom | |
Tests fbo render-to-texture for various internal texture image formats. | |||
2008-06-16 | added ARCH_FLAGS | seventh guardian | |
2008-05-09 | Don't link demos directly to X libraries | Dan Nicholson | |
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. | |||
2008-04-08 | Only convert configs if screen creation was successful. | Kristian Høgsberg | |
Thanks to Adam Jackson for pointing it out. | |||
2008-03-11 | Fix include path for rain demo so glut.h is found | Dan Nicholson | |
2007-12-14 | Build rain demo (Gonzo <andreas.wendleder@gmail.com>) | Brian | |
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-14 | added copypix.c test (test glCopyPixels w/ pixel zoom) | Brian | |
2007-04-08 | fix some dependencies, remove some CFLAGS | Brian | |
2006-12-15 | Use extfuncs.h helper. Added command line options for loading | Brian | |
vertex/fragment shaders from files. | |||
2006-11-03 | added fsligght | Brian Paul | |
2006-11-01 | merge the (rest of) texmem branch | Keith Whitwell | |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-07-04 | New animated engine demo. | Brian Paul | |
2006-06-30 | remove occlude.c demo since GL_HP_occlusion_test no longer available | Brian Paul | |
2006-06-26 | use trackball code for mouse rotation | Brian Paul | |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | |
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. | |||
2006-03-29 | s/glslnose.c/glslnoise/ (bug 6430) | Brian Paul | |
2006-02-18 | More GLSL code. | Michal Krol | |
- general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff. | |||
2006-02-15 | Demonstrate GLSL fragment and vertex shaders. | Michal Krol | |
2006-01-28 | Test glCopyTexSubImage2D by drawing gears as texture on sides of a box. | Brian Paul | |
2006-01-13 | Fix the default target to remake readtex.o if needed | Adam Jackson | |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | |
done with fragment programs nowadays. | |||
2005-08-25 | Demo of how to do (nearly) flicker-free rendering with a single color buffer. | Brian Paul | |
2005-05-19 | move osmesa demos to their own directory | Keith Whitwell | |
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | |
2005-01-29 | added osmesa16 stuff | Brian Paul | |
2005-01-09 | some new/improved rules | Brian Paul | |
2004-10-23 | addes osdemo32 target (J.P. Delport) | Brian Paul | |
2004-05-27 | Build the fogcoord demo. | Ian Romanick | |
2004-03-26 | minor fixes | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |