aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Rename dri2 functionsJakob Bornecrantz2009-11-241-17/+17
* st/xorg: Standardise all function names defined in xorg_tracker.hJakob Bornecrantz2009-11-241-2/+2
* st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer2009-11-191-0/+4
* st/xorg: Try harder to ensure a shared texture has valid contents right away.Michel Dänzer2009-11-191-0/+3
* st/xorg: Don't initialize non-existing fields.Michel Dänzer2009-11-191-2/+0
* st/xorg: Init all functions and fix spellingJakob Bornecrantz2009-11-181-1/+3
* st/xorg: Make the #if more easier to readJakob Bornecrantz2009-11-181-8/+14
* st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 serversJakob Bornecrantz2009-11-181-9/+16
* st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
* st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer2009-09-081-0/+1
* st/xorg: Guard against realy old versions of XorgJakob Bornecrantz2009-09-021-2/+8
* st/xorg: Add support for xserver Git master DRI2 interface.Michel Dänzer2009-09-021-81/+150
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-5/+1
* st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz2009-08-281-5/+2
* Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."Jakob Bornecrantz2009-08-281-1/+1
* st/xorg: Set shared usage of pixmaps for use via DRI2.Michel Dänzer2009-08-271-3/+7
* st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer2009-08-271-1/+1
* st/xorg: Temporary fix for none stencil visualsJakob Bornecrantz2009-08-261-2/+17
* st/xorg: Find out correct type for depth stencil buffersJakob Bornecrantz2009-08-261-1/+11
* st/xorg: Handle fake fronts correctly for pixmapsJakob Bornecrantz2009-08-221-0/+46
* st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer2009-08-131-29/+43
* st/xorg: If we have DRI2 we should also have some sort of hw supportJakob Bornecrantz2009-08-061-1/+1
* st/xorg: Make it work againJakob Bornecrantz2009-08-051-2/+13
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-2/+2
* 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-2/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+1
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-2/+2
* st/xorg: Add Xorg state trackerJakob Bornecrantz2009-03-031-0/+212