aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Use indexed extensions on ES3.Gravatar commit-bot@chromium.org2013-08-23
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Recognize that ES3 supports texture storage. Add workaround for apparent Adre...Gravatar commit-bot@chromium.org2013-08-21
* Add validation check that linewidth func is present (we already call it on ES).Gravatar commit-bot@chromium.org2013-08-20
* Use ES3 texture swizzling.Gravatar commit-bot@chromium.org2013-08-20
* Update renderable configs for ES3Gravatar commit-bot@chromium.org2013-08-20
* Change comments about size internal formatsGravatar commit-bot@chromium.org2013-08-20
* Revert "Changed rules about sized internal formats on GLES3."Gravatar bsalomon@google.com2013-08-20
* Changed rules about sized internal formats on GLES3.Gravatar commit-bot@chromium.org2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Always support NPOT tiling/MIPs on ES3Gravatar commit-bot@chromium.org2013-08-16
* Always support pack/unpack row length on ES3. Add support for NV_pack_subimag...Gravatar commit-bot@chromium.org2013-08-16
* Support VAO when on ES3.Gravatar commit-bot@chromium.org2013-08-16
* Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.Gravatar bsalomon@google.com2013-08-15
* Refactor GrGLUniformManager::UniformHandle to initialize itself by defaultGravatar commit-bot@chromium.org2013-08-14
* Fix BGRA readback on AndroidGravatar commit-bot@chromium.org2013-08-07
* Actually flush the path stencil transform when the matrix changesGravatar commit-bot@chromium.org2013-08-05
* Fix a crash on stroking empty paths with nv_path_rendering enabledGravatar commit-bot@chromium.org2013-08-05
* Add nv_path_rendering entry points to Unix GLInterfaceGravatar commit-bot@chromium.org2013-08-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-27
* differentiate mag and min filtersGravatar commit-bot@chromium.org2013-07-26
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* reversed senses of none and bilerpGravatar humper@google.com2013-07-25
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Alter resource cache and GrContext to (optionally) never reuse a scratch textureGravatar robertphillips@google.com2013-07-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-19
* Plumb in flag for reusing scratch texturesGravatar commit-bot@chromium.org2013-07-18
* Fix for Ubuntu compiler complaintGravatar robertphillips@google.com2013-07-18
* Yet another build fix for r10148Gravatar robertphillips@google.com2013-07-18
* Fix build breakages due to r10148Gravatar robertphillips@google.com2013-07-18
* Improve null gpu's memory handlingGravatar robertphillips@google.com2013-07-18
* Fix leak of GrGLTexID when its owning GrGLTexture has been abandoned.Gravatar commit-bot@chromium.org2013-07-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Fix header guard typos.Gravatar tfarina@chromium.org2013-07-08
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* *** Perlin noise GM needs to be rebaselined ***Gravatar commit-bot@chromium.org2013-06-17
* Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...Gravatar commit-bot@chromium.org2013-06-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-14
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Fixes to make the gm run when GrContext can't be created for ANGLE context.Gravatar bsalomon@google.com2013-06-11
* Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...Gravatar senorblanco@chromium.org2013-06-10
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Make GrGLProgram no longer depend on kNumStagesGravatar bsalomon@google.com2013-06-06
* Use all available texture units.Gravatar commit-bot@chromium.org2013-06-05
* Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...Gravatar commit-bot@chromium.org2013-06-03
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31