summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa-vmwgfx
Commit message (Collapse)AuthorAgeFilesLines
* gallium/targets: use c++ compiler for linkingMarcin Slusarz2011-10-171-2/+7
| | | | | | | | | As pointed out by Michel Dänzer, gcc -lstdc++ doesn't work on all systems, because it may require other libraries which are only pulled in implicitly by g++. And libstdc++ is available only with GNU compiler. Use c++ compiler for linking and remove redundant LDFLAGS += -lstdc++ all over the tree.
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-1/+1
| | | | | | | | Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]>
* xa-vmwgfx: Remove unnecessary includeThomas Hellstrom2011-07-041-1/+0
| | | | Signed-off-by: Thomas Hellstrom <[email protected]>
* st/xa: Add a function to check for supported formatsThomas Hellstrom2011-06-271-1/+1
| | | | | | | | | | | | | Typically this was done by having a surface creation function fail if the format was not supported. However, in some situations when changing hardware surface formats, it's desirable to do this check before attempting costly readback operations. Also updated the surface_redefine interface. Bump minor. Signed-off-by: Thomas Hellstrom <[email protected]>
* st/xa: Solid fill (tested) and composite (yet untested)Thomas Hellstrom2011-06-211-1/+2
| | | | Signed-off-by: Thomas Hellstrom <[email protected]>
* st/xa: Really support xa_surface_format. Bump minor.Thomas Hellstrom2011-06-211-1/+1
| | | | Signed-off-by: Thomas Hellstrom <[email protected]>
* st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.Thomas Hellstrom2011-06-153-0/+140
See the file src/gallium/state_trackers/xa/README for more info. Signed-off-by: Thomas Hellstrom <[email protected]>