radeonsi: first bits for non-monolithic shaders
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index 4c3c14ae169717afd807f27a85da8c59c40307e7..66b31560b92ec9862ec15046ababe0113fbd74a6 100644 (file)
@@ -363,7 +363,7 @@ static inline bool si_vs_exports_prim_id(struct si_shader *shader)
                return false;
 }
 
-/* radeonsi_shader.c */
+/* si_shader.c */
 int si_shader_create(struct si_screen *sscreen, LLVMTargetMachineRef tm,
                     struct si_shader *shader,
                     struct pipe_debug_callback *debug);