aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Use A8 format for depth 8 pixmaps.Michel Dänzer2009-09-151-0/+3
* st/xorg: add some debugging helpersZack Rusin2009-09-141-3/+26
* st/xorg: rename ctx to pipe to match every other gallium state trackerZack Rusin2009-09-101-17/+17
* st/xorg: temporarily disablie copiesZack Rusin2009-09-101-1/+2
* st/xorg: implement pipelines surface/texture copiesZack Rusin2009-09-101-0/+12
* st/xorg: unite finalization and stub out pipelined copiesZack Rusin2009-09-101-19/+32
* st/xorg: abstract flushing and syncing for the exa codeZack Rusin2009-09-101-5/+20
* st/xorg: disable solid fills until copies are accelerated as wellZack Rusin2009-09-101-0/+2
* st/xorg: implement exasolids with full pipeliningZack Rusin2009-09-101-21/+20
* st/xorg: start adding support for surface fillsZack Rusin2009-09-101-9/+29
* st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer2009-09-081-0/+9
* st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks.Michel Dänzer2009-09-021-0/+64
* st/xorg: start rendering and compositing picturesZack Rusin2009-09-011-8/+0
* st/xorg: Fix crash in MPHJakob Bornecrantz2009-09-011-1/+1
* st/xorg: add code to render textured quads for composite accelerationZack Rusin2009-08-311-0/+8
* st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit.Michel Dänzer2009-08-311-40/+57
* st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL.Michel Dänzer2009-08-311-17/+4
* st/xorg: Don't always fall back for solid fills.Michel Dänzer2009-08-311-3/+0
* st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contentsJakob Bornecrantz2009-08-281-0/+15
* st/xorg: Null devPrivate.ptr when unmappingJakob Bornecrantz2009-08-281-0/+1
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-4/+1
* st/xorg: bind framebuffer and viewport for exaZack Rusin2009-08-271-93/+103
* st/xorg: create and destroy shader cacheZack Rusin2009-08-271-0/+6
* st/xorg: Set shared usage of pixmaps for use via DRI2.Michel Dänzer2009-08-271-10/+2
* st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.Michel Dänzer2009-08-271-3/+0
* st/xorg: Flush context if necessary in ExaPrepareAccess.Michel Dänzer2009-08-271-0/+4
* st/xorg: Add support for dirty framebuffer region reporting.Michel Dänzer2009-08-261-1/+13
* xorg: start on code accelerating renderZack Rusin2009-08-241-26/+37
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* st/xorg: Make it work againJakob Bornecrantz2009-08-051-3/+49
* exa: some infrastucture work for accelerating compositeZack Rusin2009-07-061-48/+50
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-3/+3
* gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook.Michel Dänzer2009-04-231-0/+14
* gallium: Always include xorg-server.h before other X server headers.Michel Dänzer2009-04-231-0/+1
* gallium: Fix up xorg state tracker build.Michel Dänzer2009-04-231-1/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+1
* st/xorg: Clean up xorg_exa.c a bitJakob Bornecrantz2009-03-051-22/+0
* st/xorg: Change format function a bitJakob Bornecrantz2009-03-051-9/+19
* st/xorg: Fix transfer double freeJakob Bornecrantz2009-03-051-4/+10
* gallium: Unify reference counting.Michel Dänzer2009-03-041-6/+6
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-3/+3
* st/xorg: Add Xorg state trackerJakob Bornecrantz2009-03-031-0/+534