st/mesa: Add a GLSL IR to TGSI translator.
[mesa.git] / src / mesa / state_tracker / st_mesa_to_tgsi.c
index a41e5b16a85efb405ff52ae9f188024bbd747579..75842286ba838bfb96ef859a4dec8e11672834da 100644 (file)
@@ -267,7 +267,7 @@ src_register( struct st_translate *t,
 /**
  * Map mesa texture target to TGSI texture target.
  */
-static unsigned
+unsigned
 translate_texture_target( GLuint textarget,
                           GLboolean shadow )
 {
@@ -511,7 +511,7 @@ static void emit_ddy( struct st_translate *t,
 
 
 
-static unsigned
+unsigned
 translate_opcode( unsigned op )
 {
    switch( op ) {