mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
docs: Note that GL_ARB_viewport_array is done on i965
At least for GEN7+, anyway. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
7837f425e7
commit
c2352a88ed
2 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ GL 4.1:
|
|||
GL_ARB_separate_shader_objects some infrastructure done
|
||||
GL_ARB_shader_precision not started
|
||||
GL_ARB_vertex_attrib_64bit not started
|
||||
GL_ARB_viewport_array not started
|
||||
GL_ARB_viewport_array DONE (i965)
|
||||
|
||||
|
||||
GL 4.2:
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.
|
|||
<ul>
|
||||
<li>GL_ARB_draw_indirect on i965.</li>
|
||||
<li>GL_ARB_clear_buffer_object</li>
|
||||
<li>GL_ARB_viewport_array on i965.</li>
|
||||
<li>GL_AMD_shader_trinary_minmax.</li>
|
||||
<li>Reduced memory usage for display lists.</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue