Hi; On 08/14/2014 01:52 PM, Dave Airlie wrote: > This is just the mesa and glsl compiler portions of the ARB_gpu_shader_fp64 > extension that I've been slowly iterating over the past few months. > > All in > http://cgit.freedesktop.org/~airlied/mesa/log/?h=arb_gpu_shader_fp64-submit > but underneath the gallium + softpipe + mesa/st development, which all > need further cleaning and docs.
I have some fixes/changes to this which I rebased on top of your latest tree, these are available here: http://cgit.freedesktop.org/~tpalli/mesa/log/?h=fp64_fixes Notably the last one (i965 changes) is very experimental and should be maybe ignored for now, others should be useful and fixes the fp64 tests I've been sending to Piglit. I introduced 'i2d and u2d', I'm not sure if this is wanted but it makes implicit conversions in ast_to_hir.cpp cleaner, other option would be to refactor implicit conversions code a bit. Let me know of your thoughts, I can go for refactor if these are not wanted. Thanks; > The biggest bits of this are the builtin generator, constant expression > handling and uniform interfaces. I suspect there are chunks in some patches > that might need to be in other, and the uniform patches are probably not very > well explained, mostly because I can't remember why exactly I did what I did > in a few places. > > Dave. > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev // Tapani _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev