Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  fate: add BRender PIX tests

Conflicts:
	tests/fate/image.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
09ebd87a34
6 changed files with 30 additions and 0 deletions
  1. +20
    -0
      tests/fate/image.mak
  2. +2
    -0
      tests/ref/fate/brenderpix-24
  3. +2
    -0
      tests/ref/fate/brenderpix-565
  4. +2
    -0
      tests/ref/fate/brenderpix-defpal
  5. +2
    -0
      tests/ref/fate/brenderpix-intpal
  6. +2
    -0
      tests/ref/fate/brenderpix-y400a

+ 20
- 0
tests/fate/image.mak View File

@@ -7,6 +7,26 @@ fate-aliaspix-gray: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/firstgray.pix -
FATE_ALIASPIX-$(call DEMDEC, IMAGE2, ALIAS_PIX) += $(FATE_ALIASPIX)
FATE_IMAGE += $(FATE_ALIASPIX-yes)
fate-aliaspix: $(FATE_ALIASPIX-yes)

FATE_BRENDERPIX += fate-brenderpix-24
fate-brenderpix-24: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/sbwheel.pix

FATE_BRENDERPIX += fate-brenderpix-565
fate-brenderpix-565: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/maximafront.pix

FATE_BRENDERPIX += fate-brenderpix-defpal
fate-brenderpix-defpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/rivrock1.pix

FATE_BRENDERPIX += fate-brenderpix-intpal
fate-brenderpix-intpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/testtex.pix

FATE_BRENDERPIX += fate-brenderpix-y400a
fate-brenderpix-y400a: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/gears.pix

FATE_BRENDERPIX-$(call DEMDEC, IMAGE2, BRENDER_PIX) += $(FATE_BRENDERPIX)
FATE_IMAGE += $(FATE_BRENDERPIX-yes)
fate-brenderpix: $(FATE_BRENDERPIX-yes)

FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx



+ 2
- 0
tests/ref/fate/brenderpix-24 View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 32768, 0x18bc6caa

+ 2
- 0
tests/ref/fate/brenderpix-565 View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 32768, 0xfd855dda

+ 2
- 0
tests/ref/fate/brenderpix-defpal View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 66560, 0xee71bd50

+ 2
- 0
tests/ref/fate/brenderpix-intpal View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 66560, 0x51a30b0d

+ 2
- 0
tests/ref/fate/brenderpix-y400a View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 3072, 0x48280456

Loading…
Cancel
Save