Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-enable animation | Brian Paul | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | Added render to depth texture support with GL_EXT_framebuffer_object. | Brian Paul | 2006-04-06 | 1 | -99/+227 |
| | | | | | Only render the shadow/depth texture when really needed, not every frame. Remove support for old SGIX shadow extensions. | ||||
* | set the texture border color for the depth texture | Brian Paul | 2006-04-05 | 1 | -1/+5 |
| | |||||
* | fix bad call to FindLine() | Brian Paul | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | added -f option for full-screeen | Brian Paul | 2006-03-30 | 1 | -1/+8 |
| | |||||
* | press '0' for glDrawBuffer(GL_NONE) | Brian Paul | 2006-03-30 | 1 | -5/+19 |
| | |||||
* | fix GETPROCADDRESS usage, remove carriage return chars (bug 6430) | Brian Paul | 2006-03-29 | 1 | -89/+99 |
| | |||||
* | s/glslnose.c/glslnoise/ (bug 6430) | Brian Paul | 2006-03-29 | 1 | -1/+1 |
| | |||||
* | Windows makefile to easily build all demo programs. | Karl Schultz | 2006-03-29 | 1 | -0/+118 |
| | |||||
* | Undef a conflicting symbol in Windows. | Karl Schultz | 2006-03-29 | 1 | -0/+3 |
| | |||||
* | add showbuffer.[ch] which could be in this dir after the targets are built. | Karl Schultz | 2006-03-29 | 1 | -0/+2 |
| | |||||
* | Remove unneeded includes of time.h | Karl Schultz | 2006-03-29 | 1 | -2/+0 |
| | |||||
* | lots of debug options, some code movement, etc | Brian Paul | 2006-03-24 | 1 | -30/+92 |
| | |||||
* | Added -l option for explicit locking around Xlib and GLX calls in | Brian Paul | 2006-03-23 | 1 | -5/+64 |
| | | | | threaded code. Seems to improve reliability quite a bit. | ||||
* | Added -p option to create a display connection per thread. | Brian Paul | 2006-03-23 | 1 | -23/+88 |
| | | | | | This seems more stabile than using one display connection for all threads. Still get an occasional Xlib: unexpected async reply error, unfortunately. | ||||
* | updated some printfs, added comment about sched_yield | Brian Paul | 2006-03-15 | 1 | -3/+7 |
| | |||||
* | use 'p' key to toggle use of GL_EXT_packed_depth_stencil | Brian Paul | 2006-03-15 | 1 | -8/+42 |
| | |||||
* | Display the correct bug number in the information text. | Ian Romanick | 2006-03-06 | 1 | -2/+2 |
| | |||||
* | Don't try to bind to proxy texture target. This is defined by the spec to be | Ian Romanick | 2006-03-06 | 1 | -5/+3 |
| | | | | | | | an error. Since we're working with a proxy target, don't bother using real texture data. Add a missing new-line in an error printf. | ||||
* | Build test for bugzilla #3050 | Ian Romanick | 2006-03-04 | 1 | -0/+1 |
| | |||||
* | Test case for bugzilla #3050. | Ian Romanick | 2006-03-04 | 1 | -0/+164 |
| | |||||
* | test glBlitFramebufferEXT w/ -blit flag | Brian Paul | 2006-03-02 | 1 | -2/+33 |
| | |||||
* | More GLSL code: | Michal Krol | 2006-02-21 | 2 | -37/+37 |
| | | | | | | | - uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%. | ||||
* | More GLSL code. | Michal Krol | 2006-02-18 | 3 | -23/+203 |
| | | | | | | - general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff. | ||||
* | Demonstrate GLSL fragment and vertex shaders. | Michal Krol | 2006-02-15 | 2 | -0/+286 |
| | |||||
* | s/malloc/calloc/, fix mem leak | Brian Paul | 2006-01-31 | 1 | -2/+5 |
| | |||||
* | updated comment | Brian Paul | 2006-01-30 | 1 | -6/+2 |
| | |||||
* | silence warning about duplicate M_PI definition | Brian Paul | 2006-01-30 | 1 | -1/+5 |
| | |||||
* | added more tests (Pedro Maia) | Brian Paul | 2006-01-30 | 1 | -1/+5 |
| | |||||
* | use fmod() when incrementing CubeRot | Brian Paul | 2006-01-30 | 1 | -4/+3 |
| | |||||
* | Test glCopyTexSubImage2D by drawing gears as texture on sides of a box. | Brian Paul | 2006-01-28 | 2 | -0/+487 |
| | |||||
* | Don't do swapbuffers if -nodraw specified. Get t0 after setup code. | Brian Paul | 2006-01-27 | 1 | -2/+9 |
| | |||||
* | Test glTexSubImage and glCopyTexSubImage rate. | Brian Paul | 2006-01-26 | 2 | -0/+344 |
| | | | | Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate. | ||||
* | copypixrate.c - measure the speed of glCopyPixels. | Brian Paul | 2006-01-26 | 2 | -0/+229 |
| | |||||
* | remove the GL_HP_occlusion_test code | Brian Paul | 2006-01-26 | 1 | -48/+0 |
| | |||||
* | Free visinfo object (Tilman Sauerbeck) | Brian Paul | 2006-01-16 | 1 | -0/+2 |
| | |||||
* | Fix the default target to remake readtex.o if needed | Adam Jackson | 2006-01-13 | 1 | -1/+2 |
| | |||||
* | Oops - bad file-completion typo. | Keith Whitwell | 2006-01-05 | 2 | -0/+114 |
| | |||||
* | add simple test for program local parameters | Keith Whitwell | 2006-01-05 | 3 | -92/+1 |
| | |||||
* | update to new API | Dave Airlie | 2005-12-23 | 2 | -2/+2 |
| | |||||
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 2 | -211/+0 |
| | | | | done with fragment programs nowadays. | ||||
* | s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/ | Brian Paul | 2005-12-10 | 1 | -1/+1 |
| | |||||
* | 'a' key to toggle animation | Brian Paul | 2005-12-08 | 1 | -9/+19 |
| | |||||
* | check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call | Brian Paul | 2005-11-23 | 1 | -3/+7 |
| | |||||
* | Choose the display mode / surface size in an intelligent way. | Brian Paul | 2005-11-23 | 1 | -34/+61 |
| | | | | | Fix // comments. More error checking, etc. | ||||
* | call gluDeleteQuadric() to fix mem leak | Brian Paul | 2005-11-19 | 1 | -0/+2 |
| | |||||
* | delete frame/renderbuffers upon exit, more error checking | Brian Paul | 2005-11-17 | 1 | -15/+29 |
| | |||||
* | added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects | Brian Paul | 2005-11-16 | 1 | -22/+76 |
| | |||||
* | Two subtle things missed on the previous commit. | Ian Romanick | 2005-11-15 | 1 | -1/+4 |
| | |||||
* | Add the ability for interleave to test passing invalid format enums | Ian Romanick | 2005-11-15 | 1 | -5/+43 |
| | | | | and invalid stride values (see bugzilla #5058). |