Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added CheckError() calls.
Remove -ci option.
|
|
|
|
|
|
|
|
|
|
Only render the shadow/depth texture when really needed, not every frame.
Remove support for old SGIX shadow extensions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
threaded code. Seems to improve reliability quite a bit.
|
|
This seems more stabile than using one display connection for all threads.
Still get an occasional Xlib: unexpected async reply error, unfortunately.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- 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%.
|
|
- general constructors allowed;
- implement noise functions (from Stefan Gustavson - thanks!)
- cosmetic stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
|
|
|
|
|
|
|
|
|