24 Commits (14c3888d21567790f386648559701a4181684197)

Autor SHA1 Nachricht Datum
  sam 1ff231b9f7 Change _C pixel format suffixes into _U8 for more clarity. vor 16 Jahren
  sam bb926c7a95 Rename pipi_getpixel into pipi_get_pixels. vor 16 Jahren
  sam e10e51eaba Quick and dirty implementation of pipi_draw_rectangle() to save zMoo. vor 16 Jahren
  sam 4bfa33f1b9 Start writing Visual Studio projects. vor 16 Jahren
  sam 0eb36a6225 Support C99 types on Win32 through the same hacks as in libcaca. vor 16 Jahren
  sam 36438eed8f Fix headers. vor 16 Jahren
  jylam 4a41d81ee6 * Moved accessors to their own file, and added a pipi_get_format_name() vor 16 Jahren
  jylam 3553851ad5 * Preliminary support for a string to color routine (rgb(), argb() frgb(), fargb()) as well as named colors vor 16 Jahren
  sam 0cca668930 * pipi_template.h: factor the last unrolled preprocessor loop. vor 16 Jahren
  sam 41fe20b38e * line.c: minor refactoring. vor 16 Jahren
  sam e13a1527e4 * line.c: merge the antialiased line template back into line.c. vor 16 Jahren
  sam 2e711427e7 * aline_template.h: remove fucking tabs. vor 16 Jahren
  sam 39865db8bd * line.c: convert the aliased line drawing to the template system. vor 16 Jahren
  jylam 6d69dcc7ea * Added bezier files, lolz. vor 16 Jahren
  jylam 306ec17156 * Added a bezier curve primitive (2 control points). vor 16 Jahren
  jylam d0e6525dd1 * Factorized some code and added temporary debug stuff vor 16 Jahren
  jylam c759699dba * Fixed the second part of the previous buffer overflow. No comment. vor 16 Jahren
  jylam 74388b2c0d * Fixed a buffer overflow in antialiased lines vor 16 Jahren
  jylam 0a06b0af5f * Moved *line_template.c to .h files to avoid problems with autotools (sam) vor 16 Jahren
  jylam b67fde0e94 * Added Wu-Xaolin antialiased lines (Still lacks RGBA32 transparency code, with a fallback to float for now) vor 16 Jahren
  jylam 971efb124e * Added simple Bresenham line drawing routines (RGBA_32, RGBA_F, Y_F) vor 16 Jahren
  sam 23bd005f9c * pipi.h: add the PIPI_PIXELS_MASK_C pixel format for canvas boundaries. vor 16 Jahren
  sam e50ce5c67a * color.c: implement pipi_brightness() and pipi_contrast(). vor 16 Jahren
  sam 48b881b6fa * Add pipi_tile, to create image mosaics. vor 16 Jahren