summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stash: Adds outline of drm driver based on SNA codewip/drm-driverRobert Bragg2012-12-06106-4/+22849
* texture: Adds cogl_texture_set_data convenience apiRobert Bragg2012-12-062-0/+88
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2012-12-0611-80/+0
* Allow lazy texture storage allocationRobert Bragg2012-12-0628-328/+522
* texture: add width/height members to base CoglTextureRobert Bragg2012-12-0618-228/+104
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2012-12-0610-17/+17
* framebuffer: move last use of GL into -framebuffer-gl.cRobert Bragg2012-12-069-363/+414
* Remove cogl-internal.hRobert Bragg2012-12-0552-213/+152
* remove reference to cogl 1.x api in cogl.hRobert Bragg2012-12-051-8/+1
* matrix-stack: make CoglMatrixStack publicRobert Bragg2012-12-0517-421/+964
* matrix-stack: only maintain composite_gets in debug buildsRobert Bragg2012-12-042-1/+9
* matrix-stack: move pointer to top of CoglMatrixEntryRobert Bragg2012-12-041-1/+1
* matrix-stack: getting parent ptr before freeingRobert Bragg2012-12-041-1/+5
* journal: don't call cogl_attribute_buffer_new with NULLRobert Bragg2012-12-041-1/+1
* x11: Remove cogl_xlib_{get,set}_display()Damien Lespiau2012-12-033-52/+0
* x11: Replace all internal usage of cogl_xlib_get_display()Damien Lespiau2012-12-032-9/+19
* Fix handling of binding errors when uploading a full textureNeil Roberts2012-11-284-10/+31
* Simplify test-pixel-bufferNeil Roberts2012-11-282-206/+207
* Adds test-texture-mipmap-get-set testRobert Bragg2012-11-273-0/+178
* tests: port test-texture-get-set-data to be standaloneRobert Bragg2012-11-273-49/+24
* texture: expose mipmap level in set region apisRobert Bragg2012-11-2730-259/+597
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-2722-106/+61
* atlas-texture: remove some use of _COGL_GET_CONTEXTRobert Bragg2012-11-275-93/+105
* glx: avoid use of _COGL_GET_CONTEXT()Robert Bragg2012-11-271-26/+13
* onscreen: remove unused _cogl_onscreen_newRobert Bragg2012-11-272-31/+0
* framebuffer: remove use of _COGL_GET_CONTEXTRobert Bragg2012-11-271-2/+1
* journal: don't reference global contextRobert Bragg2012-11-271-28/+19
* error: Don't allocate a new CoglError when propagatingNeil Roberts2012-11-272-3/+16
* Fix spelling of _cogl_propagate_errorNeil Roberts2012-11-279-13/+13
* framebuffer: remove framebuffer stackRobert Bragg2012-11-2610-422/+0
* blit: avoid referring to framebuffer stackRobert Bragg2012-11-267-94/+97
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-2614-88/+160
* Make cogl_texture_draw_and_read_to_bitmap publicRobert Bragg2012-11-263-32/+51
* matrix-stack: init cache->flippedRobert Bragg2012-11-261-0/+1
* bitmap: ret CoglError from _new_with_malloc_bufferRobert Bragg2012-11-267-14/+64
* texture: split out high-level texture constructorsRobert Bragg2012-11-2616-325/+423
* atlas: catch _create_texture errorsRobert Bragg2012-11-261-2/+6
* Allow propogation of OOM errors to appsRobert Bragg2012-11-2660-914/+1727
* Check for out-of-memory when allocating 3d texturesRobert Bragg2012-11-261-9/+21
* Check for out-of-memory when allocating 2d texturesRobert Bragg2012-11-264-2/+116
* Fixes for --disable-glibNeil Roberts2012-11-2676-200/+173
* configure: Don't allow --enable-gdk-pixbuf with --disable-glibNeil Roberts2012-11-261-71/+70
* Add cogl_sdl_onscreen_get_window()Neil Roberts2012-11-263-0/+34
* cogl-gles2-context: Cast func pointers to void* when fillingChun-wei Fan2012-11-241-5/+10
* sdl: Don't set SDL_GL_DOUBLEBUFFER when the swap chain has no prefNeil Roberts2012-11-232-4/+6
* Add a conformance test using alpha texturesNeil Roberts2012-11-233-0/+126
* Use GL_ARB_texture_swizzle to emulate GL_ALPHA texturesNeil Roberts2012-11-2310-71/+159
* Remove the pipeline layer user matrixNeil Roberts2012-11-2120-520/+23
* sdl: Support setting resizable before allocate in SDL 1Neil Roberts2012-11-201-1/+9
* Fix flushing the stencil viewport clipping workaroundNeil Roberts2012-11-202-14/+10