summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-282-1/+3
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-272-7/+38
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-0/+7
* gpu_trace_event static category pointers are no longer dangling at shutdown.jbates@chromium.org2011-04-262-16/+27
* Add a yield command to the command buffer.piman@google.com2011-04-239-11/+73
* Replaced std::string argument storage in gpu_trace_event with faster TraceVal...jbates@chromium.org2011-04-222-23/+212
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* gpu: Add traces for some gl calls that can be slowpiman@google.com2011-04-221-0/+4
* Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ...thestig@chromium.org2011-04-222-203/+14
* Replaced std::string argument storage in gpu_trace_event with faster TraceAny...jbates@chromium.org2011-04-222-14/+203
* Quick fix so we can bump DEPS of Chrome in NaClnfullagar@google.com2011-04-221-1/+20
* Chrome displays the wrong thing if FBO is left bound in WebGL.zmo@google.com2011-04-201-9/+12
* With latch support and higher level frame throttling, we no longer need to li...jbates@chromium.org2011-04-205-62/+11
* instrumented gles2 commands that call glFinish so that they show up in about:...jbates@chromium.org2011-04-191-0/+21
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-194-0/+27
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-186-7/+36
* Command buffer: fix a wrong error for glDrawArrays/glDrawElements/glClear if ...zmo@google.com2011-04-151-1/+1
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-1416-161/+161
* Fix a regression in command buffer TexSubImage2D.zmo@google.com2011-04-141-1/+2
* Trace whenever renderer waits for command buffer space.jbauman@chromium.org2011-04-142-11/+27
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-1310-130/+177
* Adds GLContext::LosesAllContextsOnContextLost.amarinichev@chromium.org2011-04-131-3/+4
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-0/+3
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-1224-99/+138
* Don't flush trace events until tracing ends.jbauman@chromium.org2011-04-122-12/+19
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-2814-26/+27
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-287-12/+26
* Move some files from base to base/memory.levin@chromium.org2011-03-2824-50/+50
* Workground for glGenerateMipmap bug in some drivers.gman@chromium.org2011-03-265-2/+67
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-2510-83/+474
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-252-2/+3
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-2418-9/+311
* Fix bug in shader and program managers.gman@chromium.org2011-03-236-29/+112
* Take the ANGLE path for glRenderbufferStorageMultisample when on ANGLE.bsalomon@google.com2011-03-231-2/+7
* Check the GPU watchdog after processing every 3D command.jbauman@chromium.org2011-03-232-2/+13
* Resubmit of reverted CL: http://codereview.chromium.org/6677105twiz@chromium.org2011-03-211-0/+4
* Fix bug in GPU_TRACE_EVENT_END.nduca@chromium.org2011-03-211-3/+3
* Change GL_EXT_texture_compression_s3tc to GL_CHROMIUM_texture_compression_dxt3gman@chromium.org2011-03-213-11/+32
* Revert 78801 - Addition of GL-redirecting mechanism for the Skia/GPU back-end...bradnelson@google.com2011-03-191-4/+0
* Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execut...twiz@chromium.org2011-03-191-0/+4
* Fix renderbuffer width, height issuesgman@chromium.org2011-03-198-20/+85
* Validate that a GPU transfer buffer's size is valid when it is registered rat...apatrick@chromium.org2011-03-191-28/+27
* event trace plumbing for multi-process supportjbates@chromium.org2011-03-181-2/+2
* Normalize the top-level ui/ module.rsesek@chromium.org2011-03-181-1/+1
* GPU process - parent GL context does not delete the textures it shares with c...apatrick@chromium.org2011-03-184-6/+38
* Fixed bug in DetachShader.gman@chromium.org2011-03-166-11/+22
* 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