| Commit message (Expand) | Author | Age | Files | Lines |
* | Add subscribeUniform extension pipeline | orglofch | 2014-11-07 | 1 | -2/+1 |
* | Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h... | orglofch | 2014-11-07 | 1 | -1/+2 |
* | Add subscribeUniform extension pipeline | orglofch | 2014-11-06 | 1 | -2/+1 |
* | Switch to use ANGLE's new c++ style APIs | zmo | 2014-10-31 | 1 | -1/+1 |
* | Detect built-in varyings' invariant setting conflicts. | zmo | 2014-10-22 | 1 | -4/+39 |
* | Type conversion fixes, gpu/ edition. | pkasting | 2014-10-17 | 1 | -4/+8 |
* | Disallow active attrib aliasing at shader program link time. | zmo | 2014-10-13 | 1 | -13/+36 |
* | Switch to use ANGLE's new APIs to query shader variables. | zmo | 2014-10-09 | 1 | -94/+79 |
* | Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better | pkasting | 2014-10-09 | 1 | -2/+2 |
* | Clean up interfaces between Shader / ShaderTranslator / ANGLE side. | zmo | 2014-09-13 | 1 | -65/+6 |
* | Remove outdated ANGLE_SH_VERSION if-def stuff. | zmo | 2014-09-10 | 1 | -4/+0 |
* | Remove implicit conversions from scoped_refptr to T* in gpu/ | Daniel Cheng | 2014-08-26 | 1 | -6/+6 |
* | Update shader translator for new ANGLE header. | jmadill@chromium.org | 2014-07-03 | 1 | -0/+4 |
* | Optimize glUniform* API type validation. | vmiura@chromium.org | 2014-03-12 | 1 | -5/+66 |
* | Add a gpu driver bug workaround to count in all varyings in packing check. | zmo@chromium.org | 2014-02-07 | 1 | -4/+7 |
* | Hookup clear_uniforms_before_first_program_use workaround with implementation. | zmo@chromium.org | 2014-02-06 | 1 | -14/+7 |
* | Report relevant variable names in info logs on failed shader link | oetuaho@nvidia.com | 2014-01-13 | 1 | -25/+38 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -15/+0 |
* | Make command buffer handles the situation that unused uniform array elements ... | zmo@chromium.org | 2013-10-25 | 1 | -7/+13 |
* | Uniforms and attributes name conflicts should cause link failure | zmo@chromium.org | 2013-09-09 | 1 | -0/+25 |
* | Apply varying packing rule. | zmo@chromium.org | 2013-09-05 | 1 | -16/+72 |
* | Android bot issue were fixed by infrastructure team, so reland this. | zmo@chromium.org | 2013-08-27 | 1 | -0/+52 |
* | Revert 219501 "Validate varying varibales matching for vertex/fr..." | nhiroki@chromium.org | 2013-08-26 | 1 | -52/+0 |
* | Validate varying varibales matching for vertex/fragment shaders. | zmo@chromium.org | 2013-08-26 | 1 | -0/+52 |
* | Fix shader uniform precision bug. | zmo@chromium.org | 2013-08-22 | 1 | -3/+1 |
* | Cache varying variable info in Shader object in command buffer. | zmo@chromium.org | 2013-08-19 | 1 | -0/+54 |
* | Remove CompileStatusMap in gpu command buffer | zmo@chromium.org | 2013-08-07 | 1 | -57/+5 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -17/+17 |
* | Make shader translator options effect cache key | gman@chromium.org | 2013-05-17 | 1 | -3/+10 |
* | Disable release assertion in ProgramManager. | apatrick@chromium.org | 2013-05-16 | 1 | -1/+1 |
* | A mesa update added GL_ARB_get_program_binary to the extension string. This ... | sabercrombie@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | Send shader information to disk cache on access as well as create. | dsinclair@chromium.org | 2013-04-11 | 1 | -1/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -5/+5 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+4 |
* | Add per-profile disk caching of complied GPU shaders. | dsinclair@chromium.org | 2013-03-13 | 1 | -2/+4 |
* | Refactor GPU code: Shader* info -> Shader* shader | gman@chromium.org | 2013-03-08 | 1 | -91/+92 |
* | Make GPU headers use more forward declarations | gman@chromium.org | 2013-02-28 | 1 | -0/+2 |
* | Refactor/Rename a bunch of GPU stuff | gman@chromium.org | 2013-02-27 | 1 | -63/+64 |
* | Fix a bug in unmangling hashed shader names in logs. | zmo@google.com | 2013-02-20 | 1 | -1/+1 |
* | Fix crash in ProgramManager::ProgramInfo::ProcessLogInfo. | apatrick@chromium.org | 2013-02-06 | 1 | -22/+15 |
* | Remove a DCHECK in name hashing. | zmo@google.com | 2013-02-02 | 1 | -2/+0 |
* | Fix an assertion in debug mode in shader log processing. | zmo@google.com | 2013-02-01 | 1 | -3/+4 |
* | Use a more flexible methord to search for hashed names in webgl program log. | zmo@google.com | 2013-01-26 | 1 | -3/+7 |
* | Process webgl program log, replacing hashed name with original name. | zmo@google.com | 2013-01-25 | 1 | -1/+44 |
* | Fix crash when translated ANGLE shader source has length zero. | apatrick@chromium.org | 2013-01-04 | 1 | -1/+1 |