Age | Commit message (Expand) | Author |
2010-06-06 | gallium: Convert state trackers to drm driver interface | Jakob Bornecrantz |
2010-05-31 | st/xorg, vmware: Make throttling configurable. | Thomas Hellstrom |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | st/xorg: adapt to interface changes | Roland Scheidegger |
2010-05-18 | st/xorg: Don't advertise DRI2 version we don't actually support yet. | Michel Dänzer |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-01 | xorg: Rename pipe formats. | José Fonseca |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-02-12 | st/dri, st/xorg: fix buffers that have attachements of different depth | Zack Rusin |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-28 | st/xorg: Remove unnecessary headers. | Vinson Lee |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-25 | st/xorg: Fix warning | Jakob Bornecrantz |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | st/xorg: Remove unnecessary headers. | Vinson Lee |
2010-01-15 | st/xorg: If dri2 version is 2 support version 1 as well | Jakob Bornecrantz |
2010-01-15 | st/xorg: Set enforce version to 1 if not defined | Jakob Bornecrantz |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-04 | Merge branch 'gallium-noblocks' | Roland Scheidegger |
2009-12-03 | Move pf_get_block() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_is_depth_stencil() to u_format auxiliary module. | Michal Krol |
2009-12-01 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell |
2009-11-30 | fixups for interface changes (mostly state trackers) | Roland Scheidegger |
2009-11-27 | Merge branch 'width0' | Roland Scheidegger |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture width/height/de... | Roland Scheidegger |
2009-11-26 | st/xorg: Make sure DRI2 blits use GPU copy contents even for software fallback. | Michel Dänzer |
2009-11-24 | st/xorg: Rename dri2 functions | Jakob Bornecrantz |
2009-11-24 | st/xorg: Standardise all function names defined in xorg_tracker.h | Jakob Bornecrantz |
2009-11-19 | st/xorg: Replace compile-time acceleration switch with Option "2DAccel". | Michel Dänzer |
2009-11-19 | st/xorg: Try harder to ensure a shared texture has valid contents right away. | Michel Dänzer |
2009-11-19 | st/xorg: Don't initialize non-existing fields. | Michel Dänzer |
2009-11-18 | st/xorg: Init all functions and fix spelling | Jakob Bornecrantz |
2009-11-18 | st/xorg: Make the #if more easier to read | Jakob Bornecrantz |
2009-11-18 | st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 servers | Jakob Bornecrantz |
2009-10-08 | st/xorg: Fix depth stencil buffers on old X servers | Jakob Bornecrantz |
2009-09-08 | st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX. | Michel Dänzer |
2009-09-02 | st/xorg: Guard against realy old versions of Xorg | Jakob Bornecrantz |
2009-09-02 | st/xorg: Add support for xserver Git master DRI2 interface. | Michel Dänzer |
2009-08-28 | drm_api: Operate on textures instead of buffers | Jakob Bornecrantz |
2009-08-28 | st/xorg: Pass dri driver name as driverName on screen | Jakob Bornecrantz |
2009-08-28 | Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags." | Jakob Bornecrantz |
2009-08-27 | st/xorg: Set shared usage of pixmaps for use via DRI2. | Michel Dänzer |
2009-08-27 | st/xorg/dri: Pass texture formats via the DRI2 protocol flags. | Michel Dänzer |
2009-08-26 | st/xorg: Temporary fix for none stencil visuals | Jakob Bornecrantz |
2009-08-26 | st/xorg: Find out correct type for depth stencil buffers | Jakob Bornecrantz |
2009-08-22 | st/xorg: Handle fake fronts correctly for pixmaps | Jakob Bornecrantz |
2009-08-13 | st/xorg: Fix DRI2 CopyRegion hook. | Michel Dänzer |