Skip to content

Instantly share code, notes, and snippets.

pkgname=servo-git
pkgver=4942.6e856f4
pkgrel=1
pkgdesc='Parallel Browser Project: web browser written in Rust'
arch=('x86_64' 'i686')
url="https://github.com/mozilla/servo"
license=('MPL')
depends=('freetype2' 'mesa' 'libxrandr' 'libxi' 'libgl' 'glu' 'fontconfig')
makedepends=('git' 'autoconf2.13' 'curl' 'python2' 'gperf')
provides=('servo')
diff --git a/engines/grim/model.cpp b/engines/grim/model.cpp
index a38ca52..74f3ac5 100644
--- a/engines/grim/model.cpp
+++ b/engines/grim/model.cpp
@@ -310,15 +310,10 @@ MeshFace::~MeshFace() {
delete[] _texVertices;
}
-void MeshFace::operator=(const MeshFace &other) {
- memcpy(this, &other, sizeof(MeshFace));
diff --git a/engines/grim/model.cpp b/engines/grim/model.cpp
index a38ca52..54f0429 100644
--- a/engines/grim/model.cpp
+++ b/engines/grim/model.cpp
@@ -310,17 +310,6 @@ MeshFace::~MeshFace() {
delete[] _texVertices;
}
-void MeshFace::operator=(const MeshFace &other) {
- memcpy(this, &other, sizeof(MeshFace));
I/DEBUG ( 208): #00 pc 00008be8 /system/lib/libandroid.so (AAsset_getLength+1)
I/DEBUG ( 208): #01 pc 000b8e3c /data/app-lib/org.residualvm.residualvm-1/libresidualvm.so (AssetInputStream::AssetInputStream(AAssetManager*, Common::String const&)+64)
I/DEBUG ( 208): #02 pc 000b8e78 /data/app-lib/org.residualvm.residualvm-1/libresidualvm.so (AndroidAssetArchive::createReadStreamForMember(Common::String const&) const+36)
I/DEBUG ( 208): #03 pc 001f7640 /data/app-lib/org.residualvm.residualvm-1/libresidualvm.so (Common::SearchSet::createReadStreamForMember(Common::String const&) const+68)
I/DEBUG ( 208): #04 pc 001fd830 /data/app-lib/org.residualvm.residualvm-1/libresidualvm.so (Common::File::open(Common::String const&, Common::Archive&)+140)
void processDXTColor(BGR* p_colors, uint8_t* p_alphas, const DXTColor& p_blockColor, bool p_isDXT1)
{
static XMFLOAT4 unpackedColorScale(255.f/31.f, 255.f/63.f, 255.f/31.f, 1.f);
XMU565 color1Src(p_blockColor.color1);
XMU565 color2Src(p_blockColor.color2);
XMVECTOR colors[4];
XMVECTOR colorScale = ::XMLoadFloat4(&unpackedColorScale);
#include <d3d9.h>
#include <xnamath.h>
#undef interface
#include <iostream>
#include <gw2formats/pf/PagedImagePackFile.h>
#include <gw2formats/TextureFile.h>
/* Copyright (C) 2012 Rhoot <https://github.com/rhoot>
This file is part of gw2formats.
gw2formats is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
ntdll.dll!774dff31() Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
> residualvm.exe!Grim::GfxOpenGLS::destroyBitmap(Grim::BitmapData * bitmap) Line 838 C++
residualvm.exe!Grim::BitmapData::~BitmapData() Line 212 C++
residualvm.exe!Grim::BitmapData::`scalar deleting destructor'(unsigned int) C++
residualvm.exe!Grim::Bitmap::freeData() Line 464 C++
residualvm.exe!Grim::Bitmap::~Bitmap() Line 471 C++
residualvm.exe!Grim::Bitmap::`scalar deleting destructor'(unsigned int) C++
residualvm.exe!Grim::Set::~Set() Line 62 C++
residualvm.exe!Grim::Set::`scalar deleting destructor'(unsigned int) C++