[Scummvm-tracker] [ScummVM :: Bugs] #15860: ANDROID: Nexus 7 2012 graphics glitch with Larry 6

ScummVM :: Bugs trac at scummvm.org
Sun Apr 27 12:49:43 UTC 2025


#15860: ANDROID: Nexus 7 2012 graphics glitch with Larry 6
---------------------+-----------------------------------
Reporter:  ebbi2017  |       Owner:  lephilousophe
    Type:  defect    |      Status:  pending
Priority:  normal    |   Component:  Engine: SCI
 Version:            |  Resolution:  fixed
Keywords:            |        Game:  Leisure Suit Larry 6
---------------------+-----------------------------------
Comment (by Le Philousophe <lephilousophe@…>):

 In [changeset:"3112fad5fa9d9676e18a894494f05bf20957d51a" 3112fad5]:
 {{{#!CommitTicketReference repository=""
 revision="3112fad5fa9d9676e18a894494f05bf20957d51a"
 BACKENDS: OPENGL: Fix CLUT shader lookup

 This should fix Trac#15860.

 The current code only uses a linear scaling to look at the palette
 texture.
 This means that lookup coordinate is on the form (when stretched to
 texture size):
 0.0, 1.00196, 2.00392 ... 253.49607, 254.49803, 255.5

 With the newer code it will be on the form:
 0.5, 1.5, 2.5, ... 253.5, 254.5, 255.5
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15860#comment:7>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list