kolibrios/contrib/sdk/sources/Mesa/mesa-10.6.0/docs/ARB_color_buffer_float.txt
Sergey Semyonov (Serge) 0471f48b2c add mesa-10.6.0
git-svn-id: svn://kolibrios.org@5564 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-06-01 07:08:00 +00:00

5 lines
459 B
Plaintext

Known issues in the ARB_color_buffer_float implementation:
- Rendering to multiple render targets, some fixed-point, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled may write incorrect values to the fixed point buffers (depends on spec interpretation)
- For fragment programs with ARB_fog_* options, colors are clamped before fog application regardless of the fragment clamping setting (this depends on spec interpretation)