gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_from_mesa.h
index d0f211e31e0d4c4205204ef68bea37907c6d52f6..bfaa48d7fa389962af173dad4d4697cae8a12f41 100644 (file)
@@ -42,6 +42,11 @@ unsigned
 tgsi_get_generic_gl_varying_index(gl_varying_slot attr,
                                   bool needs_texcoord_semantic);
 
+void
+tgsi_get_gl_frag_result_semantic(gl_frag_result frag_result,
+                                 unsigned *semantic_name,
+                                 unsigned *semantic_index);
+
 static inline enum pipe_shader_type
 pipe_shader_type_from_mesa(gl_shader_stage stage)
 {