summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-15Update to the new dixPrivate ABI.F14Søren Sandmann8-53/+52
2010-09-14Yeah, I need to get a real commit message written for all of this.Søren Sandmann9-539/+1432
2010-09-14Tighten damage region for fill rectSøren Sandmann1-3/+15
2010-09-14Make the fetched regions much tighter for core textSøren Sandmann3-24/+38
2010-09-14At finish_access() do the whole regionSøren Sandmann2-33/+43
2010-09-14Disable acceleration; fix bug with forgotten multiplication with bppSøren Sandmann1-10/+25
2010-09-14asdfSøren Sandmann1-3/+16
2010-09-14Add a region argument to prepare access.Søren Sandmann Pedersen8-91/+133
2010-09-14Add stripped-down version of damage.c as uxa-damage.c. Don't use it yetSøren Sandmann Pedersen3-2/+1422
2010-09-14Add solid fillSøren Sandmann2-4/+63
2010-09-14Add support for copyingSøren Sandmann2-4/+96
2010-09-14Use the correct strides. It's now slow, but workingSøren Sandmann1-7/+20
2010-09-14Remove unused ops from qxl.hSøren Sandmann Pedersen2-72/+0
2010-09-14Disable all the damage handlingSøren Sandmann2-134/+1
2010-09-14Add prepare/finish accessSøren Sandmann2-30/+66
2010-09-14Initial prepare/finish accessSøren Sandmann2-33/+135
2010-09-14Do initial uxa setupSøren Sandmann3-46/+76
2010-09-14Add a copy of UXA, but don't use it yetSøren Sandmann10-0/+6424
2010-09-14Make sure memory space is not bigger than the memorySøren Sandmann2-6/+4
2010-09-14More updates; it now works with surface0Søren Sandmann2-7/+58
2010-09-14Update header to latest layoutSøren Sandmann2-2/+26
2010-09-14Initial support for surface0Søren Sandmann3-31/+58
2010-09-14Update qxl.h to deal with surface0Søren Sandmann1-42/+61
2010-09-14Set correct amount of video memorySoren Sandmann1-2/+12
2010-09-14Add memslot supportSoren Sandmann2-35/+52
2010-09-14Memslots supportSoren Sandmann2-12/+42
2010-09-14Add memslot arguments to virtual_ and physical_addressSoren Sandmann4-11/+47
2010-09-14Add rom entries and port definitions for the memslots.Soren Sandmann1-0/+8
2010-08-10Fix build against video ABI 8Christopher Hames Halse Rogers2-1/+8
2010-07-22config: add comments for main statementsGaetan Nadon1-5/+7
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-3/+4
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-2/+0
2010-06-13COPYING: update file with Copyright notices from source code.Gaetan Nadon1-0/+1
2010-03-13qxl: remove asserts that make no sense anymoreDave Airlie1-3/+0
2010-02-08config: move compiler flags from configure.ac to Makefile.amGaetan Nadon2-9/+3
2010-02-08config: remove unrequired '-I$(top_srcdir)/src'Gaetan Nadon1-1/+1
2010-02-08config: remove unused INCLUDES='-I$(top_srcdir)/src'Gaetan Nadon1-2/+0
2010-02-08config: remove unused variable XORG_INCSGaetan Nadon1-1/+1
2010-02-06Version 0.0.12Søren Sandmann Pedersen1-1/+1
2010-02-06Go back to drawing with QXL_EFFECT_OPAQUE instead of BLENDSøren Sandmann Pedersen1-1/+1
2010-02-06Fixing 15/16 bit confusion accidentally broke 24 bits.Søren Sandmann Pedersen1-3/+5
2010-02-06Bump version number to 0.0.11Søren Sandmann Pedersen1-1/+1
2010-02-06Eliminate some warnings about casting between u64 and pointers.Søren Sandmann Pedersen5-12/+24
2010-02-06Bump version numberSøren Sandmann Pedersen1-1/+1
2010-02-06Only use QXL "16 bit" modes when the screen depth is 15.Søren Sandmann Pedersen1-12/+25
2010-02-06Remove some unused variablesSøren Sandmann Pedersen1-5/+0
2010-02-06Do the undamage handling in qxl_copy_n_to_n()Søren Sandmann Pedersen1-23/+37
2010-01-28Store modes pointer out of qxl_map_memory()Søren Sandmann Pedersen1-30/+46