summaryrefslogtreecommitdiff
path: root/src/texture.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Fix whitespace.Danny Baumann1-1/+1
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann1-3/+3
2008-04-26Fallback to old texture target selection, to fix current broken tfp implement...Dennis Kasprzyk1-0/+10
2008-04-24Follow the "texture from pixmap" specification more strictly to avoid unneces...Dennis Kasprzyk1-7/+8
2008-04-23Do not try to generate mipmaps for TEXTURE_RECTANGLE targets, because the ext...Dennis Kasprzyk1-3/+4
2008-04-01Texture compression for image textures.Erkin Bahceci1-1/+7
2008-02-18Revert "Query bound pixmap texture target, if the fbconfig only reports recta...Dennis Kasprzyk1-4/+1
2008-02-18Query bound pixmap texture target, if the fbconfig only reports rectangle tex...Dennis Kasprzyk1-1/+4
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-3/+3
2007-05-31Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-5/+8
2007-05-31Add extensible logging frameworkMike Dransfield1-5/+8
2007-05-31Remove whitespace.David Reveman1-1/+1
2007-05-31Fix byte order check in imageBufferToTexture.David Reveman1-2/+2
2007-04-24Only use bindTexImage and releaseTexImage on texturesJames Jones1-2/+2
2007-04-19Keep track of available texture targets and avoid calls toDavid Reveman1-10/+30
2007-04-17Do not use shareList.Kristian Lyngstol1-0/+6
2007-04-12Remove trailing whitespaceMike Dransfield1-1/+1
2007-03-28new imageDataToTexture function to specify gl format/type parameters (replace...Dennis Kasprzyk1-21/+29
2007-03-28Added possibility to load textures with fixed RGBA byte ordering from header ...Danny Baumann1-6/+11
2007-02-21Add infrastructure for software cursors but leave it disabled untilDavid Reveman1-0/+10
2006-12-11Make image loading extensible.David Reveman1-30/+5
2006-10-17Add reference counting to texture objects.David Reveman1-0/+5
2006-10-17Add createTexture and destroyTexture.David Reveman1-0/+23
2006-05-23Fix BigEndian issuesDavid Reveman1-0/+4
2006-05-09Fix mipmappingDavid Reveman1-0/+3
2006-05-07Minimized windows and icon support in switcherDavid Reveman1-0/+11
2006-05-02Update to latest EXT_tfp specDavid Reveman1-27/+9
2006-04-18Add strict-binding optionDavid Reveman1-15/+47
2006-04-17Support for PNGs on top face of cube and an option for scaling the image orDavid Reveman1-7/+0
2006-04-09Remove test modeDavid Reveman1-11/+9
2006-04-09Switch to using GLX 1.3David Reveman1-23/+51
2006-03-30Fix mipmap filter selectionDavid Reveman1-3/+6
2006-03-29Add preliminary version of water pluginDavid Reveman1-1/+1
2006-03-03Skydome support in cube pluginDavid Reveman1-5/+9
2006-02-23Mipmap support and more run command optionsDavid Reveman1-16/+52
2006-02-09Initial revisionDavid Reveman1-0/+337