History log of /xsrc/external/mit/xf86-video-ngle/dist/src/ngle_accel.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e4f83f77 05-Mar-2025 macallan <macallan@NetBSD.org>

drop the rectangle fill workaround here as well

# 7517da51 07-Dec-2024 macallan <macallan@NetBSD.org>

add *very* experimental Visualize FX support

# 852b373f 25-Oct-2024 macallan <macallan@NetBSD.org>

Set S bit in IBOvals in NGLEPrepareCopy_EG() - without it we get garbage on the
right border. Don't seem to need it on HCRX.
While there, don't blindly assume 8bit colour when accessing off-screen memory.
Shouldn't make a difference now but we may eventually support 24bit devices that
have off-screen memory ( or figure out how to access it on HCRX )

# 9f844d85 25-Oct-2024 macallan <macallan@NetBSD.org>

comment cleanup, magic number reduction

# ce159321 22-Oct-2024 macallan <macallan@NetBSD.org>

add HCRX support

# bc460d0d 22-Oct-2024 macallan <macallan@NetBSD.org>

some cleanup:
- consistetly use buffer 0 - makes no difference when double buffering is
disabled ( which it should be ) but may bite us if it isn't
- add some comments on why we do what we do

# 727c6de2 21-Oct-2024 macallan <macallan@NetBSD.org>

add acceleration, Visualize EG only for now