summaryrefslogtreecommitdiffstats
path: root/gpu/demos/framework
Commit message (Expand)AuthorAgeFilesLines
* Fix standalone gl demos and conformance testsgman@chromium.org2011-12-151-0/+6
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-1/+1
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-1/+1
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-1/+1
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-1/+1
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-1/+1
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-2/+4
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+2
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-1/+1
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-202-23/+53
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-162-53/+23
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-162-23/+53
* Use Instance* in the Graphics3D constructor rather than Instance&, forbrettw@chromium.org2011-09-131-1/+1
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-3/+3
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-3/+3
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-3/+3
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-3/+1
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-161-1/+1
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Updated demo to use resizable plugin element. This exercises the new PPB_Grap...alokp@chromium.org2011-08-024-22/+49
* Reland r93090, which was reverted in r93104.alokp@chromium.org2011-07-271-14/+5
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-1/+3
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-1/+1
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-1/+1
* Revert 93397 - Revert 93393 - Revert was broken. Restoring.leandrogracia@chromium.org2011-07-211-1/+1
* Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...leandrogracia@chromium.org2011-07-211-1/+1
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-1/+1
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-3/+1
* Revert 93090 - Ported pepper 3d demos to use the new graphics3d interface ins...alokp@chromium.org2011-07-191-5/+14
* Ported pepper 3d demos to use the new graphics3d interface instead of context...alokp@chromium.org2011-07-191-14/+5
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-1/+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/+3
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-4/+4
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-1/+1
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-1/+1
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-1/+1
* 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-286-353/+1
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-141-6/+6
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-2/+2
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-1/+3
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-3/+1
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-1/+3