| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the "target" argument from CopyTextureChromium. | erikchen | 2016-01-06 | 1 | -4/+0 |
* | ppapi: make gl2ext.h values consistent with third_party/khronos/GLES2/gl2ext.h | r.kasibhatla | 2015-12-02 | 1 | -3/+3 |
* | Removing GL context rate limiting feature and related wrappers | junov | 2015-09-22 | 1 | -19/+0 |
* | Auto-format for generated gpu command buffer files. | zmo | 2015-07-27 | 1 | -40/+68 |
* | Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer. | zmo | 2015-06-24 | 1 | -31/+44 |
* | ppapi : make gl2ext.h be consistent with Copy[Sub]TextureCHROMIUM API | dongseong.hwang | 2015-04-02 | 1 | -2/+21 |
* | Implement the rest of the PPAPI examples in the GN build. | brettw | 2015-02-14 | 1 | -2/+6 |
* | Split apart the PPAPI GN targets | brettw | 2015-02-14 | 1 | -0/+17 |
* | Remove glGetMultipleIntegervCHROMIUM from ppapi gl2ext.h | piman | 2014-11-13 | 1 | -3/+0 |
* | gpu: Match autogen files to code style. | dongseong.hwang | 2014-11-06 | 1 | -296/+217 |
* | command_buffer: infer all generated c/c++ source files to clang-format | kkinnunen | 2014-09-30 | 1 | -26/+32 |
* | remove empty gl.gyp file | mostynb | 2014-09-22 | 1 | -0/+0 |
* | Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects. | zork@chromium.org | 2014-07-17 | 3 | -0/+42 |
* | Mojo: Move C gles2 header files to mojo/public/c/gles2. | viettrungluu@chromium.org | 2014-03-30 | 1 | -1/+1 |
* | Get rid of the formatting code in build_gles2_cmd_buffer.py | zmo@chromium.org | 2014-03-07 | 1 | -1/+1 |
* | Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface. | jbauman@chromium.org | 2014-03-06 | 3 | -0/+20 |
* | Format generated gpu files using clang-format. | zmo@chromium.org | 2014-03-05 | 1 | -208/+370 |
* | Make mojo_gles2 a stub shared library | piman@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | Remove chromium extensions obsoleted by gpu::Capabilities | boliu@chromium.org | 2014-01-11 | 1 | -10/+0 |
* | Update type definitions in ppapi/lib/gl/include/KHR/khrplatform.h | bauerb@chromium.org | 2014-01-07 | 1 | -1/+14 |
* | Partial revert of r208776 | piman@chromium.org | 2013-07-11 | 3 | -0/+720 |
* | Removing ppapi_egl target | dpranke@chromium.org | 2013-06-26 | 5 | -931/+0 |
* | Updated paths to Mesa sources to the version pulled in via DEPS. | kbr@chromium.org | 2013-06-08 | 2 | -7/+7 |
* | Part 2/3 (GL) of adding with device scale factor to transport surfaces | ccameron@chromium.org | 2013-05-26 | 1 | -1/+2 |
* | Hush compiler warnings when compiling c code. | nfullagar@chromium.org | 2013-02-13 | 2 | -18/+18 |
* | Define GL_GLEXT_PROTOTYPES | jbauman@chromium.org | 2012-06-26 | 1 | -0/+3 |
* | gl2ext_ppapi.c: don't use TLS on Android | hans@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Move gles2 extensions out of dev. | nfullagar@google.com | 2012-05-07 | 3 | -41/+41 |
* | Update gl2.h and gl2ext.h headers from Khronos. | nfullagar@google.com | 2012-05-03 | 3 | -31/+1374 |
* | Add OpenGL occlusion query support to pepper. | jbauman@chromium.org | 2012-03-16 | 3 | -0/+57 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 3 | -3/+162 |
* | Revert 123696 - Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 3 | -162/+3 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 3 | -3/+162 |
* | Added GL enums for dxt3 and dxt5 texture compression to <GLES2/gl2ext.h>. | alokp@chromium.org | 2011-09-30 | 1 | -0/+12 |
* | Renamed ppb_opengles.h to ppb_opengles2.h. | alokp@chromium.org | 2011-09-15 | 2 | -2/+4 |
* | reconstitute moving 3d out of dev CL. (previous attempt was reverted) | nfullagar@google.com | 2011-09-07 | 2 | -7/+7 |
* | Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 2 | -7/+7 |
* | Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 2 | -7/+7 |
* | Deleted gl.gyp that had duplicate ppapi_egl target. | evan@chromium.org | 2011-07-01 | 1 | -55/+0 |
* | Fix up some types in the API. | neb@chromium.org | 2011-03-28 | 2 | -0/+4 |
* | Revert the accidentially changed auto-generated files. | jochen@chromium.org | 2011-02-10 | 1 | -1/+1 |
* | Only invoke WebKit methods in browsing data helpers on the WEBKIT thread. | jochen@chromium.org | 2011-02-10 | 1 | -1/+1 |
* | Update the checked-in GLES2 bindings and implementation to match the auto-gen... | bryner@chromium.org | 2011-02-08 | 1 | -1/+1 |
* | ppapi_egl target is currently unused as verified by using: | noelallen@google.com | 2011-01-21 | 1 | -0/+55 |
* | Moved the logic of maintaining the current context to gles2 helper library. | alokp@chromium.org | 2010-12-21 | 3 | -28/+289 |
* | Added native EGL types for pepper platform. | alokp@chromium.org | 2010-12-15 | 1 | -33/+4 |
* | Added a stub gles2 implementation. | alokp@chromium.org | 2010-12-15 | 3 | -0/+592 |
* | Added a stub driver implementation for Mesa EGL. | alokp@chromium.org | 2010-12-14 | 9 | -0/+2691 |