mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
CWebRender initial commit
This commit is contained in:
parent
78c309f1b3
commit
312a33d27f
7 changed files with 737 additions and 0 deletions
13
gfx/wr/moz.build
Normal file
13
gfx/wr/moz.build
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
|
||||
# The retained display-list core is deliberately C-only. GPU backends can
|
||||
# consume the emitted instanced-quad stream through a stable C ABI.
|
||||
EXPORTS.mozilla.gfx += [
|
||||
'webrender.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'webrender.c',
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
Loading…
Add table
Add a link
Reference in a new issue