Files
test/source/blender/gpu
Antony Riakiotakis ff7220349d Compositing works with X-Ray.
Basically, before drawing X-Rays, we now bind a second depth buffer.
After drawing XRays, we do an extra resolve pass where we overwrite the
non-XRay depth buffer in pixels where the depth is not maximum (which
means background pixel, since depth is cleared before drawing X-Ray
objects).

This ensures both scene and X-Rays keep their depth values and are ready
for compositing. Well, the odd effect due to depth discontinuities can be
expected, and X-Rays are a bit more expensive (extra buffer + resolve pass)
but at least X-Rays won't invalidate depth values anymore. Whee!
2015-02-17 18:11:22 +01:00
..
2015-02-17 18:11:22 +01:00
2015-02-17 18:11:22 +01:00
2015-02-17 18:11:22 +01:00
2014-07-21 12:02:05 +02:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00
2014-07-23 15:26:08 +02:00
2015-02-12 18:54:41 +01:00