diff options
author | Marek Olšák <[email protected]> | 2014-04-24 03:03:43 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-07-18 01:58:58 +0200 |
commit | 2a7b57ad4269e7267922ff695a57b9a2ce413a06 (patch) | |
tree | 196525e88a5b5647eacfd2f0cdebc97e748396e1 /docs | |
parent | 887b69a2336df21d2c61ad65352a0cc7f23fec41 (diff) |
radeonsi: implement ARB_draw_indirect
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 4 | ||||
-rw-r--r-- | docs/relnotes/10.3.html | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 924f47990a6..0f37da4102d 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -98,7 +98,7 @@ GL 4.0: GLSL 4.0 not started GL_ARB_draw_buffers_blend DONE (i965, nv50, nvc0, r600, radeonsi, softpipe) - GL_ARB_draw_indirect DONE (i965, nvc0) + GL_ARB_draw_indirect DONE (i965, nvc0, radeonsi, softpipe, llvmpipe) GL_ARB_gpu_shader5 started - 'precise' qualifier DONE - Dynamically uniform sampler array indices started (Chris) @@ -165,7 +165,7 @@ GL 4.3: GL_ARB_framebuffer_no_attachments not started GL_ARB_internalformat_query2 not started GL_ARB_invalidate_subdata DONE (all drivers) - GL_ARB_multi_draw_indirect DONE (i965, nvc0) + GL_ARB_multi_draw_indirect DONE (i965, nvc0, radeonsi, softpipe, llvmpipe) GL_ARB_program_interface_query not started GL_ARB_robust_buffer_access_behavior not started GL_ARB_shader_image_size not started diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index b757e5f0175..90247c09c05 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -45,7 +45,9 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_compressed_texture_pixel_storage on all drivers</li> +<li>GL_ARB_draw_indirect on nvc0, radeonsi</li> <li>GL_ARB_explicit_uniform_location (all drivers that support GLSL)</li> +<li>GL_ARB_multi_draw_indirect on nvc0, radeonsi</li> <li>GL_ARB_sample_shading on radeonsi</li> <li>GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi</li> <li>GL_ARB_texture_cube_map_array on radeonsi</li> @@ -56,7 +58,6 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe</li> <li>GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600</li> <li>GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600</li> -<li>GL_ARB_(multi_)draw_indirect on nvc0</li> </ul> |