Historique des commits

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