aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk
Commit message (Expand)AuthorAge
* Update GrBitmapTextureMaker for handling mipped requestsGravatar Greg Daniel2017-09-28
* changed vertex attribute precisions to be actual typesGravatar Ethan Nicholas2017-09-27
* switched gl_Position and gl_PointSize to sk_*Gravatar Ethan Nicholas2017-09-26
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* Fix wrap mode asserts in GrVkSampler::GenerateKeyGravatar Brian Salomon2017-09-21
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Disable flat interpolation in TextureOp on QualcommGravatar Brian Salomon2017-09-15
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Fix up and clarify use of maxMipLevel in VulkanGravatar Greg Daniel2017-09-01
* Retract Gr*Priv.h includes a bitGravatar Robert Phillips2017-08-31
* Push full screen clears up to OpListGravatar Robert Phillips2017-08-30
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Store discard request on the opList and remove GrDiscardOp (take 3)Gravatar Robert Phillips2017-08-29
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"Gravatar Robert Phillips2017-08-25
* Store discard request on the opList and remove GrDiscardOp (take 2)Gravatar Robert Phillips2017-08-25
* Add support for vkCmdCopyBufferGravatar Greg Daniel2017-08-25
* Switch atlas clients over to using absolute texture coordinates (take 2)Gravatar Robert Phillips2017-08-25
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Revert "Switch atlas clients over to using absolute texture coordinates"Gravatar Robert Phillips2017-08-24
* Switch atlas clients over to using absolute texture coordinatesGravatar Robert Phillips2017-08-24
* Add GrMtlRenderTarget classGravatar Greg Daniel2017-08-18
* Use GrBackendObjectOwnership instead of GrVkImage::WrappedGravatar Greg Daniel2017-08-18
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Switch SkSL to std::stringGravatar Brian Osman2017-08-14
* Remove fStencilClearValue from Vulkan's CommandBufferInfo structGravatar Robert Phillips2017-08-10
* Revert "Store discard request on the opList and remove GrDiscardOp"Gravatar Robert Phillips2017-08-09
* Store discard request on the opList and remove GrDiscardOpGravatar Robert Phillips2017-08-09
* Fix stencil clear load in VulkanGravatar Robert Phillips2017-08-09
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* Fix cleanup on program creation failureGravatar Robert Phillips2017-08-01
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...Gravatar Robert Phillips2017-07-28
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* Expose srgbDecodeDisableSupport in GrCapsGravatar Brian Osman2017-07-27
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* Automatically prepend "disabled-by-default-" to TRACE categoriesGravatar Brian Osman2017-07-26
* Tracing macro cleanup continuedGravatar Brian Osman2017-07-26
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25