summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-102-9/+9
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-102-1/+2
* Defer IPC messages to the GpuCommandBufferStub until GpuScheduler is reschedu...apatrick@chromium.org2011-05-092-1/+22
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-062-9/+9
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-062-9/+9
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-062-7/+9
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-051-4/+3
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-052-9/+9
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-052-9/+9
* Fix garbage seen on Mac OS X when toggling compositor and resizingkbr@google.com2011-05-041-3/+4
* Roll ANGLE r609:r626apatrick@chromium.org2011-05-021-3/+3
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-2910-155/+335
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-286-40/+59
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-272-7/+38
* Add a yield command to the command buffer.piman@google.com2011-04-234-7/+20
* 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
* 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-204-55/+5
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-191-0/+3
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-185-4/+33
* 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-149-113/+113
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-133-105/+121
* Adds GLContext::LosesAllContextsOnContextLost.amarinichev@chromium.org2011-04-131-3/+4
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-127-22/+58
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-289-16/+16
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-284-1/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-2819-38/+38
* 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-259-76/+399
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-251-2/+2
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-249-8/+139
* 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
* Change GL_EXT_texture_compression_s3tc to GL_CHROMIUM_texture_compression_dxt3gman@chromium.org2011-03-213-11/+32
* Fix renderbuffer width, height issuesgman@chromium.org2011-03-197-17/+81
* Validate that a GPU transfer buffer's size is valid when it is registered rat...apatrick@chromium.org2011-03-191-28/+27
* 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
* Introduce gpu_trace_event for gpu performance analysis.nduca@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-1416-55/+110
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-1216-110/+55
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-1216-55/+110
* Make readPixels work around bug in OSX drivers that don't alwaysgman@chromium.org2011-03-104-14/+123
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-282-20/+40
* 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-242-16/+39