Brian Paul
|
1ad12874b3
|
allocate larger TempImage, use COMBO var to choose test format/type
|
19 years ago |
Brian Paul
|
713635adef
|
fix comment and #if test
|
20 years ago |
Brian Paul
|
8818eae253
|
To better exercise pixel packing, replace regular glReadPixels with four
ReadPixels that get the image piece by piece.
|
20 years ago |
Brian Paul
|
2d84ed83c4
|
include readtex.h
|
20 years ago |
Brian Paul
|
0fe7f406be
|
include readtex.h instead of readtex.c (Marcello Magallon)
|
20 years ago |
Brian Paul
|
4fe34f340c
|
(GLint*) casts in glGetIntegerv calls
|
21 years ago |
Ian Romanick
|
33899b7c35
|
Add support for OES_read_format. As soon as glext.h is updated with the
enums for this extension, the changes to gl.h can be removed.
|
21 years ago |
Ian Romanick
|
9ac51f57ef
|
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
|
22 years ago |
Brian Paul
|
f02a5f6cc5
|
Pedantic compiler fixes (Sven Panne)
|
23 years ago |
Alan Hourihane
|
a5cdf99951
|
remove test code
|
23 years ago |
Alan Hourihane
|
056b35874b
|
glutSwapBuffers implicitly does a glFinish when swapping back to the front
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure
the pipeline is complete.
(Problem found with Chromium).
|
23 years ago |
Brian Paul
|
fdd631a941
|
removed CVS $Log comments
|
23 years ago |
Brian Paul
|
1100b4daa3
|
use gray background, memset TempImage to white to help with debugging
|
25 years ago |
Brian Paul
|
d3d72804b0
|
tweaks to allow different read formats/types
|
25 years ago |
Brian Paul
|
4f6d60e9cf
|
added benchmarking
|
25 years ago |
Brian Paul
|
eca1bc983d
|
test glDraw/Read/CopyPixels()
|
25 years ago |