This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Releases: hunter-packages/ogles_gpgpu
Releases · hunter-packages/ogles_gpgpu
v0.2.6
Pass through alpha channels in median
v0.2.5
Fix GLSL syntax in a couple shaders to make them MSVC preprocessor friendly.
v0.2.4
update cmake project version
v0.2.3: Merge pull request #26 from hunter-packages/pr.linux
v0.2.2
rgb2luv,letterbox,swizzle (#25) * clang-format (consistent w/ project) * rgb2luv,letterbox,swizzle * rgb2luv colorspace conversion * letterbox effect (cinema style) * single texture swizzle shader * update unit tests * bump version * fix android block * add some almost_equal cv::Mat comparison machinery for tests * disable linux test as workarond for travis python issues * debug swizzle failure on travis (works locally) * replace gain==1 shader with simpler pass-through shader for SwizzleProc unit test * relax “almost equal” for swizzle emulator tests (will create separate issue)
v0.2.1
update MemTransferIOS::fromGPU(…, int index) calls to match new virtu…
v0.1.6-p3
v0.1.6-p2
- Fix destructor in Flow2Pipeline
- Add support for grayscale pass through shader
v0.1.6-p1
Move forward declaration from ogles_gpgpu namespace to global namespace (Android only)