summaryrefslogtreecommitdiff
path: root/src/fragment.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann1-3/+3
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-15/+15
2007-07-11Clean up and avoid some unnecessary heap allocation inDavid Reveman1-36/+38
2007-07-06Added string formating to fragment functions.Dennis Kasprzyk1-6/+82
2007-05-31Add extensible logging frameworkMike Dransfield1-5/+7
2007-01-21Don't pass window paint attribs to drawWindow function. AllDavid Reveman1-0/+14
2007-01-14Add addBlendOpToFunctionData function which can be used to indicate thatDavid Reveman1-4/+35
2007-01-10Keep track of temporary texcoord variables at all index levels to makeDavid Reveman1-7/+14
2007-01-10Only add one fetch offset variable per index.David Reveman1-22/+36
2007-01-10Add Fragment Attribute Interface.David Reveman1-0/+1256