| Commit message (Expand) | Author | Age | Files | Lines |
* | Permissions: removed x from gpu/gpu.gyp | scheib@chromium.org | 2011-05-10 | 1 | -0/+0 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-10 | 8 | -838/+74 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 3 | -1/+3 |
* | Defer IPC messages to the GpuCommandBufferStub until GpuScheduler is reschedu... | apatrick@chromium.org | 2011-05-09 | 2 | -1/+22 |
* | Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-06 | 8 | -73/+837 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-06 | 8 | -837/+73 |
* | Rework SwapBuffers sync to allow enough SwapBuffers without blocking | piman@google.com | 2011-05-06 | 3 | -13/+22 |
* | Thanks to piman, added necessary glFlush to the IOSurface code path on | kbr@google.com | 2011-05-05 | 2 | -8/+3 |
* | Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-05 | 8 | -72/+837 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-05 | 8 | -837/+72 |
* | Fix garbage seen on Mac OS X when toggling compositor and resizing | kbr@google.com | 2011-05-04 | 2 | -3/+8 |
* | Allow gpu ringbuffer to wrap around. | jbauman@chromium.org | 2011-05-03 | 2 | -13/+27 |
* | Roll ANGLE r609:r626 | apatrick@chromium.org | 2011-05-02 | 1 | -3/+3 |
* | Fix Issue that glProgramInfoLog was not called if program did not link. | gman@chromium.org | 2011-04-29 | 11 | -155/+337 |
* | Rework FlushSync to return early if commands have been processed since the la... | piman@google.com | 2011-04-28 | 28 | -1335/+83 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-28 | 2 | -1/+3 |
* | Removed "compositor" child window that was created by the GPU process.Removed... | apatrick@chromium.org | 2011-04-27 | 2 | -7/+38 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -0/+7 |
* | gpu_trace_event static category pointers are no longer dangling at shutdown. | jbates@chromium.org | 2011-04-26 | 2 | -16/+27 |
* | Add a yield command to the command buffer. | piman@google.com | 2011-04-23 | 9 | -11/+73 |
* | Replaced std::string argument storage in gpu_trace_event with faster TraceVal... | jbates@chromium.org | 2011-04-22 | 2 | -23/+212 |
* | Update DCHECK() usage to utilize the more expressive debugging functions. | kushi.p@gmail.com | 2011-04-22 | 1 | -2/+2 |
* | gpu: Add traces for some gl calls that can be slow | piman@google.com | 2011-04-22 | 1 | -0/+4 |
* | Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ... | thestig@chromium.org | 2011-04-22 | 2 | -203/+14 |
* | Replaced std::string argument storage in gpu_trace_event with faster TraceAny... | jbates@chromium.org | 2011-04-22 | 2 | -14/+203 |
* | Quick fix so we can bump DEPS of Chrome in NaCl | nfullagar@google.com | 2011-04-22 | 1 | -1/+20 |
* | Chrome displays the wrong thing if FBO is left bound in WebGL. | zmo@google.com | 2011-04-20 | 1 | -9/+12 |
* | With latch support and higher level frame throttling, we no longer need to li... | jbates@chromium.org | 2011-04-20 | 5 | -62/+11 |
* | instrumented gles2 commands that call glFinish so that they show up in about:... | jbates@chromium.org | 2011-04-19 | 1 | -0/+21 |
* | Updated event trace code to stop on buffer full condition for any child proce... | jbates@chromium.org | 2011-04-19 | 4 | -0/+27 |
* | GpuScheduler no longer spins when it is waiting on a latch. | jbates@chromium.org | 2011-04-18 | 6 | -7/+36 |
* | Command buffer: fix a wrong error for glDrawArrays/glDrawElements/glClear if ... | zmo@google.com | 2011-04-15 | 1 | -1/+1 |
* | Landing issue 6828049 on behalf of KushalP. | apatrick@chromium.org | 2011-04-14 | 16 | -161/+161 |
* | Fix a regression in command buffer TexSubImage2D. | zmo@google.com | 2011-04-14 | 1 | -1/+2 |
* | Trace whenever renderer waits for command buffer space. | jbauman@chromium.org | 2011-04-14 | 2 | -11/+27 |
* | Handle the situation in command buffer when texImage2D fails. Current implem... | zmo@google.com | 2011-04-13 | 10 | -130/+177 |
* | Adds GLContext::LosesAllContextsOnContextLost. | amarinichev@chromium.org | 2011-04-13 | 1 | -3/+4 |
* | Fix the incorrect method name override. | jbates@chromium.org | 2011-04-13 | 1 | -0/+3 |
* | implemented latch support in renderer process. this corresponds with a webkit... | jbates@chromium.org | 2011-04-12 | 24 | -99/+138 |
* | Don't flush trace events until tracing ends. | jbauman@chromium.org | 2011-04-12 | 2 | -12/+19 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 14 | -26/+27 |
* | Initialize a few uninitialized members in GPU classes. | finnur@chromium.org | 2011-03-28 | 7 | -12/+26 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 24 | -50/+50 |
* | Workground for glGenerateMipmap bug in some drivers. | gman@chromium.org | 2011-03-26 | 5 | -2/+67 |
* | Make Command Buffer limit count for glUniformXXv calls. | gman@chromium.org | 2011-03-25 | 10 | -83/+474 |
* | Refactor: Move app/surface to ui/gfx/surface. | backer@chromium.org | 2011-03-25 | 2 | -2/+3 |
* | Implement latch system to help with GPU compositing flow control. | gman@chromium.org | 2011-03-24 | 18 | -9/+311 |
* | Fix bug in shader and program managers. | gman@chromium.org | 2011-03-23 | 6 | -29/+112 |
* | Take the ANGLE path for glRenderbufferStorageMultisample when on ANGLE. | bsalomon@google.com | 2011-03-23 | 1 | -2/+7 |
* | Check the GPU watchdog after processing every 3D command. | jbauman@chromium.org | 2011-03-23 | 2 | -2/+13 |