summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-texture-pixmap-x11.c
Commit message (Expand)AuthorAgeFilesLines
* CoglTexturePixmapX11: add support for stereo contentOwen W. Taylor2014-07-171-8/+91
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-11/+18
* remove internal_format and redundant error argumentsRobert Bragg2014-01-011-4/+6
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-011-3/+14
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-011-1/+1
* remove internal use of cogl_texture_new_with_sizeRobert Bragg2013-07-111-5/+51
* texture: remove unused cogl_texture_get_max_wasteRobert Bragg2013-01-021-10/+0
* Allow lazy texture storage allocationRobert Bragg2013-01-021-2/+11
* texture: add width/height members to base CoglTextureRobert Bragg2013-01-021-39/+26
* Move _cogl_texture_get_gl_format to -texture-gl.cRobert Bragg2013-01-021-1/+1
* Remove cogl-internal.hRobert Bragg2013-01-021-1/+0
* x11: Replace all internal usage of cogl_xlib_get_display()Damien Lespiau2012-12-031-6/+16
* texture: expose mipmap level in set region apisRobert Bragg2012-11-271-5/+12
* moves some gl texture code too cogl-texture-gl.cRobert Bragg2012-11-261-0/+1
* texture: split out high-level texture constructorsRobert Bragg2012-11-261-2/+5
* Allow propogation of OOM errors to appsRobert Bragg2012-11-261-9/+16
* Fix a warning in the vtable for texture_2d_get_dataNeil Roberts2012-09-271-1/+1
* texture: rename texobj flush code as gl specificRobert Bragg2012-09-241-14/+15
* texture: Add a context pointer to each textureRobert Bragg2012-09-101-1/+1
* Adds CoglError apiRobert Bragg2012-09-071-5/+6
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-17/+17
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-46/+22
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-041-1/+3
* tex-pixmap-x11: remove CoglHandle use + pass contextRobert Bragg2012-02-211-26/+24
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Improve pixel format detection for fallback OpenGL renderingDamien Leone2012-02-201-41/+9
* Add _cogl_texture_get_type()Neil Roberts2012-02-131-0/+13
* cogl-texture-pixmap-x11: Fix the foreach_sub_texture_in_region implNeil Roberts2011-12-201-2/+2
* Remove inclusion of Xlib headers in Cogl headersZan Dobersek2011-11-011-0/+1
* texture: Make CoglTextureRectangle experimentally publicRobert Bragg2011-11-011-1/+1
* meta-texture: This publicly exposes CoglMetaTextureRobert Bragg2011-11-011-11/+70
* x11-tfp: don't call winsys x11_damage_notify without winsysRobert Bragg2011-10-121-8/+14
* Add a strong CoglTexture type to replace CoglHandleRobert Bragg2011-09-211-1/+1
* texture-pixmap-x11: set ->winsys = NULL if _create failsRobert Bragg2011-07-181-0/+3
* texture-pixmap-x11: initialize ->use_winsys_textureRobert Bragg2011-07-181-1/+6
* replace public native_event APIs with typesafe APIsRobert Bragg2011-06-301-8/+7
* cogl-texture-pixmap-x11: Fix the can_hardware_repeat wrapperNeil Roberts2011-06-101-1/+1
* replace _xlib_add_filter use with _cogl_renderer APIRobert Bragg2011-06-011-6/+14
* Add a vtable of indirection to the winsys codeRobert Bragg2011-05-051-6/+36
* texture-pixmap-x11: Move GLX code to cogl-winsys-glx.cRobert Bragg2011-05-051-509/+21
* cogl-renderer: Move the XEvent filters to be generic for all renderersNeil Roberts2011-04-201-4/+5
* Moves all GLX code down from Clutter to CoglRobert Bragg2011-04-111-49/+62
* rename winsys files to be more consistentRobert Bragg2011-04-111-1/+1
* cogl: rename cogl-context.h cogl-context-private.hRobert Bragg2011-04-111-1/+1
* cogl: call _cogl_texture_init for x11 tfpRobert Bragg2011-01-211-1/+1
* cogl: rename CoglMaterial -> CoglPipelineRobert Bragg2010-11-031-3/+3
* cogl-x11: Trap glXDestroyPixmap()Emmanuele Bassi2010-10-041-0/+22
* cogl: don't include cogl-debug.h in cogl.h or installRobert Bragg2010-08-021-0/+1
* material: split the texture unit management outRobert Bragg2010-07-131-0/+1
* Rename the third texure coordinate from 'r' to 'p'Neil Roberts2010-07-131-2/+2