Commit 055d0ffc authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Fix detection of greyscale palettes

Detail:
  s/Module - Fixed detection of greyscale palettes
Admin:
  Tested on BB-xM


Version 0.02. Tagged as 'BlendTable-0_02'
parent d95a39f9
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.01"
Module_Version SETA 1
Module_MajorVersion SETS "0.02"
Module_Version SETA 2
Module_MinorVersion SETS ""
Module_Date SETS "06 Oct 2013"
Module_ApplicationDate SETS "06-Oct-13"
Module_Date SETS "09 Mar 2014"
Module_ApplicationDate SETS "09-Mar-14"
Module_ComponentName SETS "BlendTable"
Module_ComponentPath SETS "bsd/RiscOS/Sources/Video/Render/BlendTable"
Module_FullVersion SETS "0.01"
Module_HelpVersion SETS "0.01 (06 Oct 2013)"
Module_FullVersion SETS "0.02"
Module_HelpVersion SETS "0.02 (09 Mar 2014)"
END
/* (0.01)
/* (0.02)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.01
#define Module_MajorVersion_CMHG 0.02
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Oct 2013
#define Module_Date_CMHG 09 Mar 2014
#define Module_MajorVersion "0.01"
#define Module_Version 1
#define Module_MajorVersion "0.02"
#define Module_Version 2
#define Module_MinorVersion ""
#define Module_Date "06 Oct 2013"
#define Module_Date "09 Mar 2014"
#define Module_ApplicationDate "06-Oct-13"
#define Module_ApplicationDate "09-Mar-14"
#define Module_ComponentName "BlendTable"
#define Module_ComponentPath "bsd/RiscOS/Sources/Video/Render/BlendTable"
#define Module_FullVersion "0.01"
#define Module_HelpVersion "0.01 (06 Oct 2013)"
#define Module_LibraryVersionInfo "0:1"
#define Module_FullVersion "0.02"
#define Module_HelpVersion "0.02 (09 Mar 2014)"
#define Module_LibraryVersionInfo "0:2"
......@@ -396,7 +396,7 @@ MakeTable ROUT
LDR r0, [r10, r11, LSL #2]
EOR r14, r0, r0, LSL #8
CMP r14, #&10000
BNE MakeTable_15bpp ; Dest isn't greyscale, go to 15bpp algo
BHS MakeTable_15bpp ; Dest isn't greyscale, go to 15bpp algo
SUBS r11, r11, #1
BGE %BT10
; Dest is greyscale - use our fast and accurate greyscale code
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment