0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add tpixelformats.obj and treadpixperf.obj to Windows build. More... almost 17 years ago
Added additional tests that work on Windows. More... almost 17 years ago
move "using namespace std;" More... almost 17 years ago
move the "using namespace std;" lines after #includes More... about 17 years ago
In Windows makefiles, replace "deltree /y" with "rd /s /q" More... about 17 years ago
In MacOS/agl code, replace long with int when querying pixel format. Fixes build for MacOS 10.5, may break build for older MacOS versions. More... about 17 years ago
restore -O accidentally removed in prev commit More... about 17 years ago
replace -Wmissing-prototypes -Wmissing-declarations with -Wextra for MacOS More... about 17 years ago
Add an additional RCP test to check that all reciprocal result is smeared across the dest register's X, Y, Z and W channels. More... about 17 years ago
added swizzled move test to tfragprog1.cpp More... about 17 years ago
added another glsl1 test case for swizzled conditional expressions More... about 17 years ago
Add another swizzle test case for deeply nested swizzles. More... about 17 years ago
In stencil2 test exercise the two common stencil modes for shadow volumes. These tests also require stencil-wrap ability. More... about 17 years ago
new test for two-sided stencil More... about 17 years ago
add two more linker tests to tglsl1.cpp More... about 17 years ago
Four additional shader tests in tglsl1.cpp More... about 17 years ago
in ttexswizzle.cpp define the new GL tokens if GL_EXT_texture_swizzle is not in glext.h More... about 17 years ago
new shaderAPI test More... about 17 years ago
Use the new isApplicable() method in the glsl1 test. More... about 17 years ago
added isApplicable() method to BaseTest class More... about 17 years ago
minor reformattting in tbase.h More... about 17 years ago
add missing testOne assignment in tbase.h constructor macro More... about 17 years ago
just some comments in tbase.h More... about 17 years ago
In texSwizzle test, also report the texture color when there's a failure. More... about 17 years ago
Update texSwizzle to also test state setting/getting More... about 17 years ago
New test for GL_EXT_texture_swizzle. More... about 17 years ago
new test for checking GL_NV_texture_env_combine4 More... about 17 years ago
rename VertArrayBGRATest object More... about 17 years ago
disable some debug (lighting) code in BGRA vertex array test More... about 17 years ago
added Image::operator== to test if two images are identical More... about 17 years ago