<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BuddhaShader/BuddhaTest/Shaders, branch v0.0.2-kindaWorkingBetter</title>
<subtitle>First steps with OpenGL: A compute shader that renders a BuddhaBrot to an SSBO. Can also save the result to PNG for future viewing pleasure. </subtitle>
<id>https://git.grois.info/BuddhaShader/atom/BuddhaTest/Shaders?h=v0.0.2-kindaWorkingBetter</id>
<link rel='self' href='https://git.grois.info/BuddhaShader/atom/BuddhaTest/Shaders?h=v0.0.2-kindaWorkingBetter'/>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/'/>
<updated>2018-03-11T13:10:11Z</updated>
<entry>
<title>Instead of using the yDecoupler value directly, the code's now using the</title>
<updated>2018-03-11T13:10:11Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-11T13:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=ac16f6660983c143918b2a1133db5954a4e3ba31'/>
<id>urn:sha1:ac16f6660983c143918b2a1133db5954a4e3ba31</id>
<content type='text'>
hash of it, causing more drastic changes of the y=f(x,yDecoupler)
function with dispatch number.
</content>
</entry>
<entry>
<title>Decouple y and x value based on iteration. Should approximately square</title>
<updated>2018-03-11T12:13:38Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-11T12:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=6842d96a7ec31d3ec192c715fee45e895ed01a48'/>
<id>urn:sha1:6842d96a7ec31d3ec192c715fee45e895ed01a48</id>
<content type='text'>
teh available randomness!
</content>
</entry>
<entry>
<title>Remove useless mirror code in fragment shader. Buffer is already mirrored now.</title>
<updated>2018-03-10T20:09:41Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-10T20:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=b8d29915824d85adf0cf2f0035e58598a7e277bd'/>
<id>urn:sha1:b8d29915824d85adf0cf2f0035e58598a7e277bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move buffer dimensions out of buffer into uniforms. No longer odd -2</title>
<updated>2018-03-10T15:10:06Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-10T15:10:06Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=bff9c8b80ac858a271cdff3da7daeb2b43fc75bc'/>
<id>urn:sha1:bff9c8b80ac858a271cdff3da7daeb2b43fc75bc</id>
<content type='text'>
everywhere.
</content>
</entry>
<entry>
<title>Reduce buffer size by a factor of 2 (image is symmetric)</title>
<updated>2018-03-10T12:55:50Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-10T12:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=a0afe4bf8c011222b85c481ae209b09f75189858'/>
<id>urn:sha1:a0afe4bf8c011222b85c481ae209b09f75189858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mirroring in png output</title>
<updated>2018-03-10T12:46:12Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-10T12:46:12Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=710c12067531e6e05280d081203aeb3b945669a9'/>
<id>urn:sha1:710c12067531e6e05280d081203aeb3b945669a9</id>
<content type='text'>
Restrict starting value range to positive y-values, probably improving
random quality
</content>
</entry>
<entry>
<title>Make local work group size tweakable. (Not yet exposed to user)</title>
<updated>2018-03-10T12:31:14Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-10T12:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=01b47b49462a3b6ade6e8819edad9f2455fe1143'/>
<id>urn:sha1:01b47b49462a3b6ade6e8819edad9f2455fe1143</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Colorize</title>
<updated>2018-03-09T22:16:57Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-09T22:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=d9d395f85ec1ab1c8959118300d6e8be56d090e6'/>
<id>urn:sha1:d9d395f85ec1ab1c8959118300d6e8be56d090e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this thing render.</title>
<updated>2018-03-09T22:00:49Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-09T22:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=890e2bad880a1ba9396fbe4ed0ebf9de87f576ec'/>
<id>urn:sha1:890e2bad880a1ba9396fbe4ed0ebf9de87f576ec</id>
<content type='text'>
Also: Steal integer hash from stackexchange...
</content>
</entry>
<entry>
<title>Initial Commit</title>
<updated>2018-03-09T20:36:10Z</updated>
<author>
<name>Andreas Grois</name>
<email>andi@grois.info</email>
</author>
<published>2018-03-09T20:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.grois.info/BuddhaShader/commit/?id=3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5'/>
<id>urn:sha1:3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5</id>
<content type='text'>
</content>
</entry>
</feed>
