Age | Commit message (Expand) | Author |
2010-04-21 | softpipe: call draw_wide_point_sprites() | Brian Paul |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-19 | softpipe: Implement index bias. | José Fonseca |
2010-04-19 | softpipe: add option to do polygon stipple in softpipe vs. draw module | Brian Paul |
2010-04-19 | Merge branch '7.8' | Brian Paul |
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul |
2010-04-18 | softpipe: new comment and assertion for face value | Brian Paul |
2010-04-18 | softpipe: fix computation of fragment[FACE] attribute | Brian Paul |
2010-04-18 | softpipe: clean-up and comments | Brian Paul |
2010-04-18 | softpipe: document MAX_QUADS | Brian Paul |
2010-04-18 | softpipe: Preserve/check the signal of the number of scanlines in an edge. | José Fonseca |
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-14 | softpipe: Fix division by zero | Arpad Borsos |
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 |