]> 4ch.mooo.com Git - 16.git/commitdiff
I DID IT PLANAR BUFFERING IS RENDERED! IT JUST NEEDS POLISHING~
authorsparky4 <sparky4@cock.li>
Thu, 29 Oct 2015 19:45:25 +0000 (14:45 -0500)
committersparky4 <sparky4@cock.li>
Thu, 29 Oct 2015 19:45:25 +0000 (14:45 -0500)
16.exe
exmmtest.exe
planrpcx.exe
scroll.exe
src/lib/modex16.c
test.exe

diff --git a/16.exe b/16.exe
index 98ab90f9c7b11751171219a0ed7402f5f7c61144..34522c02e03c7e884a3ec6f1469c278403a893d6 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 659f5ba96f80acc4c2eccca190b20f4e7cfba319..6dcbec0a07a8c0434e882d1789af0774443500e7 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 6abccccd6ab823f54698a60b63ba8061c21c07cb..11c90fcb47a7d6bba199bdebd416ddc4eddfe5a9 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 053a9a692931557dda972ab26d47fa149b56897b..bba47e3d9a3b7b69ec786c35ee0cbf5fbdd93795 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 8a0015bd5e2b06f9a1d7ec22551bf4d4e658ed8a..810fc73beb5e0106b7e630975c117b7d57a301c9 100755 (executable)
@@ -656,7 +656,7 @@ void
 modexDrawBmpPBufRegion(page_t *page, int x, int y,\r
                   int rx, int ry, int rw, int rh, planar_buf_t *bmp) {\r
        word poffset = (word) page->data  + y*(page->width/4) + x/4;\r
-       byte huge *data = *bmp->plane;//+bmp->offset;\r
+       byte *data = *bmp->plane;//+bmp->offset;\r
        word bmpOffset = (word) data + ry * bmp->width + rx;\r
        word width = rw/4;\r
        word height = rh/4;\r
@@ -723,7 +723,7 @@ void
 modexDrawSpritePBufRegion(page_t *page, int x, int y,\r
                      int rx, int ry, int rw, int rh, planar_buf_t *bmp) {\r
        word poffset = (word)page->data + y*(page->width/4) + x/4;\r
-       byte huge *data = *bmp->plane;//+bmp->offset;\r
+       byte *data = *bmp->plane;//+bmp->offset;\r
        word bmpOffset = (word) data + ry * bmp->width + rx;\r
        word width = rw/4;\r
        word height = rh/4;\r
index a3678822e2bea2059e81b19310e1b1c1290dd0bf..03a5daf2d5af12cc1ec40a953e4343f6065eb25d 100755 (executable)
Binary files a/test.exe and b/test.exe differ