summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: lots of render fixesZack Rusin2009-10-221-7/+12
* st/xorg: implement basic src/mask transformationsZack Rusin2009-10-191-0/+2
* st/xorg: Massivly redo root pixmap creationJakob Bornecrantz2009-10-181-0/+44
* st/xorg: Change how disable accel is handledJakob Bornecrantz2009-10-181-21/+6
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-3/+9
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-131-1/+4
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-111-40/+10
* st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* st/xorg: More fallback debuggingJakob Bornecrantz2009-10-081-21/+21
* Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
* st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz2009-10-081-16/+28
* st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz2009-10-081-1/+1
* st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer2009-10-021-59/+34
* st/xorg: Add debug for fallbacksJakob Bornecrantz2009-09-281-34/+43
* st/xorg: Make debug printing optionalJakob Bornecrantz2009-09-281-1/+14
* st/xorg: Re-enable accelerated fills and copies.Michel Dänzer2009-09-251-1/+1
* st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer2009-09-251-2/+28
* st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer2009-09-251-1/+1
* st/xorg: fills are supported plussome minor clenupsZack Rusin2009-09-241-4/+7
* st/xorg: add easier way of disabling/enabling accelerationZack Rusin2009-09-241-7/+16
* st/xorg: Fix two leeksJakob Bornecrantz2009-09-221-0/+2
* st/xorg: fixing copies and composite shadersZack Rusin2009-09-151-8/+12
* st/xorg: lots of fixesZack Rusin2009-09-151-2/+18
* st/xorg: Only unreference texture on pixmap destruction, don't destroy it.Michel Dänzer2009-09-151-4/+1
* st/xorg: Explicitly check whether the driver supports the pixmap formats.Michel Dänzer2009-09-151-6/+13
* 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