Vinson Lee
8f7e06ddf6
progs/fpglsl: Fix GLSL compilation failures on Mac OS X.
15 yıl önce
Brian Paul
c7be039fad
progs/trivial: use -c option to use glCopyPixels()
Otherwise we use glRead/DrawPixels to copy the off-screen FBO image
into the window.
Looks like NVIDIA's broken when using -c (the image is upside down),
but OK with -c -t.
15 yıl önce
Brian Paul
d5ccbea63c
progs/trivial: make clear-fbo-scissor.c work with other GL drivers
NVIDIA's driver requires that the texture that we're going to render into
be complete. Need to set min/mag filters to non-mipmap modes.
Plus added other error/debug checks.
15 yıl önce
Zack Rusin
a44f362567
fpglsl: a few more useful glsl tests
15 yıl önce
Zack Rusin
1ad0a0fd8f
fpglsl: set an integer uniform required by the loop example
15 yıl önce
Zack Rusin
5f80dad7fd
fpglsl: add some for and while loops
15 yıl önce
Brian Paul
3c48f40f61
progs/trivial: add -t (RTT) option for clear-fbo-scissor.c
15 yıl önce
Brian Paul
9a7ba79b2b
progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO
15 yıl önce
Brian Paul
daad54f6ce
progs/tests: add additional FBO->window test paths (disabled)
Normally use glReadPixels + glDrawPixels. Add debug/test paths for
glCopyPixels and glBlitFramebuffer.
15 yıl önce
Maciej Cencora
bd2239e497
progs/tests: use first color attachement
Allows the tests to be run on drivers that supports only one color attachement.
15 yıl önce
Jesse Barnes
f2a035e5d8
xdemos/omlsync: improve OML WaitMsc test
Use the divisor/remainder for the WaitForMscOML call if a wait_interval
is passed. Allows for testing of the WaitMSC paths in the server & DDX.
15 yıl önce
José Fonseca
b999e9c03d
progs/gallium/unit: Remove the test cases.
15 yıl önce
José Fonseca
6718f03258
progs/gallium/unit: Skip test cases which cannot be represented in 4ub.
15 yıl önce
José Fonseca
709dffcd12
progs/gallium/unit: Use the shortened name to reconstruct the function being tested.
15 yıl önce
José Fonseca
f133861a93
progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases.
15 yıl önce
Vinson Lee
ba8f4c5d36
progs/demos: Add arbocclude2 to Makefile and .gitignore.
15 yıl önce
Jesse Barnes
f846a008e9
progs/xdemos: fix up GLX extension checking
A few of my programs were using the client string in addition to the
main extensions string to see if a feature was present. Correct this to
only check for the currently available and working extensions.
15 yıl önce
Jesse Barnes
77bc721a52
xdemos/omlsync: add waitformsc and swap interval code
15 yıl önce
Michal Krol
2b15f4fc68
progs: Add arbocclude2 demo.
15 yıl önce
Jesse Barnes
b6456dc234
xdemos: add OML sync test
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
15 yıl önce
George Sapountzis
aae81a7681
fix getprocaddress test
15 yıl önce
José Fonseca
be1b7d1a04
progs/gallium/unit: Test (un)pack_4ub.
Most of them are failing.
15 yıl önce
José Fonseca
c2ba284386
progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.
15 yıl önce
José Fonseca
8598cebf43
progs/gallium/unit: Add test cases for single precision floats.
15 yıl önce
José Fonseca
77d9e93901
progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.
15 yıl önce
José Fonseca
915bbc8b0b
progs/gallium/unit: Add more test cases.
15 yıl önce
José Fonseca
4e1aa4a812
progs/gallium/python: Rename pipe formats.
15 yıl önce
José Fonseca
3b67f87970
gallium/unit: Rename pipe formats.
15 yıl önce
José Fonseca
496aa4793a
rbug: Rename pipe formats.
15 yıl önce
José Fonseca
b152abe914
progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM.
15 yıl önce
José Fonseca
c05c675de6
progs/gallium: Make a phony target "unit" to run unit tests.
15 yıl önce
José Fonseca
5b3c0c151b
progs/gallium: Add unit tests for pixel format packing/unpacking.
15 yıl önce
Kristian Høgsberg
69a0f375cc
eglinfo: Wrap extension string
15 yıl önce
Kristian Høgsberg
a509b8cc24
xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image
15 yıl önce
Brian Paul
b056e15662
progs/tests: add compile-time option for coloring texture corners
When debugging wrap modes it's helpful to set each corner of the texture
image to a distinct color.
15 yıl önce
Dan Nicholson
3a650ba3a2
progs/glsl: Ensure CFLAGS are passed during linking
Commit ab6825b3e3
fixed an issue where the
architecture option -m32 wasn't being passed to the compiler when
linking .o files. This would only fix the issue with user's building
with the hacky --enable-32-bit. The right way to fix this is to pass
CFLAGS to the linker, which the GNU make builtin rules unfortunately
don't do.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Tested-by: Török Edwin <edwintorok@gmail.com>
15 yıl önce
Kristian Høgsberg
88c174d182
xeglgears: Clean up the code a bit
Still a mess...
15 yıl önce
Brian Paul
68205bf5b4
progs/xdemos: fix typo in glxinfo help
15 yıl önce
Michel Dänzer
0c20b30333
Fix up more stale references to gl(X)_API.xml which have moved.
AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely
unused at this point, so just remove them.
15 yıl önce
Wil Reichert
2da7f1af38
fix test progs from gl_API move
Looks like these got missed.
15 yıl önce
George Sapountzis
9a4a219d20
drop header files and demos for dropped window systems
15 yıl önce
Török Edvin
ab6825b3e3
progs/glsl: add ARCH_FLAGS to LDLIBS
Allows building 32-bit demos on 64-bit Debian host.
Signed-off-by: Brian Paul <brianp@vmware.com>
15 yıl önce
Kristian Høgsberg
74377c8d1b
Remove windml progs
15 yıl önce
Kristian Høgsberg
a9e3669683
Remove remaining miniglx references
15 yıl önce
Kristian Høgsberg
230d263aca
Remove GGI support
15 yıl önce
Kristian Høgsberg
4387580e50
Remove directfb support
15 yıl önce
Kristian Høgsberg
b7041db8f8
xeglgears: Update help text
15 yıl önce
Kristian Høgsberg
f272a780af
xeglgears: Remove borrowed GL_OES_EGL_image types
These are now in gl.h.
15 yıl önce
Kristian Høgsberg
61cc18a866
xeglgears: Add test case for texturing from an EGLImage
15 yıl önce
José Fonseca
e9ac0fbe9b
python/retrace: Dump all vertices for verbosity level 3.
15 yıl önce