Commit Verlauf

Autor SHA1 Nachricht Datum
  m9710797 7798365712 removed ARM assembly code (fix crash on Android) vor 6 Jahren
  Wouter Vermaelen 594ab30ad9 Reorganize mode selection in CharacterConverter (and BitmapConverter) vor 10 Jahren
  Manuel Bilderbeek 6f30980c10 Implement that V99x8 does not support mixed modes vor 10 Jahren
  Maarten ter Huurne bc9eded99d Add missing #includes of "components.hh" vor 10 Jahren
  wouter 9c58265013 Ran include-what-you-use and removed some #includes vor 11 Jahren
  Maarten ter Huurne 6f61dd3aed Remove __restrict qualifiers on methods in templated classes vor 11 Jahren
  Maarten ter Huurne 6b193d2168 Make __restrict declarations match implementations vor 11 Jahren
  wouter 4fdc38a90a Use uint6_t/uint32_t as type for a 16/32bpp pixel vor 11 Jahren
  Manuel Bilderbeek 9b39dd6f9e Use system independent type for holding pointers. vor 11 Jahren
  wouter 072ad4083b Simplify video template (explicit) instantiation stuff vor 11 Jahren
  wouter d089095d55 Various text-processing stuff vor 11 Jahren
  Wouter Vermaelen 94aebb1991 Fix compilation on x86_64 vor 11 Jahren
  Alex Wulms 8016d6e163 Fix crash on ARMv6 with 16bpp rendermode for screen 5, when vdpreg18 is on non-even X position vor 11 Jahren
  Wouter Vermaelen f2e8f7d6ac Use 'auto' to simplify c++ casts vor 12 Jahren
  Wouter Vermaelen 2172981701 Replace our implementation of type_traits with standard versions vor 12 Jahren
  Wouter Vermaelen 967913c0cb Replaced our STATIC_ASSERT macro with the c++11 static_assert feature vor 12 Jahren
  Wouter Vermaelen 92b78b33b0 [5/14] fix inline asm: BitmapConverter.cc vor 12 Jahren
  Wouter Vermaelen 7dc6fb3d13 Make our ARM inline asm routines compile in Thumb2 mode vor 13 Jahren
  Wouter Vermaelen 3c2b5a2c81 Simplified mode dispatch in BitmapConverter/CharacterConverter vor 14 Jahren
  Wouter Vermaelen 6307dcda75 Also made 'this-pointer' restrict vor 14 Jahren
  Maarten ter Huurne 6ec4c8a418 Fix link errors when HAVE_32BPP is false but COMPONENT_GL is true. vor 15 Jahren
  Maarten ter Huurne 43840964cb If a component is not present, #define it to 0 instead of not defining it. This way if you forget to include the right header, you get a compile error instead of an object with the wrong contents. vor 15 Jahren
  Wouter Vermaelen 3a12b48098 second round of changes to make code compile in VC++ vor 16 Jahren
  Wouter Vermaelen 2f7172e5ff merged part of mfeingol's work to make openMSX compile with VC++ vor 16 Jahren
  Wouter Vermaelen 0759523a01 added ARM asm routines for screen2/5 rendering / low-scaler vor 17 Jahren
  Wouter Vermaelen 2b5f74f3eb conditionally compile 16bpp/32bpp and scaler code vor 17 Jahren
  Wouter Vermaelen b30766e973 optimized scrn5/7 rendering (see ChangeLog) vor 17 Jahren
  Maarten ter Huurne 19a02e69ec Moved setDisplayMode from .hh to .cc file, since it is too big to inline and not performance critical either. vor 17 Jahren
  Wouter Vermaelen 93e5202951 tiny speedup vor 17 Jahren
  Wouter Vermaelen 5020eaf2ec added optimized clipping routines vor 17 Jahren