summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Attempting again to make clang happy wiht gpu::TraceEvent.nduca@chromium.org2011-03-152-1/+9
* Fix clang bots unhappiness withth gpu::TraceEvent.nduca@chromium.org2011-03-151-0/+1
* Introduce gpu_trace_event for gpu performance analysis.nduca@chromium.org2011-03-154-0/+525
* Fix for ANGLE and readpixels.gman@chromium.org2011-03-151-0/+2
* Fix clang buildbotjbauman@chromium.org2011-03-142-0/+4
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-1418-56/+114
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-1218-114/+56
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-1218-56/+114
* Make readPixels work around bug in OSX drivers that don't alwaysgman@chromium.org2011-03-104-14/+123
* Deleted WebPluginDelegatePepper and everything dependent on it.apatrick@chromium.org2011-03-102-331/+0
* Fix obsolete dependencies that create needless recompiling. jeanluc@chromium.org2011-03-091-1/+0
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-083-195/+0
* Complete the revert of r76825 attempted in r76845.apatrick@chromium.org2011-03-042-0/+175
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-041-0/+20
* Removed GPU plugin.apatrick@chromium.org2011-03-033-195/+0
* Support caching resources in GLES2 calls in NaCl.neb@chromium.org2011-03-021-1/+1
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-287-20/+63
* Check for excessive dimensions.cevans@chromium.org2011-02-251-0/+7
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-247-16/+67
* Fixed command-line flag to make the gpu demos work again. We now need --enabl...alokp@chromium.org2011-02-221-2/+2
* In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca...senorblanco@chromium.org2011-02-151-1/+1
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-141-2/+1
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-1312-20/+29
* Fixes to allow building with -pedantic.neb@chromium.org2011-02-112-2/+2
* Continuing with the out-of-lining of test code.erg@google.com2011-02-111-2/+2
* Fixes issue that if we don't simulate a disabledgman@chromium.org2011-02-091-4/+7
* Autogenerator for NaCl OpenGL ES implementation.neb@chromium.org2011-02-091-3/+59
* Reapply parts of 73222.neb@chromium.org2011-02-091-2/+17
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-17/+2
* Implemented GPU process side flow control.apatrick@chromium.org2011-02-086-8/+75
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-085-18/+41
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-055-6/+6
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-054-109/+79
* Fix for OSX attrib 0 issue.gman@chromium.org2011-02-042-15/+24
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-1/+1
* Implement proxy for 3d-related interfacespiman@google.com2011-02-025-4/+169
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-6/+19
* Remove obsolete files from 'sources'. This causes needless work on incrementa...jeanluc@chromium.org2011-01-311-1/+1
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...nsylvain@chromium.org2011-01-311-1/+1
* Remove obsolete files from 'sources'. This causes needless work on increment...jeanluc@chromium.org2011-01-301-1/+1
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-2910-57/+80
* Fix for jankiness in some accelerated 2D canvas demos: If there is already a...senorblanco@chromium.org2011-01-263-5/+16
* Exposed GL_NV_fence bindings to GPU process.apatrick@chromium.org2011-01-261-0/+14
* Fix compile warnings that break NaCl build.neb@chromium.org2011-01-263-4/+4
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-264-2/+31
* Get correct backbuffer format when context is on screen.gman@chromium.org2011-01-212-2/+12
* Refactor and improve gpu_info_collector: collect information on linux;zmo@google.com2011-01-211-2/+17
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-203-8/+19
* Fix to allow the gles2 conformance tests to rungman@chromium.org2011-01-192-4/+25
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-149-23/+59