| Commit message (Expand) | Author | Age | Files | Lines |
* | In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca... | senorblanco@chromium.org | 2011-02-15 | 1 | -1/+1 |
* | Fix small incompatibility issues with Visual Studio 2010. | jeanluc@chromium.org | 2011-02-14 | 1 | -2/+1 |
* | Share PPAPI out-of-process plugins between renderer processes. | brettw@chromium.org | 2011-02-13 | 12 | -20/+29 |
* | Fixes to allow building with -pedantic. | neb@chromium.org | 2011-02-11 | 2 | -2/+2 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 1 | -2/+2 |
* | Fixes issue that if we don't simulate a disabled | gman@chromium.org | 2011-02-09 | 1 | -4/+7 |
* | Autogenerator for NaCl OpenGL ES implementation. | neb@chromium.org | 2011-02-09 | 1 | -3/+59 |
* | Reapply parts of 73222. | neb@chromium.org | 2011-02-09 | 1 | -2/+17 |
* | Revert 73222 - Make target running GLES2 autogen script. | gavinp@chromium.org | 2011-02-08 | 1 | -17/+2 |
* | Implemented GPU process side flow control. | apatrick@chromium.org | 2011-02-08 | 6 | -8/+75 |
* | More out-of-lining of test code, along with a bunch of GMOCK objects. | erg@google.com | 2011-02-08 | 4 | -18/+39 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 3 | -4/+4 |
* | Remove support for client side arrays from client side gpu | gman@chromium.org | 2011-02-05 | 3 | -94/+51 |
* | Fix for OSX attrib 0 issue. | gman@chromium.org | 2011-02-04 | 2 | -15/+24 |
* | Implement proxy for 3d-related interfaces | piman@google.com | 2011-02-02 | 1 | -4/+88 |
* | Make target running GLES2 autogen script. | neb@chromium.org | 2011-01-31 | 1 | -6/+19 |
* | Fix TexSubImage2D and CompressedTexSubImage2D to check that format and type | gman@chromium.org | 2011-01-29 | 10 | -57/+80 |
* | Fix for jankiness in some accelerated 2D canvas demos: If there is already a... | senorblanco@chromium.org | 2011-01-26 | 3 | -5/+16 |
* | Exposed GL_NV_fence bindings to GPU process. | apatrick@chromium.org | 2011-01-26 | 1 | -0/+14 |
* | Fix compile warnings that break NaCl build. | neb@chromium.org | 2011-01-26 | 3 | -4/+4 |
* | Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums. | kbr@chromium.org | 2011-01-26 | 4 | -2/+31 |
* | Get correct backbuffer format when context is on screen. | gman@chromium.org | 2011-01-21 | 2 | -2/+12 |
* | Fix for gl programs. An unsuccessful link should report | gman@chromium.org | 2011-01-20 | 3 | -8/+19 |
* | Fix to allow the gles2 conformance tests to run | gman@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 7 | -21/+52 |
* | Make glVertexAttribPointer return INVALID_OPERATION for offsets | gman@chromium.org | 2011-01-07 | 2 | -6/+147 |
* | Fix Clang bot due to use of EXPECT_EQ(false ...) | enne@chromium.org | 2011-01-05 | 1 | -16/+16 |
* | Fix glIsFoo() functions for non-bound objects in command buffer. | enne@chromium.org | 2011-01-05 | 9 | -36/+218 |
* | Move lots of GMock stuff out of line. | erg@google.com | 2011-01-05 | 4 | -21/+62 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Added ppapi::Context3D interface. The API has already been reviewed. I am add... | alokp@chromium.org | 2010-12-23 | 1 | -9/+12 |
* | Make CopyTexImage2D and CopyTexSubImage2D fail if | gman@chromium.org | 2010-12-23 | 16 | -172/+611 |
* | Mac: Don't hang gpu process if a tab that shares its renderer process with ot... | thakis@chromium.org | 2010-12-22 | 2 | -0/+14 |
* | Fixed requesting of GL_EXT_texture_format_BGRA8888 and | kbr@chromium.org | 2010-12-22 | 2 | -3/+6 |
* | Map the render process's glBindFramebuffer(0) to the context's backing FBO. | klobag@chromium.org | 2010-12-21 | 1 | -0/+2 |
* | Fix glCopyTexImage2D and glCopyTexSubImage2D to handle | gman@chromium.org | 2010-12-21 | 3 | -3/+97 |
* | Moved the logic of maintaining the current context to gles2 helper library. | alokp@chromium.org | 2010-12-21 | 1 | -38/+64 |
* | Added a stub gles2 implementation. | alokp@chromium.org | 2010-12-15 | 1 | -0/+21 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 4 | -8/+28 |
* | Make shader and program object lifetimes match OpenGL ES spec. | gman@chromium.org | 2010-12-13 | 10 | -97/+429 |
* | Fix off by one error in glGetShaderiv for the size | gman@chromium.org | 2010-12-13 | 2 | -1/+50 |
* | Hard code number of auto generated command buffer unit | gman@chromium.org | 2010-12-10 | 1 | -3/+3 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-12-07 | 4 | -2/+93 |
* | Move limiting how many SwapBuffer calls the client | gman@chromium.org | 2010-12-07 | 2 | -0/+12 |
* | Exposed support for dynamically enabling extensions in command buffer | kbr@google.com | 2010-12-06 | 19 | -111/+385 |
* | Fixes divide by zero bug in readpixels | gman@chromium.org | 2010-12-03 | 2 | -2/+31 |
* | Fix zero length string bug and NPOT bug | gman@chromium.org | 2010-12-03 | 4 | -15/+24 |
* | Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n... | apatrick@chromium.org | 2010-12-02 | 3 | -9/+19 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 5 | -27/+26 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 5 | -26/+27 |