Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
17 лет назад
Guillaume Melquiond
3e8e292db0
Always pass CFLAGS when compiling or linking demos
To ensure that the correct architecture flags are used, always pass the
user's CFLAGS when compiling or linking the demos. Fixes #16860 .
17 лет назад
Brian Paul
51bfb6aa99
query/print GLSL version string
17 лет назад
Brian Paul
d8de01ba41
sync up with glxgears.c from master
17 лет назад
Brian Paul
4c7a17c251
fix event handling issues (such as when resizing when not animating)
17 лет назад
Brian Paul
6d9c3fa0c2
press 'a' to toggle animation
17 лет назад
Brian Paul
c35e021f37
code refactoring (draw_frame(0, handle_event())
17 лет назад
Brian Paul
c5342ad0d0
remove references to incorrect -winwidth/-winheight, replace with -geometry
17 лет назад
José Fonseca
fc72d7e032
Remove CVS keywords.
17 лет назад
José Fonseca
77ce568ff7
Remove CVS keywords.
17 лет назад
Zack Rusin
f869ddf297
add new binaries to ignore to make 'git status' cleaner
17 лет назад
Brian Paul
12a317b93a
updated options/help
17 лет назад
Brian Paul
8f76459f62
mesa: document a/s keys
17 лет назад
Brian Paul
f34a30bf79
mesa: add texturing to thread test
Run with -t to enable texture mapping.
Press 't' to update the texture image. When the texture is changed in one
thread it should also get updated in the other threads since textures are
shared by all contexts.
17 лет назад
Dan Nicholson
a2b73c74b0
Ignore xdemos/sharedtex
17 лет назад
Brian Paul
07b551f7cf
added xdemos/sharedtex.c test
Test that modifications to a texture object in one rendering context are seen
in a second rendering context.
Press 't' to change the texture's image/colors.
17 лет назад
Brian Paul
9a43570f8c
added xdemos/sharedtex.c test
Test that modifications to a texture object in one rendering context are seen
in a second rendering context.
Press 't' to change the texture's image/colors.
17 лет назад
Brian
96b4ac05be
silence warning
17 лет назад
Eric Anholt
bcb61987fb
Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h>
17 лет назад
Jeremy Huddleston
7c7fece977
Darwin: Config/source fixes to now build glxdemo apps and OSMesa
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config
(cherry picked from commit 7120c0089d
)
17 лет назад
Kristian Høgsberg
51cd168da4
glxgears: oops, remove accidental commit of glFinish() hack.
17 лет назад
Kristian Høgsberg
6cb3f5c4d8
Use __DRIextension mechanism providing loader functionality to the driver.
Instead of passing in a fixed struct, the loader now passes in a list
of __DRIextension structs, to advertise the functionality it can provide
to the driver. Each extension is individually versioned and can be
extended or phased out as the interface develops.
17 лет назад
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
17 лет назад
Dan Nicholson
8c8107118e
Ignore glxgears_pixmap
17 лет назад
Kristian Høgsberg
5961ed5fbc
Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality.
17 лет назад
Adam Jackson
e1ae5b89fc
glxinfo: Fix multisample visual reporting.
strstr() == 0 tests for the string _not_ being present. Originally
Red Hat bug #351871 .
17 лет назад
Brian
6bd32cbcf3
Don't build yuvrect_client by default
Added 'extra' rule to build optional yuvrect_client, shape, xdemo programs
17 лет назад
Brian
60dd3b1d9a
remove unused var
17 лет назад
Alexey Sokolov
e58c365cda
define M_PI if needed
17 лет назад
Brian
f6ab1347d6
remove dependency on libGLU
18 лет назад
Michal Krol
918ea5168b
Rename 'mms-config.' to 'mms.config'.
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
18 лет назад
Dan Nicholson
c05aa5ec4c
specify app lib dependencies in Makefiles (patch 1/3)
18 лет назад
José Fonseca
414a933ad2
Ignore generated files.
18 лет назад
Dan Nicholson
8578534f48
Ignore new programs
18 лет назад
Kristian Høgsberg
a074857cdc
glxinfo: Try creating a GLX context using an fbconfig if no visuals are available.
18 лет назад
Kristian Høgsberg
aad5c0fdc7
pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.
18 лет назад
Kristian Høgsberg
a5b4bb393f
glxinfo: Also print number of fbconfigs.
18 лет назад
Kristian Høgsberg
87966baa8d
Fixup a couple of thinkos in glxinfo changes.
18 лет назад
Kristian Høgsberg
791ad0e77f
Implement support for printing glx fbconfigs in glxinfo.
18 лет назад
Kristian Høgsberg
f7d1d554b1
glxinfo: Only print visuals that actually support GLX.
18 лет назад
Kristian Høgsberg
c095f7e46a
Do XSync() before resetting error handler.
18 лет назад
Brian
72c888869f
Example of cooperative rendering into one window by two processes
18 лет назад
Brian
f1104b079f
New glxsnoop demo to display another window's z/stencil/back buffer.
18 лет назад
Dan Nicholson
b182613f2f
Ignore more generated files in progs/
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
18 лет назад
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
18 лет назад
Eric Anholt
b74140db66
Update .gitignore for tests and xdemos.
18 лет назад
Brian
24cd84162e
clean-up (see bug 12317)
18 лет назад
Xiang, Haihao
5dab3bf4bc
xdemo case: Wei Wang's patch for bug#9759
18 лет назад
Brian
e45b40381c
parse standard -geometry option
18 лет назад
Ingo Molnar
4a8ad16ec0
glxgears: Add an x/y window size parameter.
18 лет назад