Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Phil Ringnalda
|
ad36ee41a9
|
Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
|
2013-09-04 22:42:06 -07:00 |
|
Nicholas Nethercote
|
43ad5b4dcf
|
Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
|
2013-08-27 16:24:51 -07:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Benoit Jacob
|
590564045c
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
|
Benoit Jacob
|
49cf8f1dc4
|
Bug 911853 - OpenGL types should be explicit-size integer types - r=jgilbert
|
2013-09-04 08:14:41 -04:00 |
|
Bill McCloskey
|
3484db98fc
|
Bug 910488 - XSync can hang indefinitely with OMTC enabled (r=bjacob)
|
2013-08-30 14:30:10 -07:00 |
|
Guillaume Abadie
|
f3371476dc
|
bug 911199 - Bug fix on GL version comparaison causing crash on devices supporting OpenGL ES 3.0 - r=bjacob
|
2013-08-30 14:17:43 -04:00 |
|
Doug Turner
|
805876c713
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Ryan VanderMeulen
|
e2d9dddf6b
|
Backed out changeset 630b25ba7f69 (bug 910429) for build bustage on a CLOSED TREE.
|
2013-08-29 12:10:44 -04:00 |
|
Jeff Gilbert
|
f524fe5aa0
|
Bug 910429 - Implement KHR_debug in GLContext. r=bjacob
|
2013-08-29 11:41:08 -04:00 |
|
Guillaume Abadie
|
e2117e2247
|
bug 899855 - GLContext parse GL_VERSION - r=bjacob,jgilbert
|
2013-08-29 10:07:58 -04:00 |
|
Brian O'Keefe
|
4f68eb9b02
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Nicholas Nethercote
|
febbe1a12f
|
Bug 831193 (part 10) - Don't use NS_MEMORY_REPORTER_IMPLEMENT in parts of gfx/. r=bjacob.
--HG--
extra : rebase_source : 433b12748c8562b384a02fbee6d98e3bc991802d
|
2013-01-17 16:45:11 -08:00 |
|
Jeff Gilbert
|
118513d78a
|
Bug 908905 - Reduce blocking of packed_depth_stencil on mac+nv. r=bjacob
|
2013-08-27 18:00:16 -04:00 |
|
George Wright
|
47b381cba3
|
Bug 899702 - Only attempt load of egltrace.so when a pref is set r=vlad
|
2013-07-30 14:54:29 -04:00 |
|
Guillaume Abadie
|
ec46ed3e56
|
bug 908841 - step 3 - Change the WebGL 2 validation mechanism - r=jgilbert
|
2013-08-26 17:12:54 -04:00 |
|
Guillaume Abadie
|
a61b5ac1aa
|
bug 905161 - Remove the return type of GLContext::MarkUnsupported - r=jgilbert
|
2013-08-23 19:33:42 -04:00 |
|
Guillaume Abadie
|
def9ab8d6a
|
bug 905161 - Cache OpenGL features in GLContext - r=jgilbert
|
2013-08-23 19:33:42 -04:00 |
|
Ryan VanderMeulen
|
a4221268e1
|
Merge m-c to b2g-inbound.
|
2013-08-23 10:52:20 -04:00 |
|
Andreas Gal
|
9bb471c0ec
|
Bug 905589 - Use VBO instead of client side rendering. r=bas
|
2013-08-22 15:04:55 -04:00 |
|
Guillaume Abadie
|
9edea3a246
|
bug 907946 - re-enable EXT_packed_depth_stencil on OS X 10.9 - r=bjacob,jgilbert
|
2013-08-22 20:13:59 -04:00 |
|
Guillaume Abadie
|
c91dad91c0
|
bug 904330 - step 05 - Rename GLContextExtensionGroupQueries.cpp to GLContextFeatures.cpp - r=jgilbert
--HG--
rename : gfx/gl/GLContextExtensionGroupQueries.cpp => gfx/gl/GLContextFeatures.cpp
|
2013-08-22 13:42:05 -04:00 |
|
Guillaume Abadie
|
64b517b084
|
bug 904330 - step 04 - Remove old extension group queries - r=jgilbert
|
2013-08-22 13:42:05 -04:00 |
|
Guillaume Abadie
|
341027053c
|
bug 904330 - step 03 - Uses mozilla::GLFeature instead of old extension group queries - r=jgilbert
|
2013-08-22 13:42:05 -04:00 |
|
Guillaume Abadie
|
141c330cd7
|
bug 904330 - step 02 - Changes GLContext's extension group query names - r=jgilbert
|
2013-08-22 13:42:05 -04:00 |
|
Guillaume Abadie
|
e7af8d81f3
|
bug 904330 - step 01 - Add mozilla::GLFeature - r=jgilbert
|
2013-08-22 13:42:04 -04:00 |
|
Ms2ger
|
4922ccbc0a
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
dba42e4001
|
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
8ccdba4aa0
|
Bug 906412 - Cleanup some random parts of the build system; r=mshal
|
2013-08-22 08:55:59 +02:00 |
|
Ms2ger
|
4d968c40e1
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Nicholas Cameron
|
b85b496768
|
Bug 903816. Fixups in non-layers files. r=roc
|
2013-08-12 11:15:10 +12:00 |
|
Guillaume Abadie
|
6d4c154cbf
|
bug 903481 - step 2 - [WebGL 2.0] transform feedback: add symbols in GLContext - r=jgilbert
|
2013-08-20 11:36:20 -04:00 |
|
Joseph Yasi
|
3ac06f8f86
|
Bug 896287 - NVIDIA specific GLX server vendor check for pixmap depth and fbConfig depth. r=karlt
|
2013-08-20 08:30:26 -04:00 |
|
Guillaume Abadie
|
76f8b24de5
|
bug 905853 - gfx/gl/GLConsts.h nits fix - r=jgilbert
|
2013-08-16 17:11:57 -04:00 |
|
Guillaume Abadie
|
d00425a189
|
bug 903455 - [WebGL 2.0] Implement transform feedback: RASTERIZER_DISCARD - r=jgilbert
|
2013-08-15 20:43:47 -04:00 |
|
Guillaume Abadie
|
3530bc7f3f
|
bug 902063 - GLContext complete extension group queries - r=bjacob,jgilbert
|
2013-08-15 15:58:20 -04:00 |
|
Guillaume Abadie
|
f4cc91c2a9
|
bug 900199 - Add OpenGL registry xml parser to generate constants - step 2 - r=bjacob,jgilbert,jrmuizel
|
2013-08-13 10:35:03 -04:00 |
|
Guillaume Abadie
|
e1b902c305
|
bug 900199 - Add OpenGL registry xml parser to generate constants - step 1 - r=bjacob,jgilbert,jrmuizel
|
2013-08-13 10:35:03 -04:00 |
|
Adrian May
|
89808cf57b
|
Bug 877115 - Moz2Dify GLContext and GLTextureImage. r=nical
|
2013-08-13 15:44:53 +02:00 |
|
Benoit Jacob
|
02497cdce0
|
Bug 901495 - GLintptr should be intptr_t, not ptrdiff_t - r=jrmuizel
|
2013-08-12 23:55:28 +02:00 |
|
Phil Ringnalda
|
be5f1b23e0
|
Back out d393cfeb5dbf:9f82224bb8a3 (bug 903816) for Android reftest failures
CLOSED TREE
|
2013-08-11 19:21:17 -07:00 |
|
Nicholas Cameron
|
a23e8df091
|
Bug 903816. Fixups in non-layers files. r=roc
|
2013-08-12 11:15:10 +12:00 |
|
Edwin Flores
|
c80309e9c2
|
Bug 892934 - Pass RGB image format into CreateTextureImage r=mattwoodrow
|
2013-08-08 10:38:21 +12:00 |
|
George Wright
|
657b9b1b9c
|
Bug 902483 - Expose missing GLES2 extensions to SkiaGL r=mattwoodrow
|
2013-07-31 20:10:55 -04:00 |
|
Guillaume Abadie
|
e4fe59d4e4
|
bug 893180 - [WebGL 2.0] gl.vertexAttribDivisor (GL_ARB_instanced_array) - r=jgilbert
|
2013-08-06 20:05:51 -04:00 |
|
Guillaume Abadie
|
5e549ecde2
|
bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query_boolean) - r=jgilbert
|
2013-08-06 17:23:46 -04:00 |
|
Guillaume Abadie
|
198631ee3c
|
bug 901084 - remove deprecated GLContext extension group queries. - r=bjacob
|
2013-08-02 21:13:46 -04:00 |
|
Guillaume Abadie
|
bf9b5060d1
|
Bug 901131 - GLContext's extension group queries do a static assert on sExtensionGroupInfoArr - r=jgilbert
|
2013-08-02 21:04:16 -04:00 |
|
Guillaume Abadie
|
3428b1ac94
|
bug 900101 - build bustage fix on an CLOSED TREE - r=bjacob IRL
|
2013-08-02 18:26:09 -04:00 |
|