summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Delete gpu/command_buffer/client/atomicops.hthakis@chromium.org2013-11-062-5/+0
* Delete gpu/command_buffer/common/logging.hthakis@chromium.org2013-11-051-1/+1
* gpu: Use std::vector instead of ObserverList.reveman@chromium.org2013-11-012-7/+17
* Don't call into driver for unsupported extensions.sievers@chromium.org2013-10-315-1/+77
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-294-0/+13
* Make command buffer handles the situation that unused uniform array elements ...zmo@chromium.org2013-10-252-10/+66
* Break the dependency of BackTexture on the entire Decoder. Part 2 because a c...kloveless@chromium.org2013-10-241-40/+42
* Replace --trace-gl with TRACE_DISABLED_BY_DEFAULT("cb_command")wangxianzhu@chromium.org2013-10-234-15/+3
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-227-27/+418
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-217-404/+24
* Revert 229640 "Break the dependency BackTexture had on the entir..."jochen@chromium.org2013-10-191-40/+38
* Break the dependency BackTexture had on the entire Decoder.kloveless@chromium.org2013-10-191-38/+40
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-197-24/+404
* Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubI...kloveless@chromium.org2013-10-186-210/+76
* Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...bsalomon@google.com2013-10-182-2/+18
* Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES querysievers@chromium.org2013-10-172-5/+11
* Apply shader short circuit workaround on MacOSXzmo@chromium.org2013-10-171-0/+2
* Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - bu...kloveless@chromium.org2013-10-114-49/+1
* Removed HandleBufferDataImmediate.kloveless@chromium.org2013-10-104-34/+18
* Break BackRenderbuffer dependency on the decoder.kloveless@chromium.org2013-10-101-14/+26
* Remove GetAttribLocationImmediate and GetUniformLocationImmediate.kloveless@chromium.org2013-10-095-138/+22
* Move in process SignalQuery implementation to service sidejamesr@chromium.org2013-10-094-17/+80
* Make ConvertableToTraceFormat ref-countedwangxianzhu@chromium.org2013-10-091-5/+6
* Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D.kloveless@chromium.org2013-10-096-105/+57
* ScopedRenderBufferBinder no longer depends on the Decoder.kloveless@chromium.org2013-10-091-16/+8
* Move the ScopedGLErrorSuprressor to only take ErrorState.kloveless@chromium.org2013-10-081-31/+38
* Remove TexImage2DImmediate as a first example of removing an immediate functi...kloveless@chromium.org2013-10-083-35/+1
* Add SignalQuery to GpuControl interfacejamesr@chromium.org2013-10-054-0/+14
* Move Insert/SignalSyncPoint() to GpuControljamesr@chromium.org2013-10-026-19/+27
* Move more framebuffer state out of ContextState and into FramebufferState.kloveless@chromium.org2013-10-024-47/+59
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-017-32/+39
* Make *CommandBufferProxy* implement GpuControlpiman@chromium.org2013-09-274-0/+14
* Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OESsheu@chromium.org2013-09-264-50/+75
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-3/+4
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-208-49/+92
* Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info.zmo@chromium.org2013-09-201-6/+5
* Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."thakis@chromium.org2013-09-198-88/+49
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-198-49/+88
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-1/+5
* Removing the IsMailboxNameValid check in MailboxManager::ConsumeTexture for p...jiayl@chromium.org2013-09-191-3/+1
* gpu: Remove DCHECKs in AsyncPixelTransferManagerEGL about egl_image_ not bein...kaanb@chromium.org2013-09-191-3/+8
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-182-13/+4
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-182-4/+13
* gpu: Disable EXT_discard_framebuffer on ARM GPUs and expose it for pre-ES3skyostil@chromium.org2013-09-161-1/+2
* Moved multisample buffer verification to the command bufferbajones@chromium.org2013-09-131-1/+132
* gpu: Record GL state to traceskyostil@chromium.org2013-09-123-0/+191
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-111-1/+26
* Remove the problematic call to GLSurface::GetBackingFrameBufferObject.msimonides@opera.com2013-09-111-2/+1
* Roll in ANGLE and turn on gl_Position init workaround.zmo@chromium.org2013-09-091-3/+2
* Uniforms and attributes name conflicts should cause link failurezmo@chromium.org2013-09-093-41/+120