flycast/core
Flyinghead 632aa95c2d gl4: depth test issue in non-autosort mode
Depth testing is done in the fragment shader so it shouldn't be done
in the a-buffer shader for the first pixel, or until the depth is updated.
Fixes flashlight and lightstorm effects in Alone in the Dark
2019-07-09 15:25:15 +02:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter rec-arm: fix immediate writem bug. clean up 2019-06-20 19:31:43 +02:00
cfg cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
deps remove webui, libwebsocket 2019-07-07 23:40:13 +02:00
emitter Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
hw Cleaner init. Get rid of LastImage 2019-07-08 18:10:43 +02:00
imgread Cleaner init. Get rid of LastImage 2019-07-08 18:10:43 +02:00
input audio: use new logging 2019-07-01 17:17:08 +02:00
khronos android: use gl3w loader and EGL 2019-02-20 00:09:34 +01:00
linux remove NACL 2019-07-07 22:56:23 +02:00
linux-dist audio: use new logging 2019-07-01 17:17:08 +02:00
log cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
oslib win32 build fix 2019-07-01 22:45:11 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-ARM64 cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-cpp cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-x64 cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-x86 rec-x86: ssa support 2019-06-14 23:34:18 +02:00
reios cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rend gl4: depth test issue in non-autosort mode 2019-07-09 15:25:15 +02:00
sdl renderer,sdl: use new logging 2019-07-01 17:41:15 +02:00
windows audio: use new logging 2019-07-01 17:17:08 +02:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Update README.md 2018-11-01 11:33:23 +02:00
build.h remove NACL 2019-07-07 22:56:23 +02:00
core.mk remove webui, libwebsocket 2019-07-07 23:40:13 +02:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp Cleaner init. Get rid of LastImage 2019-07-08 18:10:43 +02:00
serialize.cpp New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
stdclass.cpp OSX build fixes 2019-05-12 16:53:30 +02:00
stdclass.h New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
types.h Cleaner init. Get rid of LastImage 2019-07-08 18:10:43 +02:00
version.h.in CMake/Master working, tested on windows with Clang && MSC (x86,x64) 2019-04-12 16:59:39 -04:00

README.md

core/libdreamcast

===========

Here lies the core of our codebase. Everything that's OS inspecific rests here. ** Please check per directory README for more info **

Some rudimentary categories are:

  • hw -- DC Hardware Components Implementation
  • nullDC.cpp -- NullDC, thy mighty child (also referenced as "debugger")
  • emitter -- Cookie machine
  • khronos -- Vulkan stuff
  • oslib -- Codebase abstraction effort
  • cfg -- Configuration backend structure
  • reios -- (Our)Implementation of the DreamCast BIOS (Not functional)
  • deps -- External C libraries (hackish, hand-written versions)