diff --git a/README.md b/README.md index fde6a1ba..21fb50eb 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ draw calls per frame. | i5-2450M 2.5 | Mesa 10.2.0 | HD3000 | GCC | x64 | Linux | 19 | 6859 | | i7-920 2.66 | ES2-PowerVR | GTX650Ti | VS2008 | x86 | Windows7 | 18 | 5832 | | i7-920 2.66 | FF27-GL | GTX650Ti | Clang | JIT | W7-asm.js | 17 | 4913 | +| i7-4750HQ 2.0| Mesa 8.0.5 | LLVMPIPE | GCC | x64 | Linux | 16 | 4096 | | i7-920 2.66 | ES2-Qualcomm | GTX650Ti | VS2008 | x86 | Windows7 | 15 | 3375 | | i7-920 2.66 | ES2 | GTX650Ti | GCC | x64 | NaCl 31 | 15 | 3375 | | i7-920 2.66 | ES2 | GTX650Ti | Clang | JIT | PNaCl 31 | 15 | 3375 | diff --git a/examples/common/imgui/imgui.cpp b/examples/common/imgui/imgui.cpp index a584ff21..fd877e7b 100644 --- a/examples/common/imgui/imgui.cpp +++ b/examples/common/imgui/imgui.cpp @@ -1780,17 +1780,17 @@ struct Imgui } else { - /// - /// bb (black) - /// /\ - /// / \ - /// / \ - /// / \ - /// / \ - /// / .sel \ - /// / \ - /// cc(white)/____.ss_______\aa (hue) - /// + /* + * bb (black) + * /\ + * / \ + * / \ + * / \ + * / \ + * / .sel \ + * / \ + * cc(white)/____.ss_______\aa (hue) + */ const float ss[2] = { cc[0] + dirCa[0]*lenCa*hsv[1],