This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
userAgent = Mozilla/5.0 (iPad; U; CPU OS 4_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8F191 | |
GL_VERSION = OpenGL ES 2.0 IMGSGX543-58.6 | |
GL_VENDOR = Imagination Technologies | |
GL_RENDERER = PowerVR SGX 543 | |
GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.0 | |
+------------------------------------------+--------------+ | |
| metric | value | | |
+------------------------------------------+--------------+ | |
| vtf/l1.dim128.strip.tps | 11631490 | | |
| vtf/l1.dim128.strip.dps | 361 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface ExtFontAttributes { | |
attribute DOMString fontFamily; | |
attribute DOMString fontStyle; | |
attribute DOMString fontSize; | |
attribute DOMString fontWeight; | |
attribute DOMString fontVariant; | |
}; | |
interface ExtCharacterMap { | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Image Pyramid Demo</title> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=no"> | |
<script src="pyramiddemo.js"></script> | |
<style> | |
body { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/Downloads/ | |
if [ ! -x /usr/bin/curl ]; then | |
echo "Didn't find curl at /usr/bin/curl. Install with 'sudo apt-get install curl'." | |
exit 1 | |
fi | |
echo -n "Determining latest build... " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright 2012 Google Inc. All Rights Reserved. | |
# Attempt to build gjstest. | |
# This is required as there is no package on Linux. There is on OSX, but then | |
# everyone would be using different versions. This only needs to be done when | |
# a new computer is setup or the submodule is bumped in the repo. | |
TEMP_PATH=/tmp/wtf-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright 2012 Google Inc. All Rights Reserved. | |
# anvil-build unix bootstrap script | |
# This script prepares a new anvil-build based project by performing a lot of | |
# the boring skeleton work of preparing a new repo. It is designed to be used | |
# on empty paths. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my.Base = function(drawEventType) { | |
if (TRACING_ENABLED) { | |
this.drawEventType_ = drawEventType; | |
} | |
}; | |
my.Base.prototype.draw = function() { | |
var scope = TRACING_ENABLED ? this.drawEventType_() : null; | |
... | |
leaveScope(scope); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.cpp | |
// mem_test | |
// | |
// Created by Ben Vanik on 8/1/14. | |
// Copyright (c) 2014 Ben Vanik. All rights reserved. | |
// | |
#include <fcntl.h> | |
#include <type_traits> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
? | |
[ ] 1 : mfcr | |
[ ] 1 : mffsx (ROUNDING MODE) | |
[ ] 1 : mtfsfx (ROUNDING MODE) | |
needs tests | |
[ ] 2 : fctidx (ROUNDING MODE) | |
[ ] 4 : stfiwx (ROUNDING MODE) | |
[ ] 7 : fdivx | |
[ ] 21 : fnegx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPIR-V 1.0: | |
Glslang Reference Front End from Khronos (Contact John Kessenich, [email protected]) - version 0x0001 | |
IDs up to {204} | |
Source is GLSL 450 | |
Capabilities: Geometry GeometryPointSize ClipDistance Unrecognised{54} | |
Entry point 'main' (Geometry Shader) | |
Triangles |
OlderNewer