summaryrefslogtreecommitdiffstats
path: root/gst/smpte/paint.c
AgeCommit message (Collapse)AuthorFilesLines
2003-05-22Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron1-6/+6
typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
2002-11-01backmergeThomas Vander Stichele1-0/+1
Original commit message from CVS: backmerge
2002-10-17Some cleanups, fix for the blending codeWim Taymans1-73/+71
Original commit message from CVS: Some cleanups, fix for the blending code
2002-10-15- implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans1-18/+49
Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
2002-10-15Some more wipes, added radial wipesWim Taymans1-1/+105
Original commit message from CVS: Some more wipes, added radial wipes
2002-10-13Removed unused code, fixed a bugWim Taymans1-13/+2
Original commit message from CVS: Removed unused code, fixed a bug
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans1-18/+182
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans1-0/+51
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.