Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12.1.0.html 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Mesa Release Notes</title>
  6. <link rel="stylesheet" type="text/css" href="../mesa.css">
  7. </head>
  8. <body>
  9. <div class="header">
  10. <h1>The Mesa 3D Graphics Library</h1>
  11. </div>
  12. <iframe src="../contents.html"></iframe>
  13. <div class="content">
  14. <h1>Mesa 12.1.0 Release Notes / TBD</h1>
  15. <p>
  16. Mesa 12.1.0 is a new development release.
  17. People who are concerned with stability and reliability should stick
  18. with a previous release or wait for Mesa 12.1.1.
  19. </p>
  20. <p>
  21. Mesa 12.1.0 implements the OpenGL 4.4 API, but the version reported by
  22. glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
  23. glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
  24. Some drivers don't support all the features required in OpenGL 4.4. OpenGL
  25. 4.4 is <strong>only</strong> available if requested at context creation
  26. because compatibility contexts are not supported.
  27. </p>
  28. <h2>SHA256 checksums</h2>
  29. <pre>
  30. TBD.
  31. </pre>
  32. <h2>New features</h2>
  33. <p>
  34. Note: some of the new features are only available with certain drivers.
  35. </p>
  36. <ul>
  37. <li>OpenGL ES 3.1 on i965/hsw</li>
  38. <li>GL_ARB_ES3_1_compatibility on i965</li>
  39. <li>GL_ARB_clear_texture on r600, radeonsi</li>
  40. <li>GL_ARB_cull_distance on radeonsi</li>
  41. <li>GL_ARB_enhanced_layouts on i965</li>
  42. <li>GL_ARB_indirect_parameters on radeonsi</li>
  43. <li>GL_ARB_shader_draw_parameters on radeonsi</li>
  44. <li>GL_ARB_shader_group_vote on nvc0</li>
  45. <li>GL_ARB_stencil_texturing on i965/hsw</li>
  46. <li>GL_ARB_texture_stencil8 on i965/hsw</li>
  47. <li>GL_EXT_window_rectangles on nv50, nvc0</li>
  48. <li>GL_KHR_blend_equation_advanced on i965</li>
  49. <li>GL_KHR_texture_compression_astc_sliced_3d on i965</li>
  50. <li>GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li>
  51. <li>GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi</li>
  52. <li>GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi</li>
  53. <li>GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi</li>
  54. </ul>
  55. <h2>Bug fixes</h2>
  56. TBD.
  57. <h2>Changes</h2>
  58. TBD.
  59. </div>
  60. </body>
  61. </html>