summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-2812-21/+21
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-286-10/+18
* Move some files from base to base/memory.levin@chromium.org2011-03-2821-43/+43
* 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-251-2/+2
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-2417-9/+291
* 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
* 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
* 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 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-1417-55/+111
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-1217-111/+55
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-1217-55/+111
* Make readPixels work around bug in OSX drivers that don't alwaysgman@chromium.org2011-03-104-14/+123
* 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-285-20/+53
* 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-245-16/+57
* 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-084-18/+39
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-053-4/+4
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-053-94/+51
* Fix for OSX attrib 0 issue.gman@chromium.org2011-02-042-15/+24
* Implement proxy for 3d-related interfacespiman@google.com2011-02-021-4/+88
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-6/+19
* 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