Vinson Lee
7d84169865
progs/demos: Fix memory leak in projtex.c.
16 年前
Vinson Lee
b803abbaad
progs/demos: Fix memory leak in ray.c.
(cherry picked from commit 6b480dc21d )
16 年前
Vinson Lee
5820dae4ec
progs/demos: Fix memory leak in projtex.c.
(cherry picked from commit ee555e3d69 )
16 年前
Vinson Lee
fc5f07de1a
progs/demos: Fix memory leak in ipers.c.
(cherry picked from commit a1afe303de )
16 年前
Vinson Lee
d245a951f3
progs/demos: Fix memory leak in fslight.c.
(cherry picked from commit aef3218f0b )
16 年前
Brian Paul
ba97b98842
progs/demos: remove unused glFogCoordPointer_ext var
16 年前
Keith Whitwell
cddc7e3a9c
brw: add dumping to gem winsys
16 年前
Brian Paul
1888a72765
progs/demos: silence warnings
16 年前
Vinson Lee
6b480dc21d
progs/demos: Fix memory leak in ray.c.
16 年前
Vinson Lee
ee555e3d69
progs/demos: Fix memory leak in projtex.c.
16 年前
Vinson Lee
a1afe303de
progs/demos: Fix memory leak in ipers.c.
16 年前
Vinson Lee
aef3218f0b
progs/demos: Fix memory leak in fslight.c.
16 年前
Keith Whitwell
19403935aa
progs/demos: add fps to multiarb
16 年前
Brian Paul
91bd87c06e
progs/demos: try different depth formats in fbo_firecube.c
16 年前
Brian Paul
0b0fc4072f
progs/demos: use non-default texobj in cubemap.c
16 年前
Brian Paul
7f86da6c60
progs/demos: create a texture object in lodbias.c
Before, we were using the default texture object (name=0). This caused
the intel_generate_mipmap() path to fail since passing texture=0 to
glFramebufferTexture2DEXT() causes us to _unbind_ the texture if present.
16 年前
Brian Paul
079ae4c38c
progs/demos: added RGB invert option
16 年前
Younes Manton
cefe9c4f39
mesa: gitignore
16 年前
Keith Whitwell
75312b6555
progs/demos: add fps output to cubemap
16 年前
Brian Paul
e8957f4800
progs/demos: print more info in fbotexture.c
16 年前
Ian Romanick
8b0b33530c
demos/cubemap: Add support for GL_ARB_seamless_cube_map
16 年前
Brian Paul
820436f978
demos: use glEnable/DisableClientState() for vertex arrays
16 年前
Ian Romanick
f359165a82
demos: Set the depth mask correctly to get the desired blending
16 年前
Keith Whitwell
a9ae89d104
progs/isosurf: add materials mode for glVertex + TRISTRIP
16 年前
Brian Paul
eb1eee03a6
demos: improve argv parsing in fslight.c
16 年前
Roland Scheidegger
7a5c5b9af3
demos: make cubemap work without EXT_fbo support
use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation)
is not available.
16 年前
Brian Paul
fb64365642
demos: update fbotexture.c to use EXT or ARB functions exclusively
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).
16 年前
Brian Paul
56cfa4de91
demos: delete vertex array objects upon exit
16 年前
Brian Paul
3dfe672c85
demos: silence warning
16 年前
Keith Whitwell
fd402791f9
progs: add fflushes for cygwin
16 年前
Shuang He
e326600609
demos: Clean up allocated Textures and Display Lists when demo quit
16 年前
Keith Whitwell
a86ef37655
shadowtex: fflush stdout for cygwin
16 年前
Keith Whitwell
eb5d96968f
demos/readpix: add option to draw triangle instead of drawpix
16 年前
Keith Whitwell
d017749b3e
mesa/progs: fix scons build after recent demo moves
16 年前
Jakob Bornecrantz
90a23e340f
progs/demos: Update ignore
16 年前
Brian Paul
3595732f28
demos: updated .gitignore list
16 年前
Brian Paul
d61070b659
demos: move demos/texobj.c to tests/
16 年前
Brian Paul
30e80f6e55
demos: move demos/occlude.c (old HP extension) to tests
16 年前
Brian Paul
22af013f85
demos: move tests/dinoshade.c to demos/
16 年前
Brian Paul
49c3e7172d
demos: move tests/projtex.c to demos/
And fix compiler warnings.
16 年前
Brian Paul
292e192093
demos: move tests/fbotexture.c to demos/
16 年前
Brian Paul
f47495ec42
demos: move texdown.c to tests/
16 年前
Brian Paul
dfd69a27f8
demos: move glutfx demo to tests/
16 年前
Brian Paul
6a495d26af
demos: move streaming_rect.c demo to tests/
16 年前
Brian Paul
118856641f
demos: move glslnoise.c demo to glsl/noise2.c
16 年前
Brian Paul
6aa6ae8cff
demos: fix error string, comment
17 年前
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.
17 年前
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.
17 年前
Keith Whitwell
b258320dbd
engine: also print fps data to stdout
Useful for figuring out how much of a perf impact the glBitmap fps
display has on a given driver.
17 年前
Keith Whitwell
39a1a24b3f
demos/engine: respect display list mode when drawing pistons
17 年前