summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_demo.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-241/+0
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-0/+241
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-241/+0
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-1/+0
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-2/+3
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-111-1/+10
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-3/+3
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-0/+1
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-1/+0
* Revert 93397 - Revert 93393 - Revert was broken. Restoring.leandrogracia@chromium.org2011-07-211-0/+1
* Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...leandrogracia@chromium.org2011-07-211-1/+0
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-0/+1
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-3/+3
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-3/+3
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-2/+0
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-161-1/+2
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-1/+3
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-3/+1
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-1/+3
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-111-2/+2
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-111-2/+2
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-1/+1
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-141-5/+5
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-1/+1
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-0/+1
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-1/+0
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-0/+1
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-1/+2
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-2/+1
* Fix the gles2_demo to work with latest gpu processgman@chromium.org2010-07-191-0/+10
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-4/+6
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-2/+4
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-271-4/+5
* Fixed gles2 demo by switching it from a console application to a windowed one...apatrick@chromium.org2010-01-191-11/+18
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-11/+7
* Added chromium source file preamble.apatrick@google.com2009-12-171-1/+1
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-14/+5
* Update initialization of gles2_demo.cc to matchgman@chromium.org2009-12-081-2/+10
* Removed command buffer's last dependency on NPAPI.apatrick@google.com2009-12-081-5/+4
* Merged in recent changes to command buffer code.apatrick@google.com2009-11-251-1/+9
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-251-0/+203