| Age | Commit message (Expand) | Author |
| 2000-06-13 | Use my proper name. | ad |
| 2000-06-12 | Let this build on LP64 if DEBUG is defined. | sommerfeld |
| 2000-04-20 | Put the rasops attributes in conf/files so that everyone can run | thorpej |
| 2000-04-12 | * Spell shift counts in decimal and masks in hex | pk |
| 2000-04-05 | Advance index into rasops_cmap for each color, not per triplet. | nathanw |
| 2000-04-04 | Fix computation of ri_xorigin in RI_CENTER case; convery from bytes to | nathanw |
| 2000-03-14 | Resolve LP64 issues. | nisimura |
| 2000-02-12 | Misplaced #endif. | ad |
| 2000-02-12 | Fix the unaligned accesses discovered by dbj. | ad |
| 2000-01-06 | replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R to compile again. | shin |
| 1999-12-16 | Dispatch another nit. | ad |
| 1999-12-14 | Note that per-depth initialization functions shouldn't be called by mere | ad |
| 1999-12-14 | The ri_hw member was added to 'struct rasops_info'. This does the same thing | ad |
| 1999-12-04 | -use the right namespace for screen capabilities | drochner |
| 1999-12-02 | -initialize the colormap completely at compile time, to allow drivers | drochner |
| 1999-11-06 | Possible typo. | enami |
| 1999-11-05 | In rasops_do_cursor(), don't pull the mask from ri_devcmap[], just use ~0. | ad |
| 1999-10-24 | Wrap a line properly. | ad |
| 1999-10-23 | - New option (RASOPS_SMALL) for the tight-fisted. | ad |
| 1999-10-07 | Note some ideas from Toru Nishimura. | ad |
| 1999-10-04 | Use proper mask when RI_FORCEMONO is set and XORing cursor. | ad |
| 1999-09-17 | - Collapse forward and reverse cases in rasops_copyrows() into one | ad |
| 1999-09-17 | Clean up attribute allocation some more. | ad |
| 1999-08-31 | Pass color value through ri->ri_devcmap before writing. | ad |
| 1999-08-26 | Small consistency nit. | thorpej |
| 1999-08-26 | Make monochrome attribte allocation a bit more obvious. | thorpej |
| 1999-08-25 | When clearing the entire display, point to the start of the framebuffer, | ad |
| 1999-08-24 | - Change the semantics of rasops_init slightly | ad |
| 1999-08-20 | Get rid of ugly vertical bars which occurred when | mouse |
| 1999-08-19 | Make this compile. Patch from Simon Burge. | ad |
| 1999-08-13 | Pass color index through ri_devcmap; don't assume that it already | ad |
| 1999-07-25 | Use unsigned integer to hold font bits in putchar(). [This looks like the | ad |
| 1999-07-21 | - Style nits | ad |
| 1999-06-15 | - Don't even try to emulate WSATTR_HILIT on mono displays | ad |
| 1999-06-15 | Fix stupid alignment bug. The 'slop' stuff is due for replacement with masks | ad |
| 1999-06-05 | `rasops_glue' is only here to force the header file's name hence it must | pk |
| 1999-06-02 | Don't include rasops files unconditionally; only when we have rasterconsole or | christos |
| 1999-05-18 | Assign ownership & copyright to TNF. There is probably a procedure for this | ad |
| 1999-05-15 | Add diagnostic measures to check for missing font. | ad |
| 1999-05-15 | wsfont cookies <= 0 are invalid, not just those < 0. | ad |
| 1999-05-09 | In rasops_erasecols(), try word aligned case before halfword aligned. | ad |
| 1999-04-29 | Initialize db in copycols() to zero to pacify gcc, as noted by Simon Burge. | ad |
| 1999-04-29 | Add cookie for wsfont to rasops_info. | ad |
| 1999-04-26 | Remove crud remaining from userland mockup. | ad |
| 1999-04-26 | Innumerable fixes and improvements. README contains list of remaining bugs | ad |
| 1999-04-13 | Code cleanup. Add ri_bswap member to 'struct rasops_info' to indicate that | ad |
| 1999-04-13 | Fixed licensing due to a foobar on my behalf. | ad |
| 1999-04-13 | Initial import of 'rasops', the new raster operations set for wscons/rcons. | ad |