aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* xorg: port to new compat API.Dave Airlie2012-06-061-4/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* st/xorg: Only damage non-front source in DRI2 CopyRegion hook.Michel Dänzer2011-08-261-7/+9
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* 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