Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | gallium: rename copy/fill_rect utility functions | Brian Paul | |
2009-08-13 | st/xorg: Fix DRI2 CopyRegion hook. | Michel Dänzer | |
Use GC CopyArea op for proper translation and clipping, and throttle full buffer swaps / frontbuffer flushes. | |||
2009-08-12 | st/xorg: Acquire/drop DRM master in order to work with multiple servers. | Michel Dänzer | |
2009-08-06 | st/xorg: If we have DRI2 we should also have some sort of hw support | Jakob Bornecrantz | |
2009-08-05 | st/xorg: Make it work again | Jakob Bornecrantz | |
2009-07-06 | exa: some infrastucture work for accelerating composite | Zack Rusin | |
2009-06-30 | drm/st: Return drm_api struct from a function | Jakob Bornecrantz | |
2009-06-22 | st/xorg: Convert to template makefile | Jakob Bornecrantz | |
2009-04-28 | gallium: Update the drm_api. | Thomas Hellstrom | |
Make it possible to pass state-tracker-specific data to the init_screen function, and even open the door for device-specific state-tracker screen initialization. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-04-23 | gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook. | Michel Dänzer | |
Need to use the data pointed to for pixmap contents in that case. Fixes RENDER based text rendering. | |||
2009-04-23 | gallium: Always include xorg-server.h before other X server headers. | Michel Dänzer | |
Various breakage otherwise, e.g. _XSERVER64 not being defined on 64 bit leading to inconsistent definitions of X server internal structs. | |||
2009-04-23 | gallium: Fix up xorg state tracker build. | Michel Dänzer | |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2009-03-05 | st/xorg: Clean up xorg_exa.c a bit | Jakob Bornecrantz | |
2009-03-05 | st/xorg: Change format function a bit | Jakob Bornecrantz | |
2009-03-05 | st/xorg: Fix transfer double free | Jakob Bornecrantz | |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer | |
The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create(). | |||
2009-03-03 | st/drm: s/hocks/hooks/ | Jakob Bornecrantz | |
2009-03-03 | st/xorg: Add Xorg state tracker | Jakob Bornecrantz | |