Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

features.txt 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. # Status of OpenGL extensions in Mesa
  2. Here's how to read this file:
  3. all DONE: <driver>, ...
  4. All the extensions are done for the given list of drivers.
  5. DONE
  6. The extension is done for Mesa and no implementation is necessary on the
  7. driver-side.
  8. DONE ()
  9. The extension is done for Mesa and all the drivers in the "all DONE" list.
  10. DONE (<driver>, ...)
  11. The extension is done for Mesa, all the drivers in the "all DONE" list, and
  12. all the drivers in the brackets.
  13. in progress
  14. The extension is started but not finished yet.
  15. not started
  16. The extension isn't started yet.
  17. # OpenGL Core and Compatibility context support
  18. OpenGL 3.1 and later versions are only supported with the Core profile.
  19. There are no plans to support GL_ARB_compatibility. The last supported OpenGL
  20. version with all deprecated features is 3.0. Some of the later GL features
  21. are exposed in the 3.0 context as extensions.
  22. Feature Status
  23. ------------------------------------------------------- ------------------------
  24. GL 3.0, GLSL 1.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
  25. glBindFragDataLocation, glGetFragDataLocation DONE
  26. GL_NV_conditional_render (Conditional rendering) DONE ()
  27. GL_ARB_map_buffer_range (Map buffer subranges) DONE ()
  28. GL_ARB_color_buffer_float (Clamping controls) DONE ()
  29. GL_ARB_texture_float (Float textures, renderbuffers) DONE ()
  30. GL_EXT_packed_float DONE ()
  31. GL_EXT_texture_shared_exponent DONE ()
  32. GL_ARB_depth_buffer_float (Float depth buffers) DONE ()
  33. GL_ARB_framebuffer_object (Framebuffer objects) DONE ()
  34. GL_ARB_half_float_pixel DONE (all drivers)
  35. GL_ARB_half_float_vertex DONE ()
  36. GL_EXT_texture_integer DONE ()
  37. GL_EXT_texture_array DONE ()
  38. GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE ()
  39. GL_EXT_texture_compression_rgtc DONE ()
  40. GL_ARB_texture_rg DONE ()
  41. GL_EXT_transform_feedback (Transform feedback) DONE ()
  42. GL_ARB_vertex_array_object (Vertex array objects) DONE ()
  43. GL_EXT_framebuffer_sRGB (sRGB framebuffer format) DONE ()
  44. glClearBuffer commands DONE
  45. glGetStringi command DONE
  46. glTexParameterI, glGetTexParameterI commands DONE
  47. glVertexAttribI commands DONE
  48. Depth format cube textures DONE ()
  49. GLX_ARB_create_context (GLX 1.4 is required) DONE
  50. Multisample anti-aliasing DONE (llvmpipe (*), softpipe (*), swr (*))
  51. (*) llvmpipe, softpipe, and swr have fake Multisample anti-aliasing support
  52. GL 3.1, GLSL 1.40 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr
  53. Forward compatible context support/deprecations DONE ()
  54. GL_ARB_draw_instanced (Instanced drawing) DONE ()
  55. GL_ARB_copy_buffer (Buffer copying) DONE ()
  56. GL_NV_primitive_restart (Primitive restart) DONE ()
  57. 16 vertex texture image units DONE ()
  58. GL_ARB_texture_buffer_object (Texture buffer objs) DONE (for OpenGL 3.1 contexts)
  59. GL_ARB_texture_rectangle (Rectangular textures) DONE ()
  60. GL_ARB_uniform_buffer_object (Uniform buffer objs) DONE ()
  61. GL_EXT_texture_snorm (Signed normalized textures) DONE ()
  62. GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
  63. Core/compatibility profiles DONE
  64. Geometry shaders DONE ()
  65. GL_ARB_vertex_array_bgra (BGRA vertex order) DONE (swr)
  66. GL_ARB_draw_elements_base_vertex (Base vertex offset) DONE (swr)
  67. GL_ARB_fragment_coord_conventions (Frag shader coord) DONE (swr)
  68. GL_ARB_provoking_vertex (Provoking vertex) DONE (swr)
  69. GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (swr)
  70. GL_ARB_texture_multisample (Multisample textures) DONE (swr)
  71. GL_ARB_depth_clamp (Frag depth clamp) DONE (swr)
  72. GL_ARB_sync (Fence objects) DONE (swr)
  73. GLX_ARB_create_context_profile DONE
  74. GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
  75. GL_ARB_blend_func_extended DONE (swr)
  76. GL_ARB_explicit_attrib_location DONE (all drivers that support GLSL)
  77. GL_ARB_occlusion_query2 DONE (swr)
  78. GL_ARB_sampler_objects DONE (all drivers)
  79. GL_ARB_shader_bit_encoding DONE (swr)
  80. GL_ARB_texture_rgb10_a2ui DONE (swr)
  81. GL_ARB_texture_swizzle DONE (swr)
  82. GL_ARB_timer_query DONE (swr)
  83. GL_ARB_instanced_arrays DONE (swr)
  84. GL_ARB_vertex_type_2_10_10_10_rev DONE (swr)
  85. GL 4.0, GLSL 4.00 --- all DONE: i965/gen8+, nvc0, r600, radeonsi
  86. GL_ARB_draw_buffers_blend DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr)
  87. GL_ARB_draw_indirect DONE (i965/gen7+, llvmpipe, softpipe, swr)
  88. GL_ARB_gpu_shader5 DONE (i965/gen7+)
  89. - 'precise' qualifier DONE
  90. - Dynamically uniform sampler array indices DONE (softpipe)
  91. - Dynamically uniform UBO array indices DONE ()
  92. - Implicit signed -> unsigned conversions DONE
  93. - Fused multiply-add DONE ()
  94. - Packing/bitfield/conversion functions DONE (softpipe)
  95. - Enhanced textureGather DONE (softpipe)
  96. - Geometry shader instancing DONE (llvmpipe, softpipe)
  97. - Geometry shader multiple streams DONE ()
  98. - Enhanced per-sample shading DONE ()
  99. - Interpolation functions DONE ()
  100. - New overload resolution rules DONE
  101. GL_ARB_gpu_shader_fp64 DONE (llvmpipe, softpipe)
  102. GL_ARB_sample_shading DONE (i965/gen6+, nv50)
  103. GL_ARB_shader_subroutine DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr)
  104. GL_ARB_tessellation_shader DONE (i965/gen7+)
  105. GL_ARB_texture_buffer_object_rgb32 DONE (i965/gen6+, llvmpipe, softpipe, swr)
  106. GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, llvmpipe, softpipe)
  107. GL_ARB_texture_gather DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr)
  108. GL_ARB_texture_query_lod DONE (i965, nv50, softpipe)
  109. GL_ARB_transform_feedback2 DONE (i965/gen7+, nv50, llvmpipe, softpipe, swr)
  110. GL_ARB_transform_feedback3 DONE (i965/gen7+, nv50, llvmpipe, softpipe, swr)
  111. GL 4.1, GLSL 4.10 --- all DONE: i965/gen8+, nvc0, r600, radeonsi
  112. GL_ARB_ES2_compatibility DONE (i965, nv50, llvmpipe, softpipe, swr)
  113. GL_ARB_get_program_binary DONE (0 binary formats)
  114. GL_ARB_separate_shader_objects DONE (all drivers)
  115. GL_ARB_shader_precision DONE (all drivers that support GLSL 4.10)
  116. GL_ARB_vertex_attrib_64bit DONE (llvmpipe, softpipe)
  117. GL_ARB_viewport_array DONE (i965, nv50, llvmpipe, softpipe)
  118. GL 4.2, GLSL 4.20 -- all DONE: i965/gen8+, nvc0, radeonsi
  119. GL_ARB_texture_compression_bptc DONE (i965, r600)
  120. GL_ARB_compressed_texture_pixel_storage DONE (all drivers)
  121. GL_ARB_shader_atomic_counters DONE (i965, softpipe)
  122. GL_ARB_texture_storage DONE (all drivers)
  123. GL_ARB_transform_feedback_instanced DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
  124. GL_ARB_base_instance DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
  125. GL_ARB_shader_image_load_store DONE (i965, softpipe)
  126. GL_ARB_conservative_depth DONE (all drivers that support GLSL 1.30)
  127. GL_ARB_shading_language_420pack DONE (all drivers that support GLSL 1.30)
  128. GL_ARB_shading_language_packing DONE (all drivers)
  129. GL_ARB_internalformat_query DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
  130. GL_ARB_map_buffer_alignment DONE (all drivers)
  131. GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi
  132. GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30)
  133. GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30)
  134. GL_ARB_clear_buffer_object DONE (all drivers)
  135. GL_ARB_compute_shader DONE (i965, softpipe)
  136. GL_ARB_copy_image DONE (i965, nv50, r600, softpipe, llvmpipe)
  137. GL_KHR_debug DONE (all drivers)
  138. GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL)
  139. GL_ARB_fragment_layer_viewport DONE (i965, nv50, r600, llvmpipe, softpipe)
  140. GL_ARB_framebuffer_no_attachments DONE (i965, r600, softpipe)
  141. GL_ARB_internalformat_query2 DONE (all drivers)
  142. GL_ARB_invalidate_subdata DONE (all drivers)
  143. GL_ARB_multi_draw_indirect DONE (i965, r600, llvmpipe, softpipe, swr)
  144. GL_ARB_program_interface_query DONE (all drivers)
  145. GL_ARB_robust_buffer_access_behavior DONE (i965)
  146. GL_ARB_shader_image_size DONE (i965, softpipe)
  147. GL_ARB_shader_storage_buffer_object DONE (i965, softpipe)
  148. GL_ARB_stencil_texturing DONE (i965/hsw+, nv50, r600, llvmpipe, softpipe, swr)
  149. GL_ARB_texture_buffer_range DONE (nv50, i965, r600, llvmpipe)
  150. GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30)
  151. GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample)
  152. GL_ARB_texture_view DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
  153. GL_ARB_vertex_attrib_binding DONE (all drivers)
  154. GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+
  155. GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers)
  156. GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600, radeonsi)
  157. GL_ARB_clear_texture DONE (i965, nv50, nvc0, r600, radeonsi)
  158. GL_ARB_enhanced_layouts DONE (i965)
  159. - compile-time constant expressions DONE
  160. - explicit byte offsets for blocks DONE
  161. - forced alignment within blocks DONE
  162. - specified vec4-slot component numbers DONE (i965)
  163. - specified transform/feedback layout DONE
  164. - input/output block locations DONE
  165. GL_ARB_multi_bind DONE (all drivers)
  166. GL_ARB_query_buffer_object DONE (i965/hsw+, nvc0)
  167. GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
  168. GL_ARB_texture_stencil8 DONE (i965/hsw+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
  169. GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
  170. GL 4.5, GLSL 4.50:
  171. GL_ARB_ES3_1_compatibility DONE (i965/gen8+, nvc0, radeonsi)
  172. GL_ARB_clip_control DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
  173. GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
  174. GL_ARB_cull_distance DONE (i965, nv50, nvc0, llvmpipe, softpipe, swr)
  175. GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600, radeonsi)
  176. GL_ARB_direct_state_access DONE (all drivers)
  177. GL_ARB_get_texture_sub_image DONE (all drivers)
  178. GL_ARB_shader_texture_image_samples DONE (i965, nv50, nvc0, r600, radeonsi)
  179. GL_ARB_texture_barrier DONE (i965, nv50, nvc0, r600, radeonsi)
  180. GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful)
  181. GL_KHR_robustness DONE (i965)
  182. GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)
  183. These are the extensions cherry-picked to make GLES 3.1
  184. GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, radeonsi
  185. GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30)
  186. GL_ARB_compute_shader DONE (i965/gen7+, softpipe)
  187. GL_ARB_draw_indirect DONE (i965/gen7+, r600, llvmpipe, softpipe, swr)
  188. GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL)
  189. GL_ARB_framebuffer_no_attachments DONE (i965/gen7+, r600, softpipe)
  190. GL_ARB_program_interface_query DONE (all drivers)
  191. GL_ARB_shader_atomic_counters DONE (i965/gen7+, softpipe)
  192. GL_ARB_shader_image_load_store DONE (i965/gen7+, softpipe)
  193. GL_ARB_shader_image_size DONE (i965/gen7+, softpipe)
  194. GL_ARB_shader_storage_buffer_object DONE (i965/gen7+, softpipe)
  195. GL_ARB_shading_language_packing DONE (all drivers)
  196. GL_ARB_separate_shader_objects DONE (all drivers)
  197. GL_ARB_stencil_texturing DONE (nv50, r600, llvmpipe, softpipe, swr)
  198. GL_ARB_texture_multisample (Multisample textures) DONE (i965/gen7+, nv50, r600, llvmpipe, softpipe)
  199. GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample)
  200. GL_ARB_vertex_attrib_binding DONE (all drivers)
  201. GS5 Enhanced textureGather DONE (i965/gen7+, r600)
  202. GS5 Packing/bitfield/conversion functions DONE (i965/gen6+, r600)
  203. GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)
  204. Additional functionality not covered above:
  205. glMemoryBarrierByRegion DONE
  206. glGetTexLevelParameter[fi]v - needs updates DONE
  207. glGetBooleani_v - restrict to GLES enums
  208. gl_HelperInvocation support DONE (i965, r600)
  209. GLES3.2, GLSL ES 3.2:
  210. GL_EXT_color_buffer_float DONE (all drivers)
  211. GL_KHR_blend_equation_advanced DONE (i965)
  212. GL_KHR_debug DONE (all drivers)
  213. GL_KHR_robustness DONE (i965)
  214. GL_KHR_texture_compression_astc_ldr DONE (i965/gen9+)
  215. GL_OES_copy_image DONE (all drivers)
  216. GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend)
  217. GL_OES_draw_elements_base_vertex DONE (all drivers)
  218. GL_OES_geometry_shader started (idr)
  219. GL_OES_gpu_shader5 DONE (all drivers that support GL_ARB_gpu_shader5)
  220. GL_OES_primitive_bounding_box not started
  221. GL_OES_sample_shading DONE (i965, nvc0, r600, radeonsi)
  222. GL_OES_sample_variables DONE (i965, nvc0, r600, radeonsi)
  223. GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store)
  224. GL_OES_shader_io_blocks DONE (i965/gen8+, nvc0, radeonsi)
  225. GL_OES_shader_multisample_interpolation DONE (i965, nvc0, r600, radeonsi)
  226. GL_OES_tessellation_shader started (Ken)
  227. GL_OES_texture_border_clamp DONE (all drivers)
  228. GL_OES_texture_buffer DONE (i965, nvc0, radeonsi)
  229. GL_OES_texture_cube_map_array not started (based on GL_ARB_texture_cube_map_array, which is done for all drivers)
  230. GL_OES_texture_stencil8 DONE (all drivers that support GL_ARB_texture_stencil8)
  231. GL_OES_texture_storage_multisample_2d_array DONE (all drivers that support GL_ARB_texture_multisample)
  232. Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES version:
  233. GL_ARB_bindless_texture started (airlied)
  234. GL_ARB_cl_event not started
  235. GL_ARB_compute_variable_group_size not started
  236. GL_ARB_ES3_2_compatibility not started
  237. GL_ARB_fragment_shader_interlock not started
  238. GL_ARB_gpu_shader_int64 started (airlied for core and Gallium, idr for i965)
  239. GL_ARB_indirect_parameters DONE (nvc0, radeonsi)
  240. GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014
  241. GL_ARB_pipeline_statistics_query DONE (i965, nvc0, radeonsi, softpipe, swr)
  242. GL_ARB_post_depth_coverage not started
  243. GL_ARB_robustness_isolation not started
  244. GL_ARB_sample_locations not started
  245. GL_ARB_seamless_cubemap_per_texture DONE (i965, nvc0, radeonsi, r600, softpipe, swr)
  246. GL_ARB_shader_atomic_counter_ops DONE (nvc0, radeonsi, softpipe)
  247. GL_ARB_shader_ballot not started
  248. GL_ARB_shader_clock DONE (i965/gen7+)
  249. GL_ARB_shader_draw_parameters DONE (i965, nvc0, radeonsi)
  250. GL_ARB_shader_group_vote DONE (nvc0)
  251. GL_ARB_shader_stencil_export DONE (i965/gen9+, radeonsi, softpipe, llvmpipe, swr)
  252. GL_ARB_shader_viewport_layer_array not started
  253. GL_ARB_sparse_buffer not started
  254. GL_ARB_sparse_texture not started
  255. GL_ARB_sparse_texture2 not started
  256. GL_ARB_sparse_texture_clamp not started
  257. GL_ARB_texture_filter_minmax not started
  258. GL_ARB_transform_feedback_overflow_query not started
  259. GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+)
  260. GL_KHR_no_error not started
  261. GL_KHR_texture_compression_astc_hdr DONE (core only)
  262. GL_KHR_texture_compression_astc_sliced_3d not started
  263. GL_OES_depth_texture_cube_map DONE (all drivers that support GLSL 1.30+)
  264. GL_OES_EGL_image DONE (all drivers)
  265. GL_OES_EGL_image_external_essl3 not started
  266. GL_OES_required_internalformat not started - GLES2 extension based on OpenGL ES 3.0 feature
  267. GL_OES_surfaceless_context DONE (all drivers)
  268. GL_OES_texture_compression_astc DONE (core only)
  269. GL_OES_texture_float DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe)
  270. GL_OES_texture_float_linear DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe)
  271. GL_OES_texture_half_float DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe)
  272. GL_OES_texture_half_float_linear DONE (i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe)
  273. GL_OES_texture_view not started - based on GL_ARB_texture_view
  274. GLX_ARB_context_flush_control not started
  275. GLX_ARB_robustness_application_isolation not started
  276. GLX_ARB_robustness_share_group_isolation not started
  277. The following extensions are not part of any OpenGL or OpenGL ES version, and
  278. we DO NOT WANT implementations of these extensions for Mesa.
  279. GL_ARB_geometry_shader4 Superseded by GL 3.2 geometry shaders
  280. GL_ARB_matrix_palette Superseded by GL_ARB_vertex_program
  281. GL_ARB_shading_language_include Not interesting
  282. GL_ARB_shadow_ambient Superseded by GL_ARB_fragment_program
  283. GL_ARB_vertex_blend Superseded by GL_ARB_vertex_program
  284. More info about these features and the work involved can be found at
  285. http://dri.freedesktop.org/wiki/MissingFunctionality