Age | Commit message (Expand) | Author |
2010-04-16 | softpipe: rename vars, update comments, etc | Brian Paul |
2010-04-16 | softpipe: s/template/templat/ to avoid potential C++ issues | Brian Paul |
2010-04-16 | softpipe: formatting fixes and comments | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-08 | Merge remote branch 'origin/7.8' | Dave Airlie |
2010-04-05 | softpipe: index the correct blend/mask state index | Brian Paul |
2010-04-03 | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca |
2010-04-02 | softpipe: remove S3TC init, since it's done on-demand now | Luca Barbieri |
2010-04-02 | gallium/util: revert util_format_init addition | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri |
2010-04-02 | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri |
2010-03-31 | softpipe: Use S3TC when avaiilable, | José Fonseca |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | softpipe: Map GS constants, too. | Michal Krol |
2010-03-23 | Merge branch '7.8' | Brian Paul |
2010-03-23 | softpipe: comments, re-formatting, etc | Brian Paul |
2010-03-23 | softpipe: add special cases for all Z compare modes for 16-bit Z buffer | Brian Paul |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-15 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-13 | softpipe: Remove unnecessary header. | Vinson Lee |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | softpipe: further tighen up sample_cube() | Brian Paul |
2010-03-11 | softpipe: tighten up the code in sample_cube() | Brian Paul |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-11 | gallium: Check for OOM condition when creating a sampler view. | Michal Krol |
2010-03-11 | softpipe: Dummy fence functions. | José Fonseca |
2010-03-10 | softpipe: fix memcpy params to avoid static analysis warnings | Brian Paul |
2010-03-10 | gallium: pipe_get_tile_swizzle() accepts format parameter. | Michal Krol |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | softpipe: Prevent NULL dereference. | José Fonseca |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | softpipe: silence warning | Keith Whitwell |
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-09 | softpipe: quads never provoke the first vertex | Marek Olšák |
2010-03-08 | softpipe: define SP_MAX_TEXTURE_2D/3D_LEVELS | Brian Paul |
2010-03-08 | Merge branch '7.8' | Brian Paul |
2010-03-08 | softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear() | Brian Paul |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-05 | softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling | Brian Paul |
2010-03-04 | softpipe: minor tweaks to texture filtering code | Brian Paul |
2010-03-04 | softpipe: fix constant buffer tracking after rework | Keith Whitwell |
2010-03-04 | gallium: remove redundant includes | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |