summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* cogl/tests: Use less verbose run-tests.sh on single tests run by mesonMarco Trevisan (Treviño)2019-05-023-14/+21
* meson: Define srcdir and builddir using meson functionsMarco Trevisan (Treviño)2019-05-021-2/+1
* cogl/tests: Export and run unit tests if they are enabledMarco Trevisan (Treviño)2019-05-025-25/+33
* cogl/tests: Run conform tests as single meson testsMarco Trevisan (Treviño)2019-05-021-11/+26
* cogl/tests: Run tests supports both test names and files as parameterMarco Trevisan (Treviño)2019-05-021-4/+8
* tests: Use suites for test casesMarco Trevisan (Treviño)2019-05-022-2/+4
* cogl: Use EGL_IMG_context_priority if availableAdam Jackson2019-04-183-2/+36
* cogl: Generalize EGL context attribute initializationAdam Jackson2019-04-181-14/+13
* cogl: Remove unused TEXTURE_RECTANGLE feature flagAdam Jackson2019-04-184-18/+0
* cogl: Remove CoglTextureTypeAdam Jackson2019-04-182-16/+0
* cogl: Remove unused texture_type argument from cogl_pipeline_set_layer_null_t...Adam Jackson2019-04-182-8/+3
* cogl: Remove unused CoglTextureVable::get_typeAdam Jackson2019-04-187-63/+0
* cogl: Eliminate _cogl_gl_util_get_texture_target_stringAdam Jackson2019-04-184-63/+7
* cogl: Remove never-changing COGL_PIPELINE_LAYER_STATE_TEXTURE_TYPE stateAdam Jackson2019-04-187-181/+7
* cogl: Remove unused CoglTextureRectangleAdam Jackson2019-04-1823-1373/+58
* cogl: Remove texture_rectangle awareness from the GLX TFP codeAdam Jackson2019-04-184-106/+12
* cogl: Remove rectangle-texture testsAdam Jackson2019-04-185-191/+0
* cogl: Remove unused cogl_texture_new_from_foreignAdam Jackson2019-04-184-118/+1
* cogl: NPOT textures are always availableAdam Jackson2019-04-188-113/+8
* cogl: COGL_FEATURE_TEXTURE_NPOT_BASIC is always availableAdam Jackson2019-04-189-138/+67
* cogl: COGL_FEATURE_TEXTURE_NPOT_MIPMAP is always availableAdam Jackson2019-04-188-25/+8
* cogl: COGL_FEATURE_TEXTURE_NPOT_REPEAT is always availableAdam Jackson2019-04-185-23/+3
* cogl: Remove always-true COGL_FEATURE_SHADERS_GLSLAdam Jackson2019-04-1813-81/+24
* cogl: Remove debug disables for GLSL and NPOT texturesAdam Jackson2019-04-184-39/+0
* cogl: Stop running non-NPOT testsAdam Jackson2019-04-181-15/+5
* cogl: Fix some misleading variable namesAdam Jackson2019-04-181-3/+3
* cogl: Remove unused 3D texture supportAdam Jackson2019-04-1838-1759/+31
* cogl/texture-2d: Remove notes about COGL_FEATURE_ID_TEXTURE_NPOTRobert Mader2019-04-171-25/+0
* cogl: Bump minimum GLES version to 2.0Adam Jackson2019-04-171-25/+21
* cogl: Bump minimum GL version to 2.1Adam Jackson2019-04-171-124/+31
* cogl: Remove color write masks from the framebuffer and pipeline APIAdam Jackson2019-04-1717-407/+8
* cogl: Remove viewport scissor workaroundAdam Jackson2019-04-174-120/+4
* cogl-winsys-glx: Fix frame notification race/leakDaniel van Vugt2019-04-121-29/+29
* cogl/texture: Implement is_get_data_supported on GLES texturesHeiher2019-04-021-1/+7
* build: Don't use absolute paths with subdir keywordFlorian Müllner2019-03-185-9/+12
* cogl: Introspect CoglTexture2D(Sliced)Florian Müllner2019-03-113-8/+14
* cogl: Remove unused CoglTextureDriver::try_setting_gl_border_colorAdam Jackson2019-03-113-33/+0
* cogl: Revert swizzling for BGRA buffersCarlos Garnacho2019-03-0810-97/+26
* Revert "Revert "cogl: Pick glReadPixels format by target, not source""Carlos Garnacho2019-03-071-1/+5
* Revert "cogl: Pick glReadPixels format by target, not source"Robert Mader2019-03-061-5/+1
* Use a consistent style for enum bracesNiels De Graef2019-02-2827-49/+98
* cogl: Remove CoglBool, use gboolean insteadNiels De Graef2019-02-15227-1195/+1183
* meson: Do not install cogl config.env if installed tests are disabledMarco Trevisan (Treviño)2019-02-041-2/+9
* cogl: Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-255-0/+6
* meson: Don't list libraries private dependencies in pc filesMarco Trevisan (Treviño)2019-01-231-2/+8
* meson: Set cogl as dependency of libmutter-cogl dependencyMarco Trevisan (Treviño)2019-01-236-8/+3
* meson: Set proper soversion and version to librariesMarco Trevisan (Treviño)2019-01-234-4/+8
* meson: Fix map files and load them to hide private symbolsMarco Trevisan (Treviño)2019-01-238-12/+36
* cogl/path: Don't depend on GL/glu.hJonas Ådahl2019-01-226-3/+4
* cogl: Add missing function declarationsJonas Ådahl2019-01-2249-42/+143