User contributions for Gman
Jump to navigation
Jump to search
5 August 2012
- 00:3300:33, 5 August 2012 diff hist +5,181 N Reference Created page with "__NOTOC__ =WebGL API Reference= ==A== : activeTexture : attachShader ==B== : [[Reference:bindAttribLocation|bindAt..."
3 August 2012
- 21:5621:56, 3 August 2012 diff hist +160 Test No edit summary
2 August 2012
- 21:0221:02, 2 August 2012 diff hist +194 N Test Created page with " Math test <math> \operatorname{erfc}(x) = \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt = \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}..."
31 July 2012
- 08:5408:54, 31 July 2012 diff hist +131 Using Github To Contribute No edit summary
- 08:4808:48, 31 July 2012 diff hist +5,223 N Using Github To Contribute Created page with "The [http://www.khronos.org/registry/webgl/specs/latest/ Draft WebGL Specification], [http://www.khronos.org/registry/webgl/extensions/ WebGL extension registry], and the [htt..."
- 01:5201:52, 31 July 2012 diff hist 0 N File:Github-webgl-pull-verification.png No edit summary current
- 01:4901:49, 31 July 2012 diff hist 0 N File:Github-webgl-pull-request.png No edit summary current
- 01:4601:46, 31 July 2012 diff hist 0 N File:Github-webgl-select-branch.png No edit summary current
- 01:3801:38, 31 July 2012 diff hist 0 N File:Github-webgl-fork2.png No edit summary current
- 01:0301:03, 31 July 2012 diff hist 0 N File:Github-webgl-fork.png No edit summary current
- 01:0101:01, 31 July 2012 diff hist 0 N File:WebGL-fork.png No edit summary current
9 May 2012
- 06:3306:33, 9 May 2012 diff hist +1,266 WebGL and OpenGL Differences →No 3D Texture support: added sample emulation shader snippet
- 06:2606:26, 9 May 2012 diff hist +36 WebGL and OpenGL Differences →Non-Power of Two Texture Support: fixed call to texImage2D
- 05:0905:09, 9 May 2012 diff hist +131 Debugging added live sample
- 04:1704:17, 9 May 2012 diff hist +1 m Debugging →Programmatically Debugging WebGL applications
- 04:1704:17, 9 May 2012 diff hist +1,945 Debugging added more debugging tips
20 March 2012
- 23:5223:52, 20 March 2012 diff hist +164 Testing/Conformance added link to README for tests
8 December 2011
- 18:1118:11, 8 December 2011 diff hist −44 m Testing/Conformance →Missing Tests
- 18:0718:07, 8 December 2011 diff hist +44 m Testing/Conformance added missing tests link
- 18:0618:06, 8 December 2011 diff hist −4,522 Testing/Conformance →Notes: removed
15 October 2011
- 03:3403:34, 15 October 2011 diff hist −7,672 Spirit Box Code direct users to view the actual source as the one pasted in the wiki gets stale. Not this page is no longer referenced from the tutorial current
- 03:2703:27, 15 October 2011 diff hist −245 m Tutorial more code tweeks
- 03:1603:16, 15 October 2011 diff hist +335 m Tutorial →Drawing the Box
- 03:1303:13, 15 October 2011 diff hist −74 Tutorial →Drawing the Box: update the code
- 03:1003:10, 15 October 2011 diff hist +96 Tutorial →Setting Up the Viewport: update the code
- 03:0903:09, 15 October 2011 diff hist +1 m Tutorial →Initializing the Engine
- 03:0803:08, 15 October 2011 diff hist +4 Tutorial →Initializing the Engine: update the code
- 03:0103:01, 15 October 2011 diff hist −171 m Tutorial get rid of the html. It's a wiki
- 01:1101:11, 15 October 2011 diff hist +90 m Tutorial update links to the correct libraries
- 01:0401:04, 15 October 2011 diff hist +37 m Tutorial remove the link to source as it's out of date. Instead, devs can run the demo and pick view source.
14 October 2011
- 00:3600:36, 14 October 2011 diff hist +432 m HandlingContextLost pre to source
13 October 2011
- 05:2905:29, 13 October 2011 diff hist +8 m HandlingContextLost →Deal with scoping issues: fix typo
- 02:1002:10, 13 October 2011 diff hist −1 m HandlingContextLost →Use the context lost simulator for help find issues: fix typo
- 02:0802:08, 13 October 2011 diff hist +1 m HandlingContextLost →Handling getError: formatting fix
- 01:2501:25, 13 October 2011 diff hist +244 m Demo Repository separated non SDK demos from SDK demos.
- 01:0601:06, 13 October 2011 diff hist +1,331 HandlingContextLost No edit summary
- 00:4700:47, 13 October 2011 diff hist −3 m HandlingContextLost No edit summary
- 00:4300:43, 13 October 2011 diff hist +9,552 N HandlingContextLost Created page with " ==Handling Lost Context in WebGL== WebGL brings the amazing power of your GPU available to JavaScript to do all kinds of fancy and wondering things. Unfortunately the GPU is a ..."
- 00:1000:10, 13 October 2011 diff hist +47 m FAQ Add a link to handling context lost
27 April 2011
- 05:4705:47, 27 April 2011 diff hist −790 m Getting a WebGL Implementation →Chrome/Chromium: Remove references to top of tree Chromium
- 05:4505:45, 27 April 2011 diff hist −308 m Getting a WebGL Implementation →Firefox: update to point to FF4 release
25 February 2011
- 21:4821:48, 25 February 2011 diff hist −5 m FAQ →What is the recommended way to implement a rendering loop?
- 21:4821:48, 25 February 2011 diff hist +123 m FAQ →What is the recommended way to initialize WebGL?
18 February 2011
- 02:1502:15, 18 February 2011 diff hist −95 FAQ →What is the recommended way to implement a rendering loop?: change utils to just put requestAnimationFrame on window if it's not there already.
8 February 2011
- 17:5317:53, 8 February 2011 diff hist −243 m Testing/Conformance changed to move test suite link near top and remove comment about them not being written yet.
24 January 2011
- 18:3018:30, 24 January 2011 diff hist +972 m User Contributions →Utilities & Debug Helpers: added WebGLDebugUtils and WebGLUtils.
- 18:1818:18, 24 January 2011 diff hist +59 m User Contributions →TDL
- 18:1618:16, 24 January 2011 diff hist +107 User Contributions →Examples: added webglsamples to examples
- 18:1418:14, 24 January 2011 diff hist +238 User Contributions Arrange frameworks by alphabetical order