| Brian Paul | 6f7834a | 2012-06-18 12:38:34 -0600 | [diff] [blame] | 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 | |
| 10 | <h1>Mesa 8.1 Release Notes / date TBD</h1> |
| 11 | |
| 12 | <p> |
| 13 | Mesa 8.1 is a new development release. |
| 14 | </p> |
| 15 | <p> |
| 16 | Mesa 8.1 implements the OpenGL 3.0 API, but the version reported by |
| 17 | glGetString(GL_VERSION) depends on the particular driver being used. |
| 18 | Some drivers don't support all the features required in OpenGL 3.0. |
| 19 | </p> |
| 20 | |
| 21 | |
| 22 | <h2>MD5 checksums</h2> |
| 23 | <pre> |
| 24 | tbd |
| 25 | </pre> |
| 26 | |
| 27 | |
| 28 | <h2>New features</h2> |
| 29 | |
| 30 | <p> |
| 31 | Note: some of the new features are only available with certain drivers. |
| 32 | </p> |
| 33 | |
| 34 | <ul> |
| Marek Olšák | 461e9f9 | 2012-07-07 15:09:05 +0200 | [diff] [blame] | 35 | <li>GL_ARB_base_instance</li> |
| 36 | <li>GL_ARB_blend_func_extended</li> |
| 37 | <li>GL_ARB_debug_output</li> |
| Brian Paul | 6f7834a | 2012-06-18 12:38:34 -0600 | [diff] [blame] | 38 | <li>GL_ARB_shader_bit_encoding</li> |
| Marek Olšák | 768589e | 2012-07-05 20:27:28 +0200 | [diff] [blame^] | 39 | <li>GL_ARB_timer_query</li> |
| Brian Paul | 6f7834a | 2012-06-18 12:38:34 -0600 | [diff] [blame] | 40 | <li>GL_EXT_unpack_subimage for ES 2.0</li> |
| 41 | <li>GL_EXT_read_format_bgra for ES 1.1 and 2.0</li> |
| Marek Olšák | 461e9f9 | 2012-07-07 15:09:05 +0200 | [diff] [blame] | 42 | <li>GL_EXT_texture_rg for ES 2.x</li> |
| 43 | <li>GL_NV_read_buffer for ES 2.0</li> |
| Brian Paul | 6f7834a | 2012-06-18 12:38:34 -0600 | [diff] [blame] | 44 | </ul> |
| 45 | |
| 46 | |
| 47 | <h2>Bug fixes</h2> |
| 48 | |
| 49 | <p>TBD -- This list is likely incomplete.</p> |
| 50 | |
| 51 | |
| 52 | <h2>Changes</h2> |
| 53 | |
| 54 | <p>TBD</p> |
| 55 | |
| 56 | |
| 57 | |
| 58 | </body> |
| 59 | </html> |