Changeset 68a552f in mainline for uspace/lib/congfx/private/console.h


Ignore:
Timestamp:
2021-02-22T19:52:08Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26853ebc
Parents:
2ab8ab3
Message:

Efficient way of rendering to the console via shared buffer

Makes congfx reasonably fast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/congfx/private/console.h

    r2ab8ab3 r68a552f  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939
    4040#include <gfx/context.h>
     41#include <io/charfield.h>
    4142#include <io/console.h>
    4243#include <io/pixel.h>
     
    5859        /** Current drawing color */
    5960        pixel_t clr;
     61        /** Shared console buffer */
     62        charfield_t *buf;
    6063};
    6164
Note: See TracChangeset for help on using the changeset viewer.