-
Notifications
You must be signed in to change notification settings - Fork 28
/
STATUS
59 lines (50 loc) · 2.89 KB
/
STATUS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ____ ___ | / _____ _____
# | __ | |___/ | |
# |___| ___| | \ __|__ | gsKit Open Source Project.
# ----------------------------------------------------------------------
# Copyright 2004 - Chris "Neovanglist" Gilbert <[email protected]>
# Licenced under Academic Free License version 2.0
# Review gsKit README & LICENSE files for further details.
This is an overview of the current project status.
This project has 7 major components:
gsCore - Low level routines that are critical to gsKit operation, as well as the renderpipe.
gsFont - Font handling, conversion, and printing routines.
gsInit - GS initialization and configuration routines.
gsMisc - Miscellaneous routines that do not fit anywhere else.
gsPrimitive - Primitive creation, manipulation, and handling routines.
gsTexture - Texture loading, manipulation, and handling routines.
gsVU1 - VU1 renderpipe.
dmaKit Components:
dmaCore - Core DMA routines.
dmaInit - DMA Initilization routines.
______________________________________________________________
| Component | Comment | % |
|--------------------------------------------------------------|
| gsCore | Completed. | 100% |
|--------------------------------------------------------------|
| gsInit | Completed. | 100% |
|--------------------------------------------------------------|
| gsMisc | PAL/NTSC/DTV/VGA Work | 100% |
|--------------------------------------------------------------|
| gsPrimitive | Completed. | 100% |
|--------------------------------------------------------------|
| gsTexture | Completed. | 100% |
|--------------------------------------------------------------|
| gsFont | BMP, FNT, and FONTM Implimented. | 90% |
|--------------------------------------------------------------|
| gsVU1 | Not Started. | 0% |
|--------------------------------------------------------------|
| dmaCore | Completed. | 100% |
|--------------------------------------------------------------|
| dmaInit | Completed. | 100% |
|--------------------------------------------------------------|
Contributors: Please do not modify this file without letting the others
know what's going on. Please document your changes in the
ChangeLog instead.
BUGS:
* Scaling for DVD modes untested.
* Reports of Mode StartX/StartY values off. Please e-mail me with ones that work for you.
* JPG Support Crashes (jpgOpen (fileXioOpen) crashes in sample/textures).
* Something really wrong happens with vsync when GSKIT_DEBUG enabled.
* Font sample doesn't work (crashes with "not enough VRAM")
* Almost all warnings fixed except of some unused variables and one maybe unitialized value.