Advertisement
CGarces

Chrome on Lenovo

Nov 9th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Graphics Feature Status
  2. Canvas: Software only, hardware acceleration unavailable
  3. Flash: Hardware accelerated
  4. Flash Stage3D: Hardware accelerated
  5. Flash Stage3D Baseline profile: Hardware accelerated
  6. Compositing: Hardware accelerated
  7. Multiple Raster Threads: Disabled
  8. Rasterization: Hardware accelerated
  9. Video Decode: Software only, hardware acceleration unavailable
  10. Video Encode: Hardware accelerated
  11. WebGL: Hardware accelerated
  12. Driver Bug Workarounds
  13. clear_uniforms_before_first_program_use
  14. count_all_in_varyings_packing
  15. disable_post_sub_buffers_for_onscreen_surfaces
  16. scalarize_vec_and_mat_constructor_args
  17. use_virtualized_gl_contexts
  18. Problems Detected
  19. Accelerated 2d canvas is unstable in Linux at the moment
  20. Disabled Features: accelerated_2d_canvas
  21. Accelerated video decode is unavailable on Linux: 137247
  22. Disabled Features: accelerated_video_decode
  23. EXT_occlusion_query appears to be buggy with Intel GPUs on Linux
  24. Clear uniforms before first program use on all platforms: 124764, 349137
  25. Applied Workarounds: clear_uniforms_before_first_program_use
  26. Mesa drivers in Linux handle varyings without static use incorrectly: 333885
  27. Applied Workarounds: count_all_in_varyings_packing
  28. Disable partial swaps on linux drivers: 339493
  29. Applied Workarounds: disable_post_sub_buffers_for_onscreen_surfaces
  30. Always rewrite vec/mat constructors to be consistent: 398694
  31. Applied Workarounds: scalarize_vec_and_mat_constructor_args
  32. MakeCurrent is slow on Linux
  33. Applied Workarounds: use_virtualized_gl_contexts
  34. Raster is using a single thread.
  35. Disabled Features: multiple_raster_threads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement