summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-0/+1
* st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom2010-10-191-12/+12
* gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-061-0/+2
* st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-311-2/+12
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+2
|\
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-171-0/+2
* | st/xorg: Don't advertise DRI2 version we don't actually support yet.Michel Dänzer2010-05-181-1/+1
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-13/+13
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-5/+9
|\
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+1
| * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-4/+8
* | 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