Age | Commit message (Expand) | Author |
2009-09-15 | st/xorg: fixing copies and composite shaders | Zack Rusin |
2009-09-15 | st/xorg: lots of fixes | Zack Rusin |
2009-09-15 | st/xorg: Brian suggested that those could be mad's | Zack Rusin |
2009-09-15 | st/xorg: Only unreference texture on pixmap destruction, don't destroy it. | Michel Dänzer |
2009-09-15 | st/xorg: Explicitly check whether the driver supports the pixmap formats. | Michel Dänzer |
2009-09-15 | st/xorg: Use A8 format for depth 8 pixmaps. | Michel Dänzer |
2009-09-14 | st/xorg: add some debugging helpers | Zack Rusin |
2009-09-14 | st/xorg: fix ureg_DECL_constant() parameters | Brian Paul |
2009-09-12 | tgsi/ureg: give ureg_DECL_constant an explicit index parameter | Keith Whitwell |
2009-09-12 | tgsi/ureg: VS inputs don't have any semantic tags, just an index | Keith Whitwell |
2009-09-10 | st/xorg: rename ctx to pipe to match every other gallium state tracker | Zack Rusin |
2009-09-10 | st/xorg: temporarily disablie copies | Zack Rusin |
2009-09-10 | st/xorg: implement pipelines surface/texture copies | Zack Rusin |
2009-09-10 | st/xorg: unite finalization and stub out pipelined copies | Zack Rusin |
2009-09-10 | st/xorg: abstract flushing and syncing for the exa code | Zack Rusin |
2009-09-10 | st/xorg: disable solid fills until copies are accelerated as well | Zack Rusin |
2009-09-10 | st/xorg: implement exasolids with full pipelining | Zack Rusin |
2009-09-10 | st/xorg: start adding support for surface fills | Zack Rusin |
2009-09-08 | st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX. | Michel Dänzer |
2009-09-03 | st/xorg: add linear and radial gradient acceleration | Zack Rusin |
2009-09-03 | st/xorg: radial gradient shader | Zack Rusin |
2009-09-03 | st/xorg: linear gradient shader | Zack Rusin |
2009-09-03 | st/xorg: cleanup and adjust to the changes in the ureg code | Zack Rusin |
2009-09-03 | st/xorg: adjust enums in preperation for gradients | Zack Rusin |
2009-09-02 | st/xorg: fix warnings | Zack Rusin |
2009-09-02 | st/xorg: handle xrender repeat modes | Zack Rusin |
2009-09-02 | st/xorg: flip the coordinate system | Zack Rusin |
2009-09-02 | st/xorg: handle solid fills in the fragment shader | Zack Rusin |
2009-09-02 | st/xorg: Guard against realy old versions of Xorg | Jakob Bornecrantz |
2009-09-02 | st/xorg: Remove code no longer support by xserver Git master. | Michel Dänzer |
2009-09-02 | st/xorg: Add support for xserver Git master DRI2 interface. | Michel Dänzer |
2009-09-02 | st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks. | Michel Dänzer |
2009-09-01 | st/xorg: getting indexes right tends to be helpful | Zack Rusin |
2009-09-01 | st/xorg: redo the vertex shader | Zack Rusin |
2009-09-01 | st/xorg: setup solid fills | Zack Rusin |
2009-09-01 | st/xorg: fold back the helper function into core | Zack Rusin |
2009-09-01 | st/xorg: start rendering and compositing pictures | Zack Rusin |
2009-09-01 | st/xorg: Fix crash in MPH | Jakob Bornecrantz |
2009-08-31 | st/xorg: add code to render textured quads for composite acceleration | Zack Rusin |
2009-08-31 | st/xorg: setup constant buffers for vertex and fragment shaders | Zack Rusin |
2009-08-31 | st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit. | Michel Dänzer |
2009-08-31 | st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL. | Michel Dänzer |
2009-08-31 | st/xorg: Don't always fall back for solid fills. | Michel Dänzer |
2009-08-28 | st/xorg: disable composite accelration for now | Zack Rusin |
2009-08-28 | st/xorg: bind samplers before composition | Zack Rusin |
2009-08-28 | st/xorg: normalize coords for the src operands in the vertex shader | Zack Rusin |
2009-08-28 | st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contents | Jakob Bornecrantz |
2009-08-28 | st/xorg: Null devPrivate.ptr when unmapping | Jakob Bornecrantz |
2009-08-28 | st/xorg: Fix scons build. | Michel Dänzer |
2009-08-28 | drm_api: Operate on textures instead of buffers | Jakob Bornecrantz |