summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-09-15st/xorg: fixing copies and composite shadersZack Rusin
2009-09-15st/xorg: lots of fixesZack Rusin
2009-09-15st/xorg: Brian suggested that those could be mad'sZack Rusin
2009-09-15st/xorg: Only unreference texture on pixmap destruction, don't destroy it.Michel Dänzer
2009-09-15st/xorg: Explicitly check whether the driver supports the pixmap formats.Michel Dänzer
2009-09-15st/xorg: Use A8 format for depth 8 pixmaps.Michel Dänzer
2009-09-15st/g3dvl: pass color values to softpipe clear functionCooper Yuan
2009-09-14st/xorg: add some debugging helpersZack Rusin
2009-09-14st/xorg: fix ureg_DECL_constant() parametersBrian Paul
2009-09-14g3dvl: update tgsi_opcode in order to build g3dvl libraryCooper Yuan
2009-09-12tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell
2009-09-10st/xorg: rename ctx to pipe to match every other gallium state trackerZack Rusin
2009-09-10st/xorg: temporarily disablie copiesZack Rusin
2009-09-10st/xorg: implement pipelines surface/texture copiesZack Rusin
2009-09-10st/xorg: unite finalization and stub out pipelined copiesZack Rusin
2009-09-10st/xorg: abstract flushing and syncing for the exa codeZack Rusin
2009-09-10st/xorg: disable solid fills until copies are accelerated as wellZack Rusin
2009-09-10st/xorg: implement exasolids with full pipeliningZack Rusin
2009-09-10st/xorg: start adding support for surface fillsZack Rusin
2009-09-08st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer
2009-09-04gallium/xlib: minor clean-upsBrian Paul
2009-09-03gallium/xlib: silence unitialized var warningBrian Paul
2009-09-03st/xorg: add linear and radial gradient accelerationZack Rusin
2009-09-03st/xorg: radial gradient shaderZack Rusin
2009-09-03st/xorg: linear gradient shaderZack Rusin
2009-09-03st/xorg: cleanup and adjust to the changes in the ureg codeZack Rusin
2009-09-03st/xorg: adjust enums in preperation for gradientsZack Rusin
2009-09-02st/xorg: fix warningsZack Rusin
2009-09-02st/xorg: handle xrender repeat modesZack Rusin
2009-09-02st/xorg: flip the coordinate systemZack Rusin
2009-09-02st/xorg: handle solid fills in the fragment shaderZack Rusin
2009-09-02st/xorg: Guard against realy old versions of XorgJakob Bornecrantz
2009-09-02st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer
2009-09-02st/xorg: Add support for xserver Git master DRI2 interface.Michel Dänzer
2009-09-02st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer
2009-09-02st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks.Michel Dänzer
2009-09-01st/xorg: getting indexes right tends to be helpfulZack Rusin
2009-09-01st/xorg: redo the vertex shaderZack Rusin
2009-09-01st/xorg: setup solid fillsZack Rusin
2009-09-01st/xorg: fold back the helper function into coreZack Rusin
2009-09-01st/xorg: start rendering and compositing picturesZack Rusin
2009-09-01st/xorg: Fix crash in MPHJakob Bornecrantz
2009-08-31st/xorg: add code to render textured quads for composite accelerationZack Rusin
2009-08-31st/xorg: setup constant buffers for vertex and fragment shadersZack Rusin
2009-08-31st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit.Michel Dänzer
2009-08-31st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL.Michel Dänzer
2009-08-31st/xorg: Don't always fall back for solid fills.Michel Dänzer
2009-08-31Gallium xlib: Add support for BGRA visuals.Michel Dänzer
2009-08-29xlib: Ensure one screen instance.José Fonseca