Age | Commit message (Expand) | Author |
2011-01-20 | softpipe: check for null pointers during context create/destroy | Brian Paul |
2011-01-19 | softpipe: Bind samplers to views instead of the underlying resource. | Henri Verbeet |
2011-01-18 | softpipe: s/tex_cache/fragment_tex_cache/ | Brian Paul |
2011-01-06 | gallium: drivers should reference vertex buffers | Marek Olšák |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-09-25 | softpipe: minor asst. clean-ups | Brian Paul |
2010-09-25 | softpipe: make clip state functions static | Brian Paul |
2010-09-25 | softpipe: make stream out state functions static | Brian Paul |
2010-09-25 | softpipe: make rasterizer state functions static | Brian Paul |
2010-09-25 | softpipe: make vertex state functions static | Brian Paul |
2010-09-25 | softpipe: make sampler state functions static | Brian Paul |
2010-09-25 | softpipe: make blend/stencil/depth functions static | Brian Paul |
2010-09-25 | softpipe: make shader-related functions static | Brian Paul |
2010-07-29 | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu |
2010-07-29 | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu |
2010-06-11 | gallium/softpipe/draw: support samplers in geometry shaders | Zack Rusin |
2010-06-08 | gallium: rename draw_auto to draw_stream_output, plus fix a comment | Zack Rusin |
2010-06-08 | gallium: add interface for DrawAuto and implement it in softpipe | Zack Rusin |
2010-06-08 | gallium: basic and initial implementation of the stream output interface | Zack Rusin |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-06 | softpipe: fix dangling references to shaders in the TGSI executor | Brian Paul |
2010-04-21 | softpipe: call draw_wide_point_sprites() | Brian Paul |
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-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |
2010-03-01 | softpipe: adapt to new vertex element cso | Roland Scheidegger |
2010-02-10 | softpipe: adapt to stencil ref changes | Roland Scheidegger |
2010-02-08 | softpipe: Remove unnecessary headers. | Vinson Lee |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-28 | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol |
2010-01-28 | gallium: Implement 2D constant buffers for fragment shader in softpipe. | Michal Krol |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-20 | softpipe: Remove unnecessary headers. | Vinson Lee |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-05 | Merge branch 'master' into instanced-arrays | Michal Krol |
2009-12-31 | softpipe: implement conditional rendering | Brian Paul |
2009-12-30 | sp: Implement draw_elements_instanced(). | Michal Krol |
2009-12-29 | Implement draw_arrays_instanced() in softpipe. | Michal Krol |
2009-12-25 | softpipe: make it possible to dump geometry shader from the softpipe | Zack Rusin |
2009-12-25 | gallium: add geometry shader support to gallium | Zack Rusin |
2009-12-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-14 | gallium: more work for edgeflags changes | Roland Scheidegger |