Chia-I Wu
472a601966
progs/egl: Fix screen surface demos.
Set the screen surface size to the mode size, as the spec requires the
screen surface size to be larger than the mode size. Besides, bind the
API to OpenGL as they are written in it.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
16 years ago
Vinson Lee
8a29e3f8e8
progs/egl: Silence uninitialized variable warnings.
16 years ago
Brian Paul
5b7d9053a0
progs/egl: put declarations before code
16 years ago
Chia-I Wu
fa8df0c40d
progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
16 years ago
Alan Hourihane
5c9d0c7052
pick first mode
17 years ago
Brian Paul
af540ef369
egl: updated egl.h include paths
17 years ago
Jakob Bornecrantz
3e867959e9
egl: Fix warning in eglgears
17 years ago
Brian Paul
a6af2e3345
include eglext.h, define EGL_EGLEXT_PROTOTYPES
17 years ago
Jakob Bornecrantz
3f9de6ff7d
egl: Updated EGL samples to use new i915 EGL winsys
17 years ago
Brian Paul
790ab0a0b6
s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/
20 years ago
Brian Paul
957b517c4f
Choose the display mode / surface size in an intelligent way.
Fix // comments.
More error checking, etc.
20 years ago
Jon Smirl
9a4dbf1cff
Fix up some of the sample to work with the r200 EGL driver
20 years ago
Brian Paul
badad72383
eglgears demo (Dane Rushton)
20 years ago
Brian Paul
04da5cea31
test of aux buffer rendering
22 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
23 years ago
Brian Paul
ad80233d5d
add support for swap and sync extensions (Ian Romanick)
23 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
25 years ago