Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114558
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- glide3x/h3/minihwc/linhwc.c       2005-12-05 12:07:40.000000000 -0800
0
++ glide3x/h3/minihwc/linhwc.c    2005-12-05 12:08:15.000000000 -0800
Lines 290-295 Link Here
290
  return FXTRUE;
290
  return FXTRUE;
291
}
291
}
292
static FxU32
293
hwcBufferLfbAddr(const hwcBoardInfo *bInfo, FxU32 physAddress);
294
292
FxBool
295
FxBool
293
hwcAllocBuffers(hwcBoardInfo *bInfo, FxU32 nColBuffers, FxU32 nAuxBuffers)
296
hwcAllocBuffers(hwcBoardInfo *bInfo, FxU32 nColBuffers, FxU32 nAuxBuffers)
294
{
297
{
(-)glide3x/h3/glide3/src/xdraw2.inc.S (+3 lines)
Lines 812-820 Link Here
812
#define packCol %edi
812
#define packCol %edi
813
#define tempVal %edi
813
#define tempVal %edi
814
814
815
.ifndef GR_FIFO_WRITE_DEFINED
815
.macro GR_FIFO_WRITE __addr __offset __data
816
.macro GR_FIFO_WRITE __addr __offset __data
816
	mov \__data , \__offset(\__addr)
817
	mov \__data , \__offset(\__addr)
817
.endm	/*  GR_FIFO_WRITE */
818
.endm	/*  GR_FIFO_WRITE */
819
.equ GR_FIFO_WRITE_DEFINED, 1
820
.endif
818
821
819
.align 4
822
.align 4
820
LOCAL(__triBegin):
823
LOCAL(__triBegin):

Return to bug 114558