File: ARB_color_buffer_float.txt

package info (click to toggle)
mesa 25.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 322,588 kB
  • sloc: ansic: 2,212,221; xml: 1,032,268; cpp: 519,763; python: 81,993; asm: 40,568; yacc: 11,976; lisp: 5,067; lex: 3,452; sh: 1,035; makefile: 224
file content (4 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (19)
1
2
3
4
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)