C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / tests / GLProgramsTest.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 bsalomonMove GrAutoLocaleSetter to new file and fix issue with...
2015-03-16 bsalomonUse C locale for numerics when emitting shaders.
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 joshualittMove clip off of draw target
2015-02-19 bsalomonAllow resources' unique keys to be changed.
2015-02-19 bsalomonRename GrContentKey to GrUniqueKey
2015-02-17 egdanielDecrease number of allowed stages for Angle on GLProgra...
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-05 joshualittBUG=skia:
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-02 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-02-01 bsalomonRevert of Move npot resizing out of GrContext and simpl...
2015-02-01 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-31 fmalitaRevert of Move npot resizing out of GrContext and simpl...
2015-01-30 bsalomonMove npot resizing out of GrContext and simplify GrCont...
2015-01-23 bsalomonAdd specialized content key class for resources.
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-21 joshualittremove drawtype
2015-01-21 joshualittremove drawType from optState
2015-01-20 joshualittBUG=skia:
2015-01-20 egdanielRemove willReadDst from GrFragmentProcessor.
2015-01-14 bsalomonMake uncached textures uncached from the get go.
2015-01-14 joshualittMore changes to bring together path / geo procs
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-22 jvanverthRename GrGpuGL -> GrGLGpu
2014-12-17 bsalomonStop creating GrODS for stencilPath commands.
2014-12-16 bsalomonRename GrGpuGL to GrGLGpu for consistency
2014-12-13 joshualittGLPrograms leak fix
2014-12-11 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-11 egdanielCreate xfer processor backend.
2014-12-10 joshualittRevert of Create xfer processor backend. (patchset...
2014-12-10 joshualittRevert of Remove GP from drawstate, revision of invaria...
2014-12-10 joshualittRemove GP from drawstate, revision of invariant output...
2014-12-10 egdanielCreate xfer processor backend.
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-12-09 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-08 egdanielRevert of Make all blending up to GrOptDrawState be...
2014-12-08 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-04 joshualittRemove backend factories
2014-12-04 joshualittmove program descriptor generation to flush
2014-12-04 joshualittRevert of move program descriptor generation to flush...
2014-12-03 joshualittmove program descriptor generation to flush
2014-12-03 joshualittFirst step to moving vertex attributes to the geometryP...
2014-11-25 joshualittremove proc key
2014-11-24 bsalomonCreate GrOptDrawState directly in the cmd buffer in...
2014-11-20 bsalomonDon't use NULL GrOptDrawState to indicate that draw...
2014-11-19 joshualittscissor state on optstate
2014-11-19 bsalomonCreate GrOptDrawState before recording draw in GrInOrde...
2014-11-17 joshualittDrawstate on stack
2014-11-15 joshualittPush creation of default GP to the caller
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-11-06 joshualittClip in grdrawtarget
2014-11-03 egdanielForce input coverage to be only a byte in gpu shaders.
2014-10-30 joshualittcleanup reentrance logic in CMM
2014-10-29 joshualittOptState owns program descriptor
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-10-15 bsalomonSome cleanup in processor header files.
2014-10-15 bsalomonPush isEqual/onIsEqual down from GrProcessor to subclasses.
2014-10-12 bsalomonFix leak in GLPrograms test.
2014-10-11 joshualittOpt state takes a GP instead of a GeometryStage
2014-10-10 joshualittRevert of Opt state takes a GP instead of a GeometrySta...
2014-10-10 joshualittOpt state takes a GP instead of a GeometryStage
2014-10-09 joshualittFPs now use the correct builder types(just a rename)
2014-10-09 joshualittForce linking of static member variables for GLPrograms
2014-10-09 joshualittgl programs rewrite
2014-10-07 joshualittCleanup of shader building system
2014-10-07 joshualittRevert of Cleanup of shader building system (patchset...
2014-10-07 joshualittCleanup of shader building system
2014-10-07 joshualittRevert of gl programs rewrite (patchset #10 id:180001...
2014-10-07 joshualittgl programs rewrite
2014-10-07 egdanielMake createOptDrawState return NULL if we would end...
2014-10-06 egdanielPlumb OptDrawState down to VertexShaderBuilder
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-22 egdanielCalculate Primary and Secondary output types in the...
2014-09-22 egdanielChange GrGLProgramDesc header to have DoPathRendering...
2014-09-19 bsalomonStop calling rand() in debug-only code for GLProgramsTest
2014-09-17 egdanielCalculate stage stats in GrOptDrawState
2014-09-16 joshualittremoving GrDrawEffect
2014-09-16 joshualittRevert of removing GrDrawEffect (patchset #4 id:60001...
2014-09-16 joshualittremoving GrDrawEffect
2014-09-15 joshualittBUG=skia:
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-04 joshualittInitial change to create GeometryProcessor
2014-08-26 kkinnunenImplement NV_path_rendering on OpenGL ES
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-07-21 egdanielRemove gpu shader optimatization for solid white or...
2014-07-17 bsalomonFix alpha textures in NV ES3 contexts on Windows.
2014-07-17 bsalomonMakes GrGLProgramDesc's key store the lengths as well...
2014-07-16 mtkleinRevert of Makes GrGLProgramDesc's key store the lengths...
next