Brian Paul
9eb7fc6661
Merge branch 'mesa_7_7_branch'
...
Conflicts:
src/mesa/main/version.h
src/mesa/state_tracker/st_atom_shader.c
2009-12-21 18:35:54 -07:00
Brian Paul
79e74cda73
progs/demos: report pixel rate in million pixels / sec
2009-12-21 13:49:25 -07:00
Brian Paul
263f4322e7
progs/demos: fix glut initialization calls
...
Remove glutInitWindowPosition() calls to play nicer with window managers.
Move glutInitWindowSize() calls before glutInit() so the the default window
size can be overridden by the -geometry cmd line option.
2009-12-18 13:58:14 -07:00
Keith Whitwell
eb5d96968f
demos/readpix: add option to draw triangle instead of drawpix
2009-04-24 10:09:14 +01:00
Brian Paul
1ad12874b3
allocate larger TempImage, use COMBO var to choose test format/type
2006-09-23 16:09:26 +00:00
Brian Paul
713635adef
fix comment and #if test
2005-08-25 22:09:43 +00:00
Brian Paul
8818eae253
To better exercise pixel packing, replace regular glReadPixels with four
...
ReadPixels that get the image piece by piece.
2005-05-18 15:44:13 +00:00
Brian Paul
2d84ed83c4
include readtex.h
2005-01-09 17:39:06 +00:00
Brian Paul
0fe7f406be
include readtex.h instead of readtex.c (Marcello Magallon)
2005-01-09 17:06:22 +00:00
Brian Paul
4fe34f340c
(GLint*) casts in glGetIntegerv calls
2004-11-26 13:43:17 +00:00
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.
2004-10-16 01:16:54 +00:00
Ian Romanick
9ac51f57ef
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
2003-06-05 00:50:18 +00:00
Brian Paul
f02a5f6cc5
Pedantic compiler fixes (Sven Panne)
2002-07-12 15:54:01 +00:00
Alan Hourihane
a5cdf99951
remove test code
2002-05-02 09:17:59 +00:00
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).
2002-05-02 09:15:22 +00:00
Brian Paul
fdd631a941
removed CVS $Log comments
2002-04-22 16:03:37 +00:00
Brian Paul
1100b4daa3
use gray background, memset TempImage to white to help with debugging
2000-10-16 21:24:39 +00:00
Brian Paul
d3d72804b0
tweaks to allow different read formats/types
2000-03-31 01:01:31 +00:00
Brian Paul
4f6d60e9cf
added benchmarking
2000-03-23 19:47:25 +00:00
Brian Paul
eca1bc983d
test glDraw/Read/CopyPixels()
2000-03-01 16:23:14 +00:00