summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* xorg: Rename pipe formats.José Fonseca2010-03-011-4/+4
* st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2010-02-121-6/+18
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* st/xorg: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-0/+2
|\
| * st/xorg: Fix warningJakob Bornecrantz2010-01-251-0/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-10/+37
|\ \ | |/
| * st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
| * st/xorg: If dri2 version is 2 support version 1 as wellJakob Bornecrantz2010-01-151-4/+36
| * st/xorg: Set enforce version to 1 if not definedJakob Bornecrantz2010-01-151-6/+1
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-1/+0
| |\ \
| | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-30/+38
|\ \ \ | |/ / |/| / | |/
| * st/xorg: Make sure DRI2 blits use GPU copy contents even for software fallback.Michel Dänzer2009-11-261-11/+19
| * 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
* | Merge branch 'width0'Roland Scheidegger2009-11-271-3/+3
|\ \ | |/ |/|
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
* | 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