Brian Paul
c61782958b
added wrappers/helpers for creating/destroying rendering contexts
pirms 20 gadiem
Brian Paul
c3984fc015
changed implementation of GetAllFBConfigs()
pirms 20 gadiem
Ian Romanick
29c909f81c
Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it
to the Makefile as well.
pirms 20 gadiem
Brian Paul
c39a4bc83c
s/Togle/Toggle/
pirms 20 gadiem
Keith Whitwell
46d50d9e8e
Add more formats to test.
pirms 20 gadiem
Ian Romanick
7457a648d2
If setting GL_PACK_INVERT_MESA results in a GL error, log it.
pirms 20 gadiem
Dave Airlie
8ca515097f
use girl2.rgb by default
pirms 20 gadiem
Dave Airlie
c68233cb35
Add glXAllocateMemoryMESA demo app using ycbcr...
add girl2.rgb which is a slightly resized girl.rgb so client texturing works
pirms 20 gadiem
Ian Romanick
4ea4589302
Simple test for GL_MESA_pack_invert.
pirms 21 gadiem
Ian Romanick
816c0c932d
Simple test for ARB_texture_env_crossbar functionality. It is difficult
to come up with good tests for this functionality that don't require
either ATI_texture_env_combine3 or NV_texture_env_combine4.
pirms 21 gadiem
Daniel Borca
fc4cabbfa8
makefile update (readtex, showbuffer)
pirms 21 gadiem
Brian Paul
98a9ad9241
added osmesa16 stuff
pirms 21 gadiem
Brian Paul
371f576731
assorted fixes
pirms 21 gadiem
Brian Paul
c84cde7b0b
added missing glFinish()
pirms 21 gadiem
Brian Paul
5c6b391900
reenable some assertions
pirms 21 gadiem
Brian Paul
31fb7648fc
added texobjshare.c
pirms 21 gadiem
Brian Paul
4f6d9aaa9a
test program for texture sharing, deleting, etc
pirms 21 gadiem
Daniel Borca
9ebce91a66
glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set).
i am committing this before i forget. however, i'm still leaving my code disabled, because the old code seems legal.
pirms 21 gadiem
Brian Paul
730fabd67a
fix some weirdness accidentally checked in in the past
pirms 21 gadiem
Daniel Borca
6a432a7c50
since we've already messed up this one, let we do it further and make it look like a fire...
pirms 21 gadiem
Daniel Borca
a6ddd2494a
remove trailing slash from TOP definition
pirms 21 gadiem
Keith Whitwell
f9b89910d1
new test to exercise context and window create/delete
pirms 21 gadiem
Brian Paul
0275d921ac
VMS updates from Jouk Jansen
pirms 21 gadiem
Brian Paul
14e98b7d7c
remove a debug line
pirms 21 gadiem
Brian Paul
ff53a4ee13
tweak output formattting, fixed uninitialized var error
pirms 21 gadiem
Brian Paul
527af7571e
minor readtex fixes
pirms 21 gadiem
Brian Paul
612bf1fa2e
improved animation rate
pirms 21 gadiem
Brian Paul
7a663b315e
rotate at fixed rate, changed fire effect (Marcelo Magallon)
pirms 21 gadiem
Brian Paul
a00c591511
rotate at fixed rate (Marcelo Magallon)
pirms 21 gadiem
Brian Paul
a4a31c5d76
use #ifdef to test for extension
pirms 21 gadiem
Brian Paul
2d84ed83c4
include readtex.h
pirms 21 gadiem
Brian Paul
92eddb0fd4
better animate rate (Marcelo Magallon)
pirms 21 gadiem
Brian Paul
516f9bc6e3
some new/improved rules
pirms 21 gadiem
Brian Paul
575d24a5ff
include readtex.h instead of readtex.c
pirms 21 gadiem
Brian Paul
0fe7f406be
include readtex.h instead of readtex.c (Marcello Magallon)
pirms 21 gadiem
Brian Paul
b58091a336
Add #ifdefs for extension testing (Marcello Magallon)
pirms 21 gadiem
Brian Paul
429efa9f00
animation rate patch (Marcello Magallon)
pirms 21 gadiem
Brian Paul
1b058a06c2
rotate at a reasonable rate
pirms 21 gadiem
Brian Paul
c1065ee977
compute reasonable animate rate (Marcelo Magallon)
pirms 21 gadiem
Brian Paul
0261042beb
fix-up rules for sphere demo, which uses readtex utility
pirms 21 gadiem
Brian Paul
ba5ceda7e0
added GetAllFBConfigs()
pirms 21 gadiem
Brian Paul
71fc6a3fc9
New GetAllFBConfigs() function. Some FBConfigs weren't reported before.
pirms 21 gadiem
Keith Whitwell
a61ee65910
Redraw on keypress, as apparently intended.
pirms 21 gadiem
Brian Paul
f72e4424d9
Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.
Added more functions to pbutil.[ch] to better isolate API differences.
pirms 21 gadiem
Keith Whitwell
16db15718d
Add a -fullscreen option
pirms 21 gadiem
Daniel Borca
3f1205819a
updated makefiles for gcc 3.4.3 and bnu 2.15
pirms 21 gadiem
Brian Paul
244adeb639
s/DP3/DP3_SAT/ to prevent negative values
pirms 21 gadiem
Brian Paul
8402149766
removed unused visInfo var
pirms 21 gadiem
Keith Whitwell
5aa1a111a4
Fix a couple of glitches
pirms 21 gadiem
Keith Whitwell
fc23672327
Improve the behaviour of the build system wrt depend files.
- Remove the -Y option for makedepend, so that the standard
directories are searched
- No longer pipe the multiple errors that the -Y option caused
into /dev/null -- we want to know about these failures.
- Fix up a few other misc makedepend failures.
pirms 21 gadiem