Home | History | Annotate | Download | only in docs
      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 Extensions</title>
      6   <link rel="stylesheet" type="text/css" href="mesa.css">
      7 </head>
      8 <body>
      9 
     10 <div class="header">
     11   <h1>The Mesa 3D Graphics Library</h1>
     12 </div>
     13 
     14 <iframe src="contents.html"></iframe>
     15 <div class="content">
     16 
     17 <h1>Mesa Extensions</h1>
     18 
     19 <p>
     20 A number of extensions have been developed especially for Mesa.
     21 The specifications follow.
     22 </p>
     23 
     24 
     25 <ul>
     26 <li><a href="specs/MESA_agp_offset.spec">MESA_agp_offset.spec</a>
     27 <li><a href="specs/MESA_copy_sub_buffer.spec">MESA_copy_sub_buffer.spec</a>
     28 <li><a href="specs/MESA_drm_image.spec">MESA_drm_image.spec</a>
     29 <li><a href="specs/MESA_multithread_makecurrent.spec">MESA_multithread_makecurrent.spec</a>
     30 <li><a href="specs/OLD/MESA_packed_depth_stencil.spec">MESA_packed_depth_stencil.spec</a> (obsolete)
     31 <li><a href="specs/MESA_pack_invert.spec">MESA_pack_invert.spec</a>
     32 <li><a href="specs/MESA_pixmap_colormap.spec">MESA_pixmap_colormap.spec</a>
     33 <li><a href="specs/OLD/MESA_program_debug.spec">MESA_program_debug.spec</a> (obsolete)
     34 <li><a href="specs/MESA_release_buffers.spec">MESA_release_buffers.spec</a>
     35 <li><a href="specs/OLD/MESA_resize_buffers.spec">MESA_resize_buffers.spec</a> (obsolete)
     36 <li><a href="specs/MESA_set_3dfx_mode.spec">MESA_set_3dfx_mode.spec</a>
     37 <li><a href="specs/MESA_shader_debug.spec">MESA_shader_debug.spec</a>
     38 <li><a href="specs/OLD/MESA_sprite_point.spec">MESA_sprite_point.spec</a> (obsolete)
     39 <li><a href="specs/MESA_swap_control.spec">MESA_swap_control.spec</a>
     40 <li><a href="specs/MESA_swap_frame_usage.spec">MESA_swap_frame_usage.spec</a>
     41 <li><a href="specs/MESA_texture_array.spec">MESA_texture_array.spec</a>
     42 <li><a href="specs/MESA_texture_signed_rgba.spec">MESA_texture_signed_rgba.spec</a>
     43 <li><a href="specs/OLD/MESA_trace.spec">MESA_trace.spec</a> (obsolete)
     44 <li><a href="specs/MESA_window_pos.spec">MESA_window_pos.spec</a>
     45 <li><a href="specs/MESA_ycbcr_texture.spec">MESA_ycbcr_texture.spec</a>
     46 <li><a href="specs/WL_bind_wayland_display.spec">WL_bind_wayland_display.spec</a>
     47 </ul>
     48 
     49 </div>
     50 </body>
     51 </html>
     52