| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the logic of maintaining the current context to gles2 helper library. | alokp@chromium.org | 2010-12-21 | 3 | -47/+95 |
* | Added --enable-accelerated-layers to run_as block of ppapi demos. | alokp@chromium.org | 2010-12-16 | 1 | -0/+2 |
* | 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 | 20 | -111/+413 |
* | 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 |
* | scons: excise more scons references from the code base | evan@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | 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 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 3 | -3/+59 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 5 | -2/+27 |
* | Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia... | andybons@chromium.org | 2010-11-24 | 7 | -103/+11 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-11-24 | 7 | -11/+103 |
* | Renames Chrome only GL extension functions to follow | gman@chromium.org | 2010-11-18 | 17 | -347/+405 |
* | Adds support for GL_FIXED vertex attributes. | gman@chromium.org | 2010-11-18 | 8 | -44/+249 |
* | Update cmd buffer script to reflect ppapi reorg. | neb@chromium.org | 2010-11-17 | 1 | -10/+10 |
* | Do an early return from GLES2DecoderImpl::Initialize if context group initial... | senorblanco@chromium.org | 2010-11-17 | 1 | -0/+1 |
* | Added glResizeCHRM to resize the drawable associated with the command buffer. | gman@chromium.org | 2010-11-16 | 14 | -3/+108 |
* | Fix GL_OES_standard_derivatives support. | gman@chromium.org | 2010-11-13 | 4 | -0/+11 |
* | Fix bool issues. | gman@chromium.org | 2010-11-12 | 1 | -4/+4 |
* | Add GL_CHROMIUM_resource_safe extension string | gman@chromium.org | 2010-11-12 | 3 | -24/+12 |
* | Use the shader translator to correct bad type information | gman@chromium.org | 2010-11-12 | 12 | -50/+339 |
* | Handle GL errors when querying the multisample count. | enne@chromium.org | 2010-11-11 | 1 | -1/+3 |
* | * Check for GL_ANGLE_framebuffer_mutlisample | gman@chromium.org | 2010-11-09 | 9 | -12/+53 |
* | Re-add setting of wrap and filtering mode parameters of backing | kbr@chromium.org | 2010-11-09 | 1 | -0/+24 |
* | Reland r65152 with mac and linux fix. | apatrick@chromium.org | 2010-11-06 | 4 | -33/+25 |
* | Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor. | apatrick@chromium.org | 2010-11-05 | 4 | -25/+33 |
* | Integrated Pepper3D v2 with the accelerated compositor. | apatrick@chromium.org | 2010-11-05 | 4 | -33/+25 |
* | Fix a bug with count on commands that take a count | gman@chromium.org | 2010-11-04 | 7 | -266/+199 |
* | Advertise the GL_CHROMIUM_copy_texture_to_parent_texture and | kbr@google.com | 2010-11-03 | 1 | -0/+4 |
* | Saved offscreen textures are allocated GL_RGB when no alpha channel is reques... | apatrick@chromium.org | 2010-11-03 | 1 | -31/+67 |
* | Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f... | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Revert PPAPI change due to Linux compile failures. | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Revert PPAPI change. | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr... | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Switch to the new PPAPI repository. This removes the DEPS entry that refers to | brettw@chromium.org | 2010-11-02 | 1 | -4/+4 |
* | Attempt at fixing leaks from SetProp. Apparently there is a finite | sky@chromium.org | 2010-11-01 | 1 | -0/+2 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 2 | -0/+8 |
* | Fix destruction order of ContextGroup | gman@chromium.org | 2010-10-27 | 4 | -7/+11 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 2 | -9/+7 |
* | Disable scissor test during multisample resolve. | enne@chromium.org | 2010-10-27 | 1 | -0/+4 |