Module Name:xsrc
Committed By: macallan
Date: Mon May 13 10:13:11 UTC 2024
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
cg14_driver.c
Log Message:
support 16bit colour
This requires kernel support, which was committed yesterday.
Module Name:xsrc
Committed By: macallan
Date: Mon May 13 10:13:11 UTC 2024
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
cg14_driver.c
Log Message:
support 16bit colour
This requires kernel support, which was committed yesterday.
Module Name:xsrc
Committed By: macallan
Date: Wed Apr 24 11:42:06 UTC 2024
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
don't enable xrender support unless we have 24bit colour
To generate a diff of this commit:
cvs rdiff -u -
Module Name:xsrc
Committed By: macallan
Date: Wed Apr 24 11:42:06 UTC 2024
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
don't enable xrender support unless we have 24bit colour
To generate a diff of this commit:
cvs rdiff -u -
Module Name:xsrc
Committed By: macallan
Date: Wed Jan 11 09:23:57 UTC 2023
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
be more consistent with debug options
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
Module Name:xsrc
Committed By: macallan
Date: Wed Jan 11 09:23:57 UTC 2023
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
be more consistent with debug options
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
Module Name:xsrc
Committed By: mrg
Date: Mon Jan 9 03:57:27 UTC 2023
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h
Log Message:
fix previous - still include xf86Cursor.h
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
xsrc/ext
Module Name:xsrc
Committed By: mrg
Date: Mon Jan 9 03:57:27 UTC 2023
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h
Log Message:
fix previous - still include xf86Cursor.h
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
xsrc/ext
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 22:46:51 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
fix tpyo
thanks rin@
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 \
xsrc/external/mit
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 22:46:51 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
fix tpyo
thanks rin@
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 \
xsrc/external/mit
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 21:13:13 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
treat PictOpOver with a solid source and an empty mask as simple fill
somewhat less glitchiness in gtk3 but w
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 21:13:13 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
treat PictOpOver with a solid source and an empty mask as simple fill
somewhat less glitchiness in gtk3 but w
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 21:10:37 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
disable accidentally committed debug goop
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 \
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 21:10:37 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
disable accidentally committed debug goop
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 \
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 19:37:53 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
make debug output a bit more manageable
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 19:37:53 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
make debug output a bit more manageable
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 19:35:06 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
don't pretend to support PictOpSrc - those can be quite a bit more complicated
than simple copy ops
With this
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 19:35:06 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
don't pretend to support PictOpSrc - those can be quite a bit more complicated
than simple copy ops
With this
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 17:13:04 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
consistently use SX_RENDER_DEBUG, hide some more debug goop
To generate a diff of this commit:
cvs rdiff -
Module Name:xsrc
Committed By: macallan
Date: Wed May 11 17:13:04 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_render.c
Log Message:
consistently use SX_RENDER_DEBUG, hide some more debug goop
To generate a diff of this commit:
cvs rdiff -
Module Name:xsrc
Committed By: macallan
Date: Fri Mar 4 05:56:55 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
fix calculation for start of off-screen memory in 24bit colour
To generate a diff of this commit:
cvs rdiff
Module Name:xsrc
Committed By: macallan
Date: Fri Mar 4 05:56:55 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
fix calculation for start of off-screen memory in 24bit colour
To generate a diff of this commit:
cvs rdiff
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 05:30:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h
Log Message:
add some comments
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
xsrc/external/mit/xf86-vide
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 05:30:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h
Log Message:
add some comments
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
xsrc/external/mit/xf86-vide
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 05:22:54 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
make ALU instructions use the same format as load/store instructions
same bi
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 05:22:54 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
make ALU instructions use the same format as load/store instructions
same bi
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 04:41:40 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
add macros to simplify issuing SX instructions, hide the address alignment /
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 24 04:41:40 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
add macros to simplify issuing SX instructions, hide the address alignment /
Module Name:xsrc
Committed By: macallan
Date: Sun Dec 19 04:50:27 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
always drain the pipeline before writing SX_ROP_CONTROL
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:xsrc
Committed By: macallan
Date: Sun Dec 19 04:50:27 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
always drain the pipeline before writing SX_ROP_CONTROL
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 21:57:13 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
break down large, unaligned copies into chunks that CG14Copy8_short_*()
can handle, make sure destinations ar
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 21:57:13 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
break down large, unaligned copies into chunks that CG14Copy8_short_*()
can handle, make sure destinations ar
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:42:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
skip reading destination fb if we're going to overwrite it, only read words
we need to partially write
while
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:42:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
skip reading destination fb if we're going to overwrite it, only read words
we need to partially write
while
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:09:56 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are
aligned. Small but measurable sp
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:09:56 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are
aligned. Small but measurable sp
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 18:25:44 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
add another Copy8() variant:
- supports unaligned source and destination
- uses all 32bit accesses
- supports
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 18:25:44 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
add another Copy8() variant:
- supports unaligned source and destination
- uses all 32bit accesses
- supports
Module Name:xsrc
Committed By: christos
Date: Thu Dec 9 17:29:14 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
Pixel == unsigned long, fix format.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 \
xsr
Module Name:xsrc
Committed By: christos
Date: Thu Dec 9 17:29:14 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
Pixel == unsigned long, fix format.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 \
xsr
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 19:53:23 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
shutup debug goop
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
xsrc/external/mit/xf8
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 19:53:23 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
shutup debug goop
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
xsrc/external/mit/xf8
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 19:43:22 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
start optimizing Copy8() operations
- only go right to left if srcY == dstY in the same pixmap
- special case
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 19:43:22 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
start optimizing Copy8() operations
- only go right to left if srcY == dstY in the same pixmap
- special case
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 16:54:26 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
use 32bit accesses for non-trivial cases in Solid8() as well
while there make GXset and GXclear special cases
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 16:54:26 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
use 32bit accesses for non-trivial cases in Solid8() as well
while there make GXset and GXclear special cases
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 06:10:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
draw very narrow rectangles correctly
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
x
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 3 06:10:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
draw very narrow rectangles correctly
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
x
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:53:43 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
fix shadow fb geometry calculations
... not that a shadow fb helps much on this hardware.
To generate a di
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:53:43 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
fix shadow fb geometry calculations
... not that a shadow fb helps much on this hardware.
To generate a di
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:35:26 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
first step towards acceleration in 8 bit colour
- Copy() uses byte mode
- Solid() uses 32bit writes where pos
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:35:26 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
first step towards acceleration in 8 bit colour
- Copy() uses byte mode
- Solid() uses 32bit writes where pos
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:32:36 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
support 8 bit colour
no acceleration yet, the code is riddled with 32bit per pixel assumptions
To generate
Module Name:xsrc
Committed By: macallan
Date: Thu Dec 2 22:32:36 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
support 8 bit colour
no acceleration yet, the code is riddled with 32bit per pixel assumptions
To generate
Module Name:xsrc
Committed By: macallan
Date: Wed Dec 1 17:47:11 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
remove old guesswork code to determine VRAM size - we can rely on OBP now
To generate a diff of this commi
Module Name:xsrc
Committed By: macallan
Date: Wed Dec 1 17:47:11 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
Log Message:
remove old guesswork code to determine VRAM size - we can rely on OBP now
To generate a diff of this commi
Module Name:xsrc
Committed By: macallan
Date: Wed Jul 24 16:07:59 UTC 2019
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
avoid stalling the CPU by letting the SX instruction FIFO drain every couple
Module Name:xsrc
Committed By: macallan
Date: Wed Jul 24 16:07:59 UTC 2019
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c
cg14_render.c
Log Message:
avoid stalling the CPU by letting the SX instruction FIFO drain every couple
Hello,
On Sun, 18 Sep 2016 19:28:26 + (UTC)
chris...@astron.com (Christos Zoulas) wrote:
> In article <20160918103806.3edaed55@blackbush>,
> Michael wrote:
> >Hello,
> >
> >Huh, I'm about 110% sure I tested that. I must be going nuts or
> >something.
>
> Perhaps it is only enabled with som
In article <20160918103806.3edaed55@blackbush>,
Michael wrote:
>Hello,
>
>Huh, I'm about 110% sure I tested that. I must be going nuts or
>something.
Perhaps it is only enabled with some particular option?
christos
Hello,
On Sat, 17 Sep 2016 22:05:39 -0400
"Christos Zoulas" wrote:
> Module Name: xsrc
> Committed By: christos
> Date: Sun Sep 18 02:05:38 UTC 2016
>
> Modified Files:
> xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
>
> Log Message:
> There is no X_DEBUG
... tur
Hello,
On Sat, 17 Sep 2016 22:05:39 -0400
"Christos Zoulas" wrote:
> Module Name: xsrc
> Committed By: christos
> Date: Sun Sep 18 02:05:38 UTC 2016
>
> Modified Files:
> xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_driver.c
>
> Log Message:
> There is no X_DEBUG
Huh, I'
62 matches
Mail list logo