Welcome to mirror list, hosted at ThFree Co, Russian Federation.

a_triblt.inc « source « Kasumi « VirtualDub « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb969c56fca3b6ecb35c5fdcc37a3d2c45f7fd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
		struc	span
.u		resd	1
.v		resd	1
		endstruc

		struc	mipspan
.u		resd	1
.v		resd	1
.lambda	resd	1
		endstruc

		struc	mipmap
.bits	resd	1
.pitch	resd	1
.uvmul	resd	1
		resd	1
		endstruc

		struc	texinfo
.mips	resd	16*4
.dst	resd	1
.src	resd	1
.w		resd	1
		endstruc