|
|
|
@ -50,6 +50,8 @@ following: |
|
|
|
@todo Replace @extension{APPLE,vertex_array_object} with ARB version (we use only ARB functions without APPLE fallback) |
|
|
|
@todo Replace @extension{APPLE,vertex_array_object} with ARB version (we use only ARB functions without APPLE fallback) |
|
|
|
@todo @extension{APPLE,flush_buffer_range} doesn't add anything to @extension{ARB,map_buffer_range} (remove it and leave only ARB one) |
|
|
|
@todo @extension{APPLE,flush_buffer_range} doesn't add anything to @extension{ARB,map_buffer_range} (remove it and leave only ARB one) |
|
|
|
@todo @extension{EXT,texture_array} overlaps with @extension{ARB,framebuffer_object} |
|
|
|
@todo @extension{EXT,texture_array} overlaps with @extension{ARB,framebuffer_object} |
|
|
|
|
|
|
|
@todo Replace @extension{NV,depth_buffer_float} with @extension{ARB,depth_buffer_float} and implement the missing @fn_gl{DepthRange} function |
|
|
|
|
|
|
|
@todo @extension{ARB,half_float_pixel}, @extension{ARB,half_float_vertex}? |
|
|
|
|
|
|
|
|
|
|
|
%Extension | Status |
|
|
|
%Extension | Status |
|
|
|
-------------------------------------------- | ------ |
|
|
|
-------------------------------------------- | ------ |
|
|
|
@ -191,6 +193,8 @@ following: |
|
|
|
|
|
|
|
|
|
|
|
@subsection opengl-support-44 OpenGL 4.4 |
|
|
|
@subsection opengl-support-44 OpenGL 4.4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@todo Also fallback to @extension{AMD,query_buffer_object} |
|
|
|
|
|
|
|
|
|
|
|
%Extension | Status |
|
|
|
%Extension | Status |
|
|
|
-------------------------------------------- | ------ |
|
|
|
-------------------------------------------- | ------ |
|
|
|
@extension{ARB,buffer_storage} | | |
|
|
|
@extension{ARB,buffer_storage} | | |
|
|
|
@ -204,6 +208,10 @@ following: |
|
|
|
|
|
|
|
|
|
|
|
@subsection opengl-support-extensions OpenGL extensions |
|
|
|
@subsection opengl-support-extensions OpenGL extensions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@todo @extension{ARB,sparse_texture}, @extension{ARB,bindless_texture} + their vendor equivalents |
|
|
|
|
|
|
|
@todo @extension{ATI,meminfo}, @extension{NVX,gpu_memory_info}, GPU temperature |
|
|
|
|
|
|
|
@todo @extension{AMD,performance_monitor}, @extension{INTEL,performance_query} |
|
|
|
|
|
|
|
|
|
|
|
%Extension | Status |
|
|
|
%Extension | Status |
|
|
|
-------------------------------------------- | ------ |
|
|
|
-------------------------------------------- | ------ |
|
|
|
@extension{AMD,vertex_shader_layer} | done (shading language only) |
|
|
|
@extension{AMD,vertex_shader_layer} | done (shading language only) |
|
|
|
|