Brian Paul
c35e021f37
code refactoring (draw_frame(0, handle_event())
17 years ago
Brian Paul
c5342ad0d0
remove references to incorrect -winwidth/-winheight, replace with -geometry
17 years ago
Kristian Høgsberg
51cd168da4
glxgears: oops, remove accidental commit of glFinish() hack.
17 years ago
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 years ago
Brian
e45b40381c
parse standard -geometry option
18 years ago
Ingo Molnar
4a8ad16ec0
glxgears: Add an x/y window size parameter.
18 years ago
Brian Paul
4c6319db9c
call reshape() after init() to set initial projection/viewing transform (see bug 6941)
19 years ago
Tilman Sauerbeck
601c02f783
bug 6941: fixed initial rendering problems in glxgears
19 years ago
Brian Paul
c8ea111166
usage() function
19 years ago
Brian Paul
e78a3c42e4
delete display lists upon exit
20 years ago
Brian Paul
612bf1fa2e
improved animation rate
20 years ago
Keith Whitwell
16db15718d
Add a -fullscreen option
21 years ago
Brian Paul
2083131643
added stereo option (Jacek Rosik)
21 years ago
Brian Paul
07553c58fd
wrap angle value (Philipp Klaus Krause)
21 years ago
Brian Paul
50253ea0a3
Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).
New glxswapcontrol.c file added.
22 years ago
Ian Romanick
b2a4aecd80
Removed an accidental addition in the previous commit.
22 years ago
Brian Paul
785774deb2
applied Ian's misc patches
22 years ago
Jouk Jansen
370d7ad007
Committing in .
Updating OpenVMS compile support
Modified Files:
Mesa/src/descrip.mms Mesa/xdemos/glxgears.c
----------------------------------------------------------------------
22 years ago
Brian Paul
ebab631c9c
fix typo
22 years ago
Brian Paul
ad80233d5d
add support for swap and sync extensions (Ian Romanick)
22 years ago
Jouk Jansen
f72a3da697
Committing in .
Add compile support in the xdemos directory for OpenVMS
Modified Files:
Mesa/descrip.mms Mesa/xdemos/descrip.mms
Mesa/xdemos/glxgears.c
----------------------------------------------------------------------
23 years ago
Brian Paul
355da23785
gears using GLX instead of GLUT
24 years ago