r600: fix some warnings
This commit is contained in:
@@ -2078,9 +2078,9 @@ GLboolean assemble_alu_instruction(r700_AssemblerBase *pAsm)
|
||||
GLuint contiguous_slots_needed;
|
||||
|
||||
GLuint uNumSrc = r700GetNumOperands(pAsm);
|
||||
GLuint channel_swizzle, j;
|
||||
GLuint chan_counter[4] = {0, 0, 0, 0};
|
||||
PVSSRC * pSource[3];
|
||||
//GLuint channel_swizzle, j;
|
||||
//GLuint chan_counter[4] = {0, 0, 0, 0};
|
||||
//PVSSRC * pSource[3];
|
||||
GLboolean bSplitInst = GL_FALSE;
|
||||
|
||||
if (1 == pAsm->D.dst.math)
|
||||
|
||||
@@ -423,6 +423,7 @@ GLboolean assemble_vfetch_instruction2(r700_AssemblerBase* pAsm,
|
||||
GLuint _signed,
|
||||
GLboolean normalize,
|
||||
VTX_FETCH_METHOD * pFetchMethod);
|
||||
GLboolean cleanup_vfetch_instructions(r700_AssemblerBase* pAsm);
|
||||
GLuint gethelpr(r700_AssemblerBase* pAsm);
|
||||
void resethelpr(r700_AssemblerBase* pAsm);
|
||||
void checkop_init(r700_AssemblerBase* pAsm);
|
||||
|
||||
Reference in New Issue
Block a user