Alan Hourihane
cfae542d1f
demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.
16 yıl önce
José Fonseca
7ef8e4e181
progs: Prevent clash with min macro.
16 yıl önce
Brian Paul
b6ad7c8c4a
demos: minor updates for shader_api.c test
Mesa's glGetUniformLocation() does support array indexes.
Minor code reformatting.
It would be great if this program were converted into a glean test...
16 yıl önce
Brian Paul
5f75013822
demos: better error message for overlay.c, see bug 20055
16 yıl önce
José Fonseca
52233f27bb
progs: Build samples dir with scons and glew.
16 yıl önce
José Fonseca
8b9aa730c6
progs: Build rebook with scons too.
16 yıl önce
Brian
028780a809
demos: remove OSMESA stuff from Makefile
16 yıl önce
Brian Paul
c06c74c0b8
demos: remove unused function
16 yıl önce
Brian Paul
906c60d0b7
demos: silence uninitialized var warning
16 yıl önce
Brian Paul
dd22f6f795
demos: modify bufferobj.c to exercise interleaved vertex arrays
Also, put colors before vertex positions, and place the data at a 40-byte
offset from the start of the buffer.
16 yıl önce
Brian Paul
8e8b25c26a
demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode
Press 'a' to toggle drawing mode.
16 yıl önce
Brian Paul
4c5f390328
util: added more functions to extfuncs.h
16 yıl önce
Ian Romanick
5b5ddfb89c
glxgears: No, really. Fix the dyslexia.
16 yıl önce
José Fonseca
9aa73cfae8
progs: Get more samples building on windows.
16 yıl önce
Ian Romanick
9d6880ec8d
Fix dyslexia.
16 yıl önce
Ian Romanick
58b9cd411f
glxgears: Log a message if synched to vblank
Tries to use either GLX_MESA_swap_control or GLX_SGI_video_sync to
detect whether the display is synchronized to the vertical blank. If
it detects this, a message will be printed. HOPEFULLY this will
prevent some of the bug reports such as "glxgears only gets 59.7fps.
What's wrong with my driver?"
16 yıl önce
José Fonseca
efdb7799d3
progs: Fix isosurf.
16 yıl önce
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 yıl önce
José Fonseca
9bf83fb016
scons: Build the progs into seperate dirs as well.
16 yıl önce
José Fonseca
528a0a885e
progs: Port vp-tris to glew.
There was some wglGetProcAddress calls to setup extensions already, but
including glext caused many compilation errors in MinGW.
16 yıl önce
José Fonseca
483c730de8
progs: Ignore more output executables.
16 yıl önce
José Fonseca
479ea7d87b
progs/trivial: Use glew where needed.
Builds on windows now.
16 yıl önce
Brian Paul
0906f47c1f
demos: revamp the fbotexture.c demo
Try making depth/stencil attachments in two different ways.
Check for GL errors and GL_FRAMEBUFFER_UNSUPPORTED status to be more robust.
Reorganize the code a bit to make it clearer.
Added -arb option to test GL_ARB_fbo's mixed renderbuffer sizes
Added -ds2 option to test GL_DEPTH_STENCIL_ATTACHMENT
16 yıl önce
Brian Paul
aed7403f32
demos: updated FBO tests to for ARB_fbo
Some things that were not errors in EXT_fbo are errors in ARB_fbo.
16 yıl önce
Jakob Bornecrantz
c14aac5530
progs: Ignores
16 yıl önce
Brian Paul
f97792421b
tests: test pseudo-XOR blend mode.
GL_XOR logicop mode can be approximated with blending by computing 1 - dst.
Here's a couple test programs for that.
16 yıl önce
Jakob Bornecrantz
1fd411539b
egl: eglinfo load i915 driver
16 yıl önce
Jakob Bornecrantz
94ddd621d1
egl: Make eglscreen sleep for five seconds
16 yıl önce
Jakob Bornecrantz
b6b619c6ff
egl: Add eglscreen to help debug egl mesa screen
16 yıl önce
Jakob Bornecrantz
a5df724c52
egl: Make eglinfo print screen info
16 yıl önce
Keith Whitwell
2d155f91d2
trivial: clear with random color
16 yıl önce
Alan Hourihane
e82784559e
mesa: add new samplers_array test
16 yıl önce
José Fonseca
eb1f01a9d9
progs: List tri-clear.
16 yıl önce
Younes Manton
6cee4b8d7e
mesa: Update .gitignore
16 yıl önce
Keith Whitwell
e73dc63448
glsl: remove duplicate makefile targets
16 yıl önce
Jakob Bornecrantz
5256f94b1a
progs/glsl: Add ignores
16 yıl önce
Jakob Bornecrantz
b2e9d415ed
progs/glsl: Remove double target def for vert-or-frag-only
16 yıl önce
Brian
fa4fec2d1b
demos: remove redundant Makefile lines from prev merge
16 yıl önce
Brian Paul
84cffc2e7f
mesa: replace CC with APP_CC in progs/glsl/Makefile
16 yıl önce
Brian Paul
46b8fe00c9
demos: added progs/glsl/samplers.c to test all available texture samplers
16 yıl önce
Brian Paul
c9122072fc
demos: minor fixes to twoside.c glsl demo
16 yıl önce
José Fonseca
229424b2d7
Ignore new tests executables.
16 yıl önce
Brian Paul
aae74c3698
mesa: s/CC/APP_CC/ in progs/glsl/Makefile
16 yıl önce
Brian Paul
6c14bdc72f
demos: all glutDestroyWindow() upon exit to test query object clean-up
16 yıl önce
Brian Paul
bde3b3a164
demos: add test of vertex-only and fragment-only shader programs
16 yıl önce
Brian Paul
7d41f10605
util: check for frag/vertShader=0 before attaching
16 yıl önce
Brian Paul
f43019b226
demos: all glutDestroyWindow() upon exit to test query object clean-up
16 yıl önce
Brian Paul
1cb680d06b
demos: add test of vertex-only and fragment-only shader programs
16 yıl önce
Brian Paul
637f06dcdc
util: check for frag/vertShader=0 before attaching
16 yıl önce
Brian Paul
b8bfddf976
demos: updated tests/floattex.c (doesn't work just yet).
16 yıl önce