]> git.sesse.net Git - narabu/history - narabu-encoder.cpp
More fixes of hard-coded values.
[narabu] / narabu-encoder.cpp
2017-11-12 Steinar H. GundersonMore fixes of hard-coded values. master
2017-11-12 Steinar H. GundersonParametrize STREAM_BUF_SIZE in the .cpp file.
2017-11-12 Steinar H. GundersonFix some hardcoded resolutions in the encoder.
2017-10-17 Steinar H. GundersonMake rans.shader write uint32s, shedding the GL_NV_gpu_...
2017-10-17 Steinar H. GundersonAdd an assert to die early if the shader really fails.
2017-10-17 Steinar H. GundersonActivate the same-block optimization for the GPU encode...
2017-10-17 Steinar H. GundersonPull the rANS distributions into uniforms instead of...
2017-10-17 Steinar H. GundersonKill the division in the rANS GPU encoder.
2017-10-16 Steinar H. GundersonFix some texture permissions.
2017-10-16 Steinar H. GundersonRemove some redundant includes.
2017-10-16 Steinar H. GundersonFix some off-by-ones in the tally shader.
2017-10-16 Steinar H. GundersonMake the encoder 100% GPU. Not working yet, though.
2017-10-12 Steinar H. GundersonAdd rANS normalization to the encoder.
2017-10-10 Steinar H. GundersonSpeed up the histogram counting immensely by adding...
2017-10-10 Steinar H. GundersonStart trying to count the rANS distributions from the...
2017-10-09 Steinar H. GundersonAdd some more debugging.
2017-10-08 Steinar H. GundersonFix the upload type of the image.
2017-10-07 Steinar H. GundersonAdd the beginnings of a GPU encoder.