search for: arb_copy_image

Displaying 2 results from an estimated 2 matches for "arb_copy_image".

2017 Nov 24
0
Wine release 2.22
...erators. ntdll: Fix size returned from RtlMakeSelfRelativeSD on 64-bit. advapi32/tests: Add tests for MakeSelfRelativeSD. advapi32: Fix size returned from ConvertStringSecurityDescriptorToSecurityDescriptor on 64-bit. Henri Verbeet (6): wined3d: Introduce a blitter based on ARB_copy_image. wined3d: Use raw blits in wined3d_device_copy_resource(). wined3d: Use raw blits in wined3d_device_copy_sub_resource_region(). wined3d: Clamp NULL source boxes in wined3d_device_copy_sub_resource_region(). wined3d: Add format class information for WINED3DFMT_R8G8B8A8_SNORM....
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
This patch series adds the needed support for this extension to the various parts of mesa to finally enable it for nvc0. Dave Airlie (1): glsl: lower cull_distance into cull_distance_mesa Tobias Klausmann (10): glapi: add GL_ARB_cull_distance mesa/main: add support for GL_ARB_cull_distance mesa/prog: Add varyings for arb_cull_distance mesa/st: add support for GL_ARB_cull_distance