<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/apps/plugins/xworld/sys.c, branch working</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>merge</title>
<updated>2016-11-24T21:22:40+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-24T21:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=84b550b7856ae98c5d4655d171415aa8198dec95'/>
<id>84b550b7856ae98c5d4655d171415aa8198dec95</id>
<content type='text'>
Change-Id: I1c02ad0476eb055eac78ecf717dbff07510ceef7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1c02ad0476eb055eac78ecf717dbff07510ceef7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'puzzles' into working</title>
<updated>2016-11-24T20:38:20+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-24T20:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=46ae5224a5c39ee2bc3945d5f5511d290a3b926e'/>
<id>46ae5224a5c39ee2bc3945d5f5511d290a3b926e</id>
<content type='text'>
Change-Id: I66c3920266e141767b776203e0c4f0076260dadc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I66c3920266e141767b776203e0c4f0076260dadc
</pre>
</div>
</content>
</entry>
<entry>
<title>XWorld: some fixes</title>
<updated>2016-11-19T18:17:14+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-04T02:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=05733649bce2623acfad7b163501c6fdefea985a'/>
<id>05733649bce2623acfad7b163501c6fdefea985a</id>
<content type='text'>
Fixes sound on most platforms, original root cause was bad menu code
as well as DMA callbacks taking too long. Worked around with smaller
chunk sizes. Permanent fix would include moving mixing out of the
callback. Rewrites input with code from rockboy/doom. Cherry-picks a
change from Gregory Montoir's `rawgl' to patch the code wheel
screen. Finally, adds a motion blur filter on select targets.

Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sound on most platforms, original root cause was bad menu code
as well as DMA callbacks taking too long. Worked around with smaller
chunk sizes. Permanent fix would include moving mixing out of the
callback. Rewrites input with code from rockboy/doom. Cherry-picks a
change from Gregory Montoir's `rawgl' to patch the code wheel
screen. Finally, adds a motion blur filter on select targets.

Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
</pre>
</div>
</content>
</entry>
<entry>
<title>motion blur, etc</title>
<updated>2016-11-19T17:13:17+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-19T17:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=23115e9856bd9d13b85186b47112723ab2c87772'/>
<id>23115e9856bd9d13b85186b47112723ab2c87772</id>
<content type='text'>
Change-Id: Iab5b232d0b8e664c710a1bd6145edae16e261a64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iab5b232d0b8e664c710a1bd6145edae16e261a64
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'xworldfix7' into working</title>
<updated>2016-11-15T22:49:35+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-15T22:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=259094f1c5a7af3d0f43e9143b997e701c7ba4dd'/>
<id>259094f1c5a7af3d0f43e9143b997e701c7ba4dd</id>
<content type='text'>
Change-Id: Ib64bdc349194f14802c3e669eb376bd9619f0d26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib64bdc349194f14802c3e669eb376bd9619f0d26
</pre>
</div>
</content>
</entry>
<entry>
<title>XWorld: some fixes</title>
<updated>2016-11-15T22:44:10+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-04T02:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=012c120698b0bf77217bee950d17a5f25d4e5e8b'/>
<id>012c120698b0bf77217bee950d17a5f25d4e5e8b</id>
<content type='text'>
Should fix sound on most platforms... right now the main issue is the
mixer callback taking too long and causing the DMA to hang or crash on
some systems. Worked around for now with small chunk sizes, permanent
fix would involve moving mixing totally out of the callback. Also
rewrites input code with code taken from rockboy which was also used
in doom, which finally makes it possible to beat the first level!
Finally, cherry-picks a change from Gregory Montoir's `rawgl' to
always succeed on the code wheel verification.

Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should fix sound on most platforms... right now the main issue is the
mixer callback taking too long and causing the DMA to hang or crash on
some systems. Worked around for now with small chunk sizes, permanent
fix would involve moving mixing totally out of the callback. Also
rewrites input code with code taken from rockboy which was also used
in doom, which finally makes it possible to beat the first level!
Finally, cherry-picks a change from Gregory Montoir's `rawgl' to
always succeed on the code wheel verification.

Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
</pre>
</div>
</content>
</entry>
<entry>
<title>final fixes</title>
<updated>2016-11-15T22:39:14+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-15T22:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e9ffa0c7f730486edef98182045fc6d0610e15b3'/>
<id>e9ffa0c7f730486edef98182045fc6d0610e15b3</id>
<content type='text'>
Change-Id: Ia9143508c90f1c4be8018c801038ea751c1d4cb3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia9143508c90f1c4be8018c801038ea751c1d4cb3
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some minor stuff</title>
<updated>2016-11-12T00:03:10+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-12T00:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3b81775fa03c037a4d0d29483fbe70c3e36e22e9'/>
<id>3b81775fa03c037a4d0d29483fbe70c3e36e22e9</id>
<content type='text'>
Change-Id: If9e846be4c03c0f61c5813fc3522aa472a70fbc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If9e846be4c03c0f61c5813fc3522aa472a70fbc2
</pre>
</div>
</content>
</entry>
<entry>
<title>less selective boost</title>
<updated>2016-11-07T00:09:35+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-07T00:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6548cca06542a50ea542bae22130de288f254707'/>
<id>6548cca06542a50ea542bae22130de288f254707</id>
<content type='text'>
Change-Id: I3ce3f7d5c8cab0c01ef45c692acd174a2a8b3fff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3ce3f7d5c8cab0c01ef45c692acd174a2a8b3fff
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "boost selectively"</title>
<updated>2016-11-06T23:54:18+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>frankhwei536@gmail.com</email>
</author>
<published>2016-11-06T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b4eda0ec627b5e51a1bc92cba6d10dbee2d16d93'/>
<id>b4eda0ec627b5e51a1bc92cba6d10dbee2d16d93</id>
<content type='text'>
This reverts commit 173d9fb38b029122e85610a69334ddb44107bd78.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 173d9fb38b029122e85610a69334ddb44107bd78.
</pre>
</div>
</content>
</entry>
</feed>
