summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-texture-pixmap-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cogl-texture: Share the common code in the set_region virtualNeil Roberts2010-07-091-5/+1
* cogl-texture: Share the common code in the get_data virtualNeil Roberts2010-07-091-1/+1
* texture-pixmap-x11: don't assume anything about the GLXFBConfig typeRobert Bragg2010-06-221-19/+18
* Silence another compiler warningEmmanuele Bassi2010-06-221-1/+1
* cogl-texture-pixmap-x11: Use NULL instead of None for invalid GLXFBConfigNeil Roberts2010-06-221-1/+1
* Add a CoglTexturePixmapX11 texture backendNeil Roberts2010-06-221-0/+1397