Kristian Høgsberg
b7041db8f8
xeglgears: Update help text
15 vuotta sitten
Kristian Høgsberg
f272a780af
xeglgears: Remove borrowed GL_OES_EGL_image types
These are now in gl.h.
15 vuotta sitten
Kristian Høgsberg
61cc18a866
xeglgears: Add test case for texturing from an EGLImage
15 vuotta sitten
José Fonseca
e9ac0fbe9b
python/retrace: Dump all vertices for verbosity level 3.
15 vuotta sitten
Brian Paul
52cc3b03c3
glxinfo: Fix User error in glGetProgramivARB
glxinfo needed fixing after commit 4bccd69
.
Move fragment program only parameters into their own list
so that they are not queried for a vertex program.
Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit b0e5dcb859
)
15 vuotta sitten
Ray Kohler
701ac58a0c
Link egl progs to libm as necessary.
Signed-off-by: Ray Kohler <ataraxia937@gmail.com>
15 vuotta sitten
Vinson Lee
6cfdb61f73
progs/redbook: Silence warn_unused_result warnings.
15 vuotta sitten
Brian Paul
3ef51b4bd9
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
15 vuotta sitten
Brian Paul
e9df31fac9
progs/demos: sort filenames
15 vuotta sitten
Brian Paul
86bf224cac
progs/demos: update arbocclude.c to do multiple queries at once
Issue a whole bunch of queries then get the results and render.
Draw the test object in red instead of orange if the result was not
ready when we first queried it.
15 vuotta sitten
Vinson Lee
82e5a11077
progs/trivial: Update .gitignore.
15 vuotta sitten
Vinson Lee
7f7b7b9a02
progs/redbook: Fix array out-of-bounds access.
15 vuotta sitten
Vinson Lee
64d18b819b
progs/rbug: Silence printf format warning.
15 vuotta sitten
Vinson Lee
869896f162
progs/rbug: Add missing headers.
15 vuotta sitten
Vinson Lee
8266f1e5a5
progs/rbug: Use util_format_name().
15 vuotta sitten
Vinson Lee
20a11722a2
progs/rbug: Add missing header.
15 vuotta sitten
Vinson Lee
56b7a6f632
progs/rbug: s/read/rbug_read/
read conflicts with read in /usr/include/unistd.h.
15 vuotta sitten
Brian Paul
0583c29313
progs/demos: update GL version test to accept GL 3.x
15 vuotta sitten
Roland Scheidegger
464a72dd41
gallium: remove redundant nr_components field from pipe_vertex_element
This is a property of the associated src_format pipe format.
Hence use util_format_get_nr_components to query this when necessary instead.
15 vuotta sitten
Chia-I Wu
f4542477cf
progs/openvg: Add .gitignore.
Add all OpenVG demos to .gitignore.
15 vuotta sitten
Chia-I Wu
915d60dcf5
progs/es1: Update .gitignore.
Add xegl/bindtex to .gitignore.
15 vuotta sitten
Vinson Lee
7eaf33ad03
progs/redbook: Fix memory leaks on error paths.
15 vuotta sitten
José Fonseca
b0f9717105
Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build."
This reverts commit 1587eff1b6
.
15 vuotta sitten
Brian Paul
c6e63f3cc2
progs/redbook: use glew
15 vuotta sitten
José Fonseca
1587eff1b6
progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build.
15 vuotta sitten
Brian Paul
b90f265fbf
progs/redbook: test image for new redbook tests
15 vuotta sitten
Brian Paul
ce65a8debe
progs/redbook: add additional tests for GL 1.4
15 vuotta sitten
José Fonseca
21fe86b036
python/retrace: Reconstruct blend state from binary blobs.
15 vuotta sitten
Brian Paul
291bd19a1a
progs/objviewer: close file (bug 26559)
15 vuotta sitten
Brian Paul
e84eec0003
progs/fp: close file (bug 26559)
15 vuotta sitten
José Fonseca
4ab3f0edef
python/retrace: Interpret pipe_screen::context_create().
15 vuotta sitten
José Fonseca
50812e633f
progs/gallium/python: New home for python statetracker scripts.
15 vuotta sitten
Vinson Lee
af1052e280
progs/tests: Add checks for GL_NV_vertex_program.
15 vuotta sitten
Ian Romanick
381d5e2098
glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindow
15 vuotta sitten
Ian Romanick
6518f6037c
glxgears_fbconfig: Use GLX 1.3 name for function poiner types
15 vuotta sitten
Kristian Høgsberg
368bb3dc2b
eglinfo: Also print visual type, assuming X visual types
This may not make a lot of sense for non-X EGL, but for EGL under X
it's very useful.
15 vuotta sitten
Kristian Høgsberg
ab487f7ffa
xeglgears: Add test case for eglBindTexImage()
15 vuotta sitten
Brian Paul
fd6701029b
progs/tests: add line drawing option to cylwrap.c
15 vuotta sitten
Brian Paul
22a3a817aa
progs/tests: add x/y rotation to cylwrap.c
15 vuotta sitten
Brian Paul
86921aaf3f
progs/tests: new test program for exercising cylindrical tex wrap mode
15 vuotta sitten
Vinson Lee
ad93f3e489
progs/xdemos: Silence uninitialized variable warning.
15 vuotta sitten
Joakim Sindholt
e891a9cc3a
progs/demos: update .gitignore
15 vuotta sitten
Vinson Lee
7da1a528b8
progs/xdemos: Silence uninitialized variable warning.
15 vuotta sitten
Brian Paul
45ceabf794
progs/demos: fix typo
15 vuotta sitten
José Fonseca
ef67ad05cb
scons: Use only the shared object name when linking progs.
Otherwise the whole path gets baked into the executable.
15 vuotta sitten
Keith Whitwell
9f1ee5a864
progs/fpglsl: couple more tests
15 vuotta sitten
Keith Whitwell
d7b1610ced
progs/fpglsl: fp-tris for glsl
15 vuotta sitten
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.
15 vuotta sitten
Brian Paul
04b14e26a2
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
See comments in file for more details.
15 vuotta sitten
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.
15 vuotta sitten