Age | Commit message (Expand) | Author |
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 |
2010-03-04 | softpipe: remove dead get_texture_buffer function | Keith Whitwell |
2010-03-02 | Merge branch 'gallium-format-cleanup' | José Fonseca |
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol |
2010-03-02 | softpipe: Implement sampler view swizzling. | Michal Krol |
2010-03-02 | softpipe: Rename pipe formats. | José Fonseca |
2010-03-01 | softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead. | José Fonseca |
2010-03-01 | softpipe: adapt to new vertex element cso | Roland Scheidegger |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-02-26 | softpipe: fix up #includes | Brian Paul |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol |
2010-02-18 | softpipe: fix depth testing problems | Brian Paul |
2010-02-18 | softpipe: comments and whitespace fixes | Brian Paul |
2010-02-18 | softpipe: const qualifiers, comments | Brian Paul |