glide3x: applied commit fd64b6ac of guillemj to the sst1 testsuite.

This commit is contained in:
sezero
2018-08-22 16:27:02 +03:00
parent 1567a193fe
commit ffac0696a3
2 changed files with 8 additions and 10 deletions

View File

@@ -56,6 +56,10 @@ static const char *sourceFormatString[] = {
"GR_LFB_SRC_FMT_ZA16 "
};
static void imageConvert( void *dst,
void *src,
GrLfbSrcFmt_t format,
FxU32 *bpp );
void main( int argc, char **argv) {
char match;
@@ -81,11 +85,6 @@ void main( int argc, char **argv) {
static FxU32 imageWidth;
static FxU32 imageHeight;
static void imageConvert( void *dst,
void *src,
GrLfbSrcFmt_t format,
FxU32 *bpp );
srcfname[0] = 0;
dstfname[0] = 0;

View File

@@ -48,6 +48,10 @@ static const char *sourceFormatString[] = {
"GR_LFB_SRC_FMT_ZA16 "
};
static void imageConvert( void *dst,
void *src,
GrLfbSrcFmt_t format,
FxU32 *bpp );
void main( int argc, char **argv) {
char match;
@@ -69,11 +73,6 @@ void main( int argc, char **argv) {
static FxU32 imageWidth;
static FxU32 imageHeight;
static void imageConvert( void *dst,
void *src,
GrLfbSrcFmt_t format,
FxU32 *bpp );
/* Initialize Glide */
grGlideInit();
assert( hwconfig = tlVoodooType() );