Brian Paul
fd6701029b
progs/tests: add line drawing option to cylwrap.c
před 15 roky
Brian Paul
22a3a817aa
progs/tests: add x/y rotation to cylwrap.c
před 15 roky
Brian Paul
86921aaf3f
progs/tests: new test program for exercising cylindrical tex wrap mode
před 15 roky
Vinson Lee
ad93f3e489
progs/xdemos: Silence uninitialized variable warning.
před 15 roky
Joakim Sindholt
e891a9cc3a
progs/demos: update .gitignore
před 15 roky
Vinson Lee
7da1a528b8
progs/xdemos: Silence uninitialized variable warning.
před 15 roky
Brian Paul
45ceabf794
progs/demos: fix typo
před 15 roky
José Fonseca
ef67ad05cb
scons: Use only the shared object name when linking progs.
Otherwise the whole path gets baked into the executable.
před 15 roky
Keith Whitwell
9f1ee5a864
progs/fpglsl: couple more tests
před 15 roky
Keith Whitwell
d7b1610ced
progs/fpglsl: fp-tris for glsl
před 15 roky
Chia-I Wu
5fa4ea2934
progs/es2: Fix an assertion failure in tri.
EGL_SURFACE_TYPE is a config attribute, not a surface attribute. Thanks
to Mike Stroyan for pointing out this error.
před 15 roky
Brian Paul
04b14e26a2
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
See comments in file for more details.
před 15 roky
Chia-I Wu
89e6eb5fbe
progs/egl: Update eglinfo to display more attributes.
Add config caveat, bind-to-texture, and renderable type. Remove double
buffer and stereo attributes.
před 15 roky
Chia-I Wu
7056a74734
progs/es1: Add bindtex.
It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the
OpenGL version is removed.
před 15 roky
Brian Paul
b8d4cbd7e2
progs/demos: new image dissolve demo
Dissolve between two images using a random pattern in the stencil
buffer and a varying stencil ref value.
před 15 roky
Brian Paul
e94021660b
progs/tests: added a few more files to .gitignore
před 15 roky
Vinson Lee
d40070029f
progs/tests: Remove unnecessary headers.
před 15 roky
Vinson Lee
bbb41153c2
progs/glsl: Fix bump GLSL compilation error on Mac OS.
před 15 roky
Vinson Lee
77b1f2fbcf
progs/glsl: Remove unused variable in bump.c.
před 15 roky
Vinson Lee
07fb52bcf6
progs/glsl: Remove unnecessary header from samplers.c.
před 15 roky
Alan Hourihane
dea98eb792
support an 'embedded' platform target which turns off most parts of the
build.
před 15 roky
Aaron Plattner
cec0e7c086
glxgears: Support GLX_EXT_swap_control for querying the current swap interval.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
před 15 roky
Brian Paul
782f66c8a2
progs/tests: use glDrawRangeElements() in bufferobj.c
před 15 roky
Vinson Lee
7f2f42dd80
progs/demos: Remove unnecessary header from shadowtex.c.
před 15 roky
Chia-I Wu
0928418922
Revert "add segl"
This reverts commit fe33b7083b
. It was
not supposed to be pushed yet.
před 15 roky
Dave Airlie
dcaf6687e8
progs: add trivial ARB_half_float_vertex support.
This is just a trivial port of vp-array.c
Signed-off-by: Dave Airlie <airlied@redhat.com>
před 15 roky
Chia-I Wu
fe33b7083b
add segl
před 15 roky
Brian Paul
2f1a49e335
progs/xdemos: add z/Z keys for scaling the rendering
před 15 roky
Vinson Lee
8bc3c06d86
progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.
před 15 roky
Brian Paul
e5829ccc2b
progs/demos: call glutDestroyWindow() upon exit
před 15 roky
Brian Paul
1ca2285511
progs/fp: testcases for GL_ARB_fragment_coord_conventions
Based on a patch from Luca Barbieri but moved the comments after
the !!ARBfp1.0 header
před 15 roky
Marcin Slusarz
23ae318200
glxgears: unbind current context before "destroying" it
glXDestroyContext does not destroy the context if it's still
connected to some window. Unbind context from window to test it.
Signed-off-by: Brian Paul <brianp@vmware.com>
před 15 roky
Chia-I Wu
8311a49b2d
progs/egl: Pass EGLDisplay to eglCopyBuffers.
X Display was wrongly passed to eglCopyBuffers.
před 15 roky
Brian Paul
8b29d39e99
progs/trival: updated tri-scissor-tri.c test
The scissor left/right/bottom/top bounds can be moved by pressing
the l/r/b/t and L/R/B/T keys.
před 15 roky
Brian Paul
7fcfb71931
progs/trivial: test user clip plane in tri-point-line-clipped.c
před 15 roky
Brian Paul
0a82692154
progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping
Note whether the new verts introduced by clipping show up as points
and lines along the edge of the window...
před 15 roky
Vinson Lee
8e9ceb8309
progs/xdemos: Remove unnecessary header from corender.c.
před 15 roky
Vinson Lee
477d51537f
progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.
před 15 roky
Vinson Lee
7241f5140f
progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.
před 15 roky
Vinson Lee
ae8ed89f24
progs/tests: Remove duplicate included header in vparray.c.
před 15 roky
Vinson Lee
6ed607cce6
progs/tests: Add newline to end of printf in vparray.c.
před 15 roky
Vinson Lee
7bfa54c6a4
progs/redbook: Remove unnecessary header from aapoly.c.
před 15 roky
Vinson Lee
2178abfba3
progs/glsl: Remove duplicate included header from shtest.c.
před 15 roky
Vinson Lee
78ddce9fda
progs/demos: Remove unnecessary header from morph3d.c.
před 15 roky
Chia-I Wu
76e726515a
progs/es2: Correctly set renderable type and client version.
Correctly set EGL_RENDERABLE_TYPE and EGL_CONTEXT_CLIENT_VERSION for
OpenGL ES 2.0. Because es2_info is copied from es1_info, the fix for it
actually goes to es1_info.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
před 15 roky
Chia-I Wu
43f67b61fd
progs/es1: Bind texture image after rendering.
Unlike FBO, eglBindTexImage is supposed to be called after rendering.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
před 15 roky
Vinson Lee
f07e87ffba
progs/tests: Silence fprintf format warning.
před 15 roky
Vinson Lee
b4bc208529
progs/demos: Remove unnecessary header from isosurf.c.
před 15 roky
Chia-I Wu
472a601966
progs/egl: Fix screen surface demos.
Set the screen surface size to the mode size, as the spec requires the
screen surface size to be larger than the mode size. Besides, bind the
API to OpenGL as they are written in it.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
před 15 roky
Chia-I Wu
c657c80180
progs/egl: glGenTextures is called too early in xeglbindtex.
It should be called after eglMakeCurrent.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
před 15 roky