Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Releases: hunter-packages/ogles_gpgpu

v0.2.6

19 Nov 16:44
75c1395
Compare
Choose a tag to compare

Pass through alpha channels in median

v0.2.5

20 Oct 13:38
Compare
Choose a tag to compare

Fix GLSL syntax in a couple shaders to make them MSVC preprocessor friendly.

v0.2.4

13 Sep 01:22
Compare
Choose a tag to compare

update cmake project version

v0.2.3: Merge pull request #26 from hunter-packages/pr.linux

12 Sep 11:46
Compare
Choose a tag to compare

v0.2.2

12 Sep 00:26
Compare
Choose a tag to compare
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

13 Aug 22:58
Compare
Choose a tag to compare
update MemTransferIOS::fromGPU(…, int index) calls to match new virtu…

v0.1.6-p3

12 Jul 17:00
Compare
Choose a tag to compare
[skip ci] [ci skip] update appveyor build badge

v0.1.6-p2

18 Dec 16:50
Compare
Choose a tag to compare
  • Fix destructor in Flow2Pipeline
  • Add support for grayscale pass through shader

v0.1.6-p1

04 Dec 18:38
Compare
Choose a tag to compare

Move forward declaration from ogles_gpgpu namespace to global namespace (Android only)

v0.1.6

13 Nov 03:54
Compare
Choose a tag to compare
Fix 'find_dependency' call