aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
...
* Revert to old behavior for swap buffersGravatar joshualitt2016-01-20
* add wait on fence without flushGravatar joshualitt2016-01-20
* Add ability to wire up sharelist in glcontext creationGravatar joshualitt2016-01-20
* Make GrGLProgramBuilder a local stack variable in CreateProgramGravatar egdaniel2016-01-20
* Texturing support for RECTANGLE textures.Gravatar bsalomon2016-01-20
* Differentiate maxColorSamples and maxStencilSamples in GrCapsGravatar egdaniel2016-01-15
* Fix GL texture target program keyGravatar bsalomon2016-01-15
* Beginning of support for texture rectangles.Gravatar bsalomon2016-01-14
* Revert of Make A8 readback work in more cases and improve testing. (patchset ...Gravatar bsalomon2016-01-14
* Simplify path allocation, clean up resources correctlyGravatar kkinnunen2016-01-13
* Move some program building utils from GL to GLSLGravatar egdaniel2016-01-13
* Make A8 readback work in more cases and improve testing.Gravatar bsalomon2016-01-13
* Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPix...Gravatar bsalomon2016-01-12
* Hide formats in GrGLCaps and use specific getters for different GL functions.Gravatar bsalomon2016-01-12
* Fix uninit texture key with odd number of texturesGravatar bsalomon2016-01-11
* Add a class representing texture swizzle.Gravatar bsalomon2016-01-08
* Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of...Gravatar mtklein2016-01-08
* Add a class representing texture swizzle.Gravatar bsalomon2016-01-08
* Move config texturability/renderability to config table.Gravatar bsalomon2016-01-08
* Revert of Move config texturability/renderability to config table (patchset #...Gravatar egdaniel2016-01-07
* Move config texturability/renderability to config table.Gravatar bsalomon2016-01-07
* More framework support for TransferBuffersGravatar jvanverth2016-01-05
* Move read pixels format info into ConifgInfo in GrGLCapsGravatar bsalomon2016-01-05
* Change use of LoadLibrary to LoadLibraryAGravatar jvanverth2016-01-04
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-23
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar rmistry2015-12-22
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-21
* Fold color attachment verification bit into GrGLCaps::ConfigInfoGravatar bsalomon2015-12-21
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* Move config table to GrGLCaps from GrGLGpu.Gravatar bsalomon2015-12-21
* Enable NVPR with command bufferGravatar kkinnunen2015-12-21
* Remove GrGLGpu::configToGLFormatsGravatar bsalomon2015-12-18
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar joshualitt2015-12-18
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-18
* Remove some unneeded calls to GrGLGpu::configToGLFormatsGravatar bsalomon2015-12-17
* Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry.Gravatar bsalomon2015-12-17
* Remove dead code for glTexStorageGravatar bsalomon2015-12-17
* Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::up...Gravatar bsalomon2015-12-17
* Fixup GL instanced rendering commandsGravatar cdalton2015-12-17
* Move the GrGLGpu config stencil format index into ConfigTableGravatar bsalomon2015-12-17
* Don't allow BGRA rendertargets on iOS w/ES 3.0+.Gravatar jvanverth2015-12-17
* Generate a table of config->glformat info. Precursor to lifting this to caps.Gravatar bsalomon2015-12-16
* Avoid pixel GPU readback in saveLayerWithPickupGravatar robertphillips2015-12-16
* Set GL_PACK_ALIGNMENT before calling glReadPixelsGravatar bsalomon2015-12-15
* Add helper for determining whether to use sized internal format in GLGravatar bsalomon2015-12-15
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar reed2015-12-14
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-14
* Initialize glGen* call id args to zeroGravatar kkinnunen2015-12-11
* Use size_t for strlen() return valueGravatar scroggo2015-12-10
* Add Apple renderer strings to PowerVR detectionGravatar jvanverth2015-12-10