glide3x: applied commit fd64b6ac of guillemj to the sst1 testsuite.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user