Jeff Smith
9b81103b1a
Add programs to .gitignore in redbook
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
pirms 15 gadiem
Jeff Smith
3aa8692883
Add programs to .gitignore in xdemos
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
pirms 18 gadiem
Jeff Smith
9787060423
Add -L$(libdir) for xdemos and egl so that the right libX11 is found
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
pirms 15 gadiem
Jeff Smith
fab1f07d6a
Grammar and spelling fixes
Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
pirms 17 gadiem
Brian Paul
e9f654d2fb
progs/demos: added 'f' key to toggle filtering mode in stex3d.c
pirms 15 gadiem
Vinson Lee
8f7e06ddf6
progs/fpglsl: Fix GLSL compilation failures on Mac OS X.
pirms 15 gadiem
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.
pirms 15 gadiem
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.
pirms 15 gadiem
Zack Rusin
a44f362567
fpglsl: a few more useful glsl tests
pirms 15 gadiem
Zack Rusin
1ad0a0fd8f
fpglsl: set an integer uniform required by the loop example
pirms 15 gadiem
Zack Rusin
5f80dad7fd
fpglsl: add some for and while loops
pirms 15 gadiem
Brian Paul
3c48f40f61
progs/trivial: add -t (RTT) option for clear-fbo-scissor.c
pirms 15 gadiem
Brian Paul
9a7ba79b2b
progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO
pirms 15 gadiem
Brian Paul
daad54f6ce
progs/tests: add additional FBO->window test paths (disabled)
Normally use glReadPixels + glDrawPixels. Add debug/test paths for
glCopyPixels and glBlitFramebuffer.
pirms 15 gadiem
Maciej Cencora
bd2239e497
progs/tests: use first color attachement
Allows the tests to be run on drivers that supports only one color attachement.
pirms 15 gadiem
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.
pirms 15 gadiem
José Fonseca
b999e9c03d
progs/gallium/unit: Remove the test cases.
pirms 15 gadiem
José Fonseca
6718f03258
progs/gallium/unit: Skip test cases which cannot be represented in 4ub.
pirms 15 gadiem
José Fonseca
709dffcd12
progs/gallium/unit: Use the shortened name to reconstruct the function being tested.
pirms 15 gadiem
José Fonseca
f133861a93
progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases.
pirms 15 gadiem
Vinson Lee
ba8f4c5d36
progs/demos: Add arbocclude2 to Makefile and .gitignore.
pirms 15 gadiem
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.
pirms 15 gadiem
Jesse Barnes
77bc721a52
xdemos/omlsync: add waitformsc and swap interval code
pirms 15 gadiem
Michal Krol
2b15f4fc68
progs: Add arbocclude2 demo.
pirms 15 gadiem
Jesse Barnes
b6456dc234
xdemos: add OML sync test
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
pirms 15 gadiem
George Sapountzis
aae81a7681
fix getprocaddress test
pirms 15 gadiem
José Fonseca
be1b7d1a04
progs/gallium/unit: Test (un)pack_4ub.
Most of them are failing.
pirms 15 gadiem
José Fonseca
c2ba284386
progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.
pirms 15 gadiem
José Fonseca
8598cebf43
progs/gallium/unit: Add test cases for single precision floats.
pirms 15 gadiem
José Fonseca
77d9e93901
progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.
pirms 15 gadiem
José Fonseca
915bbc8b0b
progs/gallium/unit: Add more test cases.
pirms 15 gadiem
José Fonseca
4e1aa4a812
progs/gallium/python: Rename pipe formats.
pirms 15 gadiem
José Fonseca
3b67f87970
gallium/unit: Rename pipe formats.
pirms 15 gadiem
José Fonseca
496aa4793a
rbug: Rename pipe formats.
pirms 15 gadiem
José Fonseca
b152abe914
progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM.
pirms 15 gadiem
José Fonseca
c05c675de6
progs/gallium: Make a phony target "unit" to run unit tests.
pirms 15 gadiem
José Fonseca
5b3c0c151b
progs/gallium: Add unit tests for pixel format packing/unpacking.
pirms 15 gadiem
Kristian Høgsberg
69a0f375cc
eglinfo: Wrap extension string
pirms 15 gadiem
Kristian Høgsberg
a509b8cc24
xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image
pirms 15 gadiem
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.
pirms 15 gadiem
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>
pirms 15 gadiem
Kristian Høgsberg
88c174d182
xeglgears: Clean up the code a bit
Still a mess...
pirms 15 gadiem
Brian Paul
68205bf5b4
progs/xdemos: fix typo in glxinfo help
pirms 15 gadiem
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.
pirms 15 gadiem
Wil Reichert
2da7f1af38
fix test progs from gl_API move
Looks like these got missed.
pirms 15 gadiem
George Sapountzis
9a4a219d20
drop header files and demos for dropped window systems
pirms 15 gadiem
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>
pirms 15 gadiem
Kristian Høgsberg
74377c8d1b
Remove windml progs
pirms 15 gadiem
Kristian Høgsberg
a9e3669683
Remove remaining miniglx references
pirms 15 gadiem
Kristian Høgsberg
230d263aca
Remove GGI support
pirms 15 gadiem