summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
AgeCommit message (Expand)Author
2009-11-24st/xorg: use surface_copy for blits if availableKeith Whitwell
2009-11-18st/xorg: Flush any pending operations on uploadJakob Bornecrantz
2009-11-19st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer
2009-11-19st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.Michel Dänzer
2009-11-16st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz
2009-11-16st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz
2009-11-16st/xorg: Only reference new picture formats when they're defined.Michel Dänzer
2009-11-11st/xorg: implement repeatnone and make some code smell less like assZack Rusin
2009-11-10st/xorg: Fallback if picture format doesn't match texture formatJakob Bornecrantz
2009-11-10st/xorg: Don't segfault when debug printingJakob Bornecrantz
2009-11-10st/xorg: print ouf the picture formats when compositingZack Rusin
2009-11-06st/xorg: implement batching for the composite opZack Rusin
2009-11-06st/xorg: batch solid fill requestsZack Rusin
2009-10-23st/xorg: lots of fixes related to compositingZack Rusin
2009-10-22st/xorg: lots of render fixesZack Rusin
2009-10-19st/xorg: implement basic src/mask transformationsZack Rusin
2009-10-18st/xorg: Massivly redo root pixmap creationJakob Bornecrantz
2009-10-18st/xorg: Change how disable accel is handledJakob Bornecrantz
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz
2009-10-02st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer
2009-09-28st/xorg: Add debug for fallbacksJakob Bornecrantz
2009-09-28st/xorg: Make debug printing optionalJakob Bornecrantz
2009-09-25st/xorg: Re-enable accelerated fills and copies.Michel Dänzer
2009-09-25st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer
2009-09-25st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.Michel Dänzer
2009-09-24st/xorg: fills are supported plussome minor clenupsZack Rusin
2009-09-24st/xorg: add easier way of disabling/enabling accelerationZack Rusin
2009-09-22st/xorg: Fix two leeksJakob Bornecrantz
2009-09-15st/xorg: fixing copies and composite shadersZack Rusin
2009-09-15st/xorg: lots of fixesZack Rusin
2009-09-15st/xorg: Only unreference texture on pixmap destruction, don't destroy it.Michel Dänzer
2009-09-15st/xorg: Explicitly check whether the driver supports the pixmap formats.Michel Dänzer
2009-09-15st/xorg: Use A8 format for depth 8 pixmaps.Michel Dänzer
2009-09-14st/xorg: add some debugging helpersZack Rusin
2009-09-10st/xorg: rename ctx to pipe to match every other gallium state trackerZack Rusin
2009-09-10st/xorg: temporarily disablie copiesZack Rusin
2009-09-10st/xorg: implement pipelines surface/texture copiesZack Rusin
2009-09-10st/xorg: unite finalization and stub out pipelined copiesZack Rusin
2009-09-10st/xorg: abstract flushing and syncing for the exa codeZack Rusin
2009-09-10st/xorg: disable solid fills until copies are accelerated as wellZack Rusin
2009-09-10st/xorg: implement exasolids with full pipeliningZack Rusin
2009-09-10st/xorg: start adding support for surface fillsZack Rusin
2009-09-08st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer