Module CS/plugins/video/renderer/opengl/glexthlp/

back to main page

Summary Period: 2002-08-04 to 2003-05-29

Modules

[root]/CS/plugins/video/renderer/opengl/glexthlp

Lines Of Code


Total Lines Of Code: 73 (2003-07-11 20:29)

Authors

Author Changes Lines of code Lines per change
Totals 6 (100.0%) 75 (100.0%) 12.5
res2002 4 (66.7%) 72 (96.0%) 18.0
jorrit 1 (16.7%) 2 (2.7%) 2.0
norman 1 (16.7%) 1 (1.3%) 1.0

Most Recent Commits

jorrit 2003-05-29 08:07

Replaced NULL with 0.

2 lines of code changed in:

norman 2002-08-26 16:28

moved inclusion of extstat.h into ogl_initext.h

1 lines of code changed in:

res2002 2002-08-04 04:30

- fixed weird linebreaks in csglext.h
- changed the way GL exts are detected.
instead of iterating through Video.OpenGL.UseExtension now the
extension list from the driver is compared with an internal list of supported
extensions. that has the advantage that not only explicitly activated exts
are reported, but also supported but deactivated ones.
- changed the way GL exts are initialized.
instead of having a single routine with lots of conditionals a combination
of macros and generated source files is used. so instead of having to
add/change code in several places it's now sufficient to add a line in a
single file and run a script when adding support for a new extension.

72 lines of code changed in:


Generated by StatCvs v0.2-dev