summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-27Adding doc/cairo-evas-gl_doc.h for document work.tizen_1.14.2nisanthmp1-0/+60
2015-07-24Add baselibs.conf file to packaging folder.suyambu.rm1-0/+10
2015-07-24Split evasgl contents/APIs from cairo-gl.h to cairo-evas-gl.hsuyambu.rm8-87/+329
2015-07-24fixup: Minor typos in earlier commits.suyambu.rm3-5/+5
2015-07-22Workaround for rgba/bgra format issue with new Mali.suyambulingamrm1-6/+15
2015-07-22Add manifest file to current folder.suyambu.rm1-0/+5
2015-07-22Boilerplate changes for evasgl.suyambulingamrm1-0/+6
2015-07-22i. Boilerplate changes for egl.suyambulingamrm2-69/+212
2015-07-22Fix build error :FT_PIXEL_MODE_BGRAsuyambulingamrm1-0/+2
2015-07-22Add wayland dependency, as egl boilerplate usessuyambulingamrm1-0/+10
2015-07-15The sizeof operator now applied to the correct variable "ctx->glyph_cache",nisanthmp1-1/+1
2015-07-15In ctx->dispatch.PixelStorei (GL_UNPACK_ALIGNMENT, x), x forced to be 4nisanthmp1-1/+4
2015-07-09Ported prevent defect fixes from tizen_2.3 branch.suyambu.rm61-163/+679
2015-06-15evas: free created evas cfgHenry Song1-1/+1
2015-06-15gl: Add support for GLSL 3.30 and OpenGL 3.0+Henry Song9-187/+658
2015-06-12Fixed typo of equal to operator ===nisanthmp1-1/+1
2015-06-12Added usage of dispatch table functions in missed out casesnisanthmp2-15/+13
2015-06-12Removed unwanted header includes from test/blur.cnisanthmp1-0/+5
2015-06-12gl: correct multisample extension precedenceHenry Song1-9/+6
2015-06-12gl: Create EVAS_GL binding for cairoHenry Song5-11/+25
2015-06-12gl: Prevent border color bleeding in image atlasHenry Song1-24/+20
2015-06-12shadow: release device only if it is validHenry Song1-4/+8
2015-06-12gl/msaa: paint to texture if source, mask and clip are pixel alignedHenry Song1-10/+64
2015-06-12image: compute image surface size when there is no blurHenry Song1-13/+30
2015-06-12gl: check a surface->device first before checking othersHenry Song1-3/+3
2015-06-12shadow: minimal line width for stroke should be 1 for scaled strokeHenry Song1-2/+12
2015-06-12shadow: do not scrink the offset image if shadow has not blurHenry Song5-59/+244
2015-06-12shadow: use pointer to shadow cache sizeHenry Song1-12/+13
2015-06-12gstate: use const clear pattern when operator is CAIRO_OPEATOR_CLEARHenry Song1-12/+40
2015-06-12gl: fix typo in getting blur extents dimensionsHenry Song1-2/+2
2015-06-12test: remove unused variableHenry Song1-12/+0
2015-06-12shadow: Drop shadow_op, as it's just a copy of a const enumBryce Harrington1-8/+3
2015-06-12shadow: Refactor shadow surface setup code to its own routineBryce Harrington1-154/+66
2015-06-12shadow: Drop duplicate cairo_surface_get_content() callBryce Harrington1-1/+0
2015-06-12shadow: Add a shadow_surface_extents init routineBryce Harrington1-21/+22
2015-06-12shadow: Refactor shadow cache list setup into its own routineBryce Harrington1-107/+34
2015-06-12shadow: Track locking status in the shadow cache list structureBryce Harrington1-30/+30
2015-06-12shadow: Separate cache lookup from the cache list setup codeBryce Harrington1-24/+24
2015-06-12shadow: Add structure for managing the shadow cache listBryce Harrington1-92/+91
2015-06-12shadow: Drop unnecessary shadow height/width calculationsBryce Harrington1-18/+0
2015-06-12shadow: Drop temporary scaled height and width variablesBryce Harrington1-36/+24
2015-06-12shadow: Refactor reference to shadow_cache scale parameterBryce Harrington1-18/+6
2015-06-12shadow: Refactor list lookup code to _cairo_shadow_cache_list_find()Bryce Harrington1-103/+39
2015-06-12shadow: Refactor scale calculation to _calculate_shadow_extents_scale()Bryce Harrington1-54/+28
2015-06-12shadow: Refactor out redundant _cairo_surface_mask callsBryce Harrington1-30/+16
2015-06-12shadow: Add _cairo_shadow_cache_list_shrink_to_accomodate routineBryce Harrington1-47/+33
2015-06-12shadow: Add a shadow cache destructorBryce Harrington1-18/+14
2015-06-12shadow: Add a shadow cache init routineBryce Harrington1-42/+60
2015-06-12shadow: Whitespace cleanupBryce Harrington2-115/+112
2015-06-12quartz: Whitespace cleanupBryce Harrington1-14/+14