]> git.sesse.net Git - narabu/history - decoder.shader
Silence some Mesa warnings.
[narabu] / decoder.shader
2017-10-07 Steinar H. GundersonFix an IDCT error.
2017-10-03 Steinar H. GundersonRevert "Switch to 64-bit rANS, although probably due...
2017-10-03 Steinar H. GundersonSwitch to 64-bit rANS, although probably due for immedi...
2017-09-24 Steinar H. GundersonMake blocks per stream a named constant.
2017-09-24 Steinar H. GundersonStop hardcoding blocks per row in the shader.
2017-09-24 Steinar H. GundersonPredict Y DC from 128 instead of 0; microscopic improve...
2017-09-24 Steinar H. GundersonPredict DC across the entire slice instead of resetting...
2017-09-21 Steinar H. GundersonMake num_blocks a uniform.
2017-09-17 Steinar H. GundersonGo down to 4 rANS streams instead of 8.
2017-09-16 Steinar H. GundersonAdd some inactive debugging code to store the coefficients.
2017-09-16 Steinar H. GundersonAdd some parallel slicing code (not really a win).
2017-09-16 Steinar H. GundersonRemove some obsolete caching code.
2017-09-16 Steinar H. GundersonEncode sign bit directly in rANS, using some symmetry...
2017-09-16 Steinar H. GundersonAdd the GPU decoder itself.