Displaying 3 results from an estimated 3 matches for "arb_texture_gather".
2014 Apr 04
0
[PATCH 2/2] docs: mark ARB_texture_gather as done on nvc0
...t
@@ -107,7 +107,7 @@ GL 4.0:
GL_ARB_tessellation_shader not started
GL_ARB_texture_buffer_object_rgb32 DONE (i965, nvc0, r600, radeonsi, softpipe)
GL_ARB_texture_cube_map_array DONE (i965, nv50, nvc0, r600, softpipe)
- GL_ARB_texture_gather DONE (i965, nv50)
+ GL_ARB_texture_gather DONE (i965, nv50, nvc0)
GL_ARB_transform_feedback2 DONE (i965, nv50, nvc0, r600, radeonsi)
GL_ARB_transform_feedback3 DONE (i965, nv50,...
2014 Apr 04
1
[Mesa-dev] [PATCH 2/2] docs: mark ARB_texture_gather as done on nvc0
...@ GL 4.0:
> GL_ARB_tessellation_shader not started
> GL_ARB_texture_buffer_object_rgb32 DONE (i965, nvc0, r600, radeonsi, softpipe)
> GL_ARB_texture_cube_map_array DONE (i965, nv50, nvc0, r600, softpipe)
> - GL_ARB_texture_gather DONE (i965, nv50)
> + GL_ARB_texture_gather DONE (i965, nv50, nvc0)
Do you also want to add this to the release notes?
> GL_ARB_transform_feedback2 DONE (i965, nv50, nvc0, r600, radeonsi)
> GL_...
2017 Apr 13
0
Wine release 2.6
...ender target views.
wined3d: Create texture views for render target views.
wined3d: Change GL internal format for R32_TYPELESS.
wined3d: Attach render target texture views to FBO.
wined3d: Differentiate between single layer and layered render target views.
wined3d: Add ARB_texture_gather extension.
wined3d: Implement SM4.1 gather4 instruction.
wined3d: Implement SM5 gather4_c instruction.
wined3d: Support SM5 variant of gather4.
wined3d: Implement SM5 gather4_po instruction.
wined3d: Implement SM4 retc instruction.
wined3d: Fix atomics for raw th...