Added bilinear filtering
This commit is contained in:
parent
6daeb5a158
commit
c70aa1fe99
5 changed files with 241 additions and 61 deletions
|
|
@ -162,6 +162,8 @@ fixed_t dc_destalpha; // Alpha value used by dc_destblend
|
|||
|
||||
// first pixel in a column (possibly virtual)
|
||||
const BYTE* dc_source;
|
||||
const BYTE* dc_source2;
|
||||
uint32_t dc_texturefracx;
|
||||
|
||||
BYTE* dc_dest;
|
||||
int dc_count;
|
||||
|
|
@ -171,6 +173,8 @@ DWORD vince[4];
|
|||
BYTE* palookupoffse[4];
|
||||
fixed_t palookuplight[4];
|
||||
const BYTE* bufplce[4];
|
||||
const BYTE* bufplce2[4];
|
||||
uint32_t buftexturefracx[4];
|
||||
|
||||
// just for profiling
|
||||
int dccount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue