Guillaume Abadie
|
4f2b0458e0
|
bug 903481 - step 2 - [WebGL 2.0] transform feedback: add symbols in GLContext - r=jgilbert
|
2013-08-20 11:36:20 -04:00 |
Guillaume Abadie
|
25e763c7a5
|
bug 893180 - [WebGL 2.0] gl.vertexAttribDivisor (GL_ARB_instanced_array) - r=jgilbert
|
2013-08-06 20:05:51 -04:00 |
Guillaume Abadie
|
78c2cdc107
|
bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query_boolean) - r=jgilbert
|
2013-08-06 17:23:46 -04:00 |
Guillaume Abadie
|
b788dccc0a
|
bug 892546 - [WebGL 2.0] Instanced Rendering (GL_ARB_draw_instanced) - r=jgilbert
|
2013-07-25 20:38:58 -04:00 |
James King
|
6a6df20b46
|
Bug 738869 - Implement OES_vertex_array_object. r=jgilbert
|
2013-06-17 16:17:59 -04:00 |
George Wright
|
91af913758
|
[PATCH 5/9] Bug 807500 - Add a bunch of required GL wrapper methods to GLContext for use with Skia-GL r=mattwoodrow
From 280a6de21b11d92c287ec8d35daffd34179b6e94 Mon Sep 17 00:00:00 2001
---
gfx/gl/GLContext.cpp | 26 +++++++++++++++++
gfx/gl/GLContext.h | 73 +++++++++++++++++++++++++++++++++++++++++++++++
gfx/gl/GLContextSymbols.h | 20 +++++++++++++
3 files changed, 119 insertions(+)
|
2012-11-01 12:11:42 -04:00 |
Jeff Gilbert
|
3c4c057a91
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 3fb4230127df8a265d930fb779bdc93e05626c8b
|
2013-02-13 15:26:24 -08:00 |
Ed Morley
|
2f50db2b9c
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
Jeff Gilbert
|
adefde2afe
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 5dad29809733a54a19cd3e5030498f00597d1dc8
|
2013-02-13 15:26:24 -08:00 |
Ryan VanderMeulen
|
dcb992f562
|
Backed out changeset b46c006a7696 (bug 716859) and changeset 6a14e4c15aa6 (bug 841836) for B2G test failures on a CLOSED TREE.
|
2013-02-20 10:01:20 -05:00 |
Jeff Gilbert
|
6e032aab6c
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
|
2013-02-13 15:26:24 -08:00 |
Jeff Gilbert
|
f928964d5a
|
Bug 766366 - Add GLContext::BlitTextureToTexture - r=bjacob
|
2012-08-21 20:30:20 -07:00 |
Jeff Gilbert
|
a695d8ec1c
|
Bug 774059 - Fix up references to glEGLImageTargetTexture2D - r=bjacob
|
2012-07-19 21:14:14 -07:00 |
Jeff Gilbert
|
be91e4f40e
|
Backed out changeset d4a04cc38326
|
2012-07-18 15:23:47 -07:00 |
Jeff Gilbert
|
cc1778b63f
|
Bug 774059 - Fix up references to glEGLImageTargetTexture2D - r=bjacob
|
2012-07-18 14:17:10 -07:00 |
Benoit Jacob
|
4a30412000
|
Bug 769812 - ATI OpenGL driver renders point sprite upside-down - r=jgilbert
|
2012-07-05 10:13:46 -04:00 |
Jeff Gilbert
|
734d40ca4f
|
Bug 762259 - Drop vendor suffixes from EGLImage for internal uses - r=bjacob
|
2012-06-12 14:36:10 -07:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Jon Buckley
|
eb1579639e
|
Bug 728017 - Implement WEBGL_compressed_texture_s3tc - r=bjacob
|
2012-05-08 13:29:31 -04:00 |
Ed Morley
|
93fca3e280
|
Backout ba7cf6fd10ae (bug 728017) for failing to compile
|
2012-05-08 18:50:45 +01:00 |
Jon Buckley
|
1720b18a60
|
Bug 728017 - Implement WEBGL_compressed_texture_s3tc - r=bjacob
|
2012-05-08 13:29:31 -04:00 |
Jeff Gilbert
|
b0890f526a
|
Bug 739421 - Implement/expose ARB_sync in GLContext - r=bjacob
|
2012-04-06 16:57:55 -07:00 |
Matt Woodrow
|
72f481f48f
|
Bug 700240 - Print display lists to a file. r=roc,bjacob
|
2012-03-01 21:26:09 +13:00 |
Doug Sherk
|
573bfdbe9c
|
Bug 708207: implement WebGL's getShaderPrecisionFormat r=bjacob
|
2011-12-16 13:11:59 -08:00 |
Matt Woodrow
|
e4fd013a05
|
Bug 703516 - Move GLContext code into a separate folder. r=jrmuizel
--HG--
rename : gfx/thebes/EGLUtils.h => gfx/gl/EGLUtils.h
rename : gfx/thebes/GLContext.cpp => gfx/gl/GLContext.cpp
rename : gfx/thebes/GLContext.h => gfx/gl/GLContext.h
rename : gfx/thebes/GLContextProvider.h => gfx/gl/GLContextProvider.h
rename : gfx/thebes/GLContextProviderCGL.mm => gfx/gl/GLContextProviderCGL.mm
rename : gfx/thebes/GLContextProviderEGL.cpp => gfx/gl/GLContextProviderEGL.cpp
rename : gfx/thebes/GLContextProviderGLX.cpp => gfx/gl/GLContextProviderGLX.cpp
rename : gfx/thebes/GLContextProviderImpl.h => gfx/gl/GLContextProviderImpl.h
rename : gfx/thebes/GLContextProviderNull.cpp => gfx/gl/GLContextProviderNull.cpp
rename : gfx/thebes/GLContextProviderOSMesa.cpp => gfx/gl/GLContextProviderOSMesa.cpp
rename : gfx/thebes/GLContextProviderWGL.cpp => gfx/gl/GLContextProviderWGL.cpp
rename : gfx/thebes/GLContextSymbols.h => gfx/gl/GLContextSymbols.h
rename : gfx/thebes/GLDefs.h => gfx/gl/GLDefs.h
rename : gfx/thebes/GLXLibrary.h => gfx/gl/GLXLibrary.h
rename : gfx/thebes/WGLLibrary.h => gfx/gl/WGLLibrary.h
|
2011-11-18 22:07:49 +13:00 |