Age | Commit message (Expand) | Author |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-08 | gallium: rename draw_auto to draw_stream_output, plus fix a comment | Zack Rusin |
2010-06-08 | gallium: make draw auto work and add relevant caps and docs | Zack Rusin |
2010-06-08 | gallium: add interface for DrawAuto and implement it in softpipe | Zack Rusin |
2010-06-08 | gallium: a lot more complete implementation of stream output | Zack Rusin |
2010-06-08 | gallium: basic and initial implementation of the stream output interface | Zack Rusin |
2010-06-07 | softpipe: use util_clear_render_target/depth_stencil fallbacks | Roland Scheidegger |
2010-06-07 | softpipe: remove assert on setting constbufs greater than zero | Keith Whitwell |
2010-06-05 | mesa/st: add support for EXT_texture_swizzle. | Dave Airlie |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-05-29 | softpipe: adapt to clear interface changes | Roland Scheidegger |
2010-05-28 | softpipe: add PIPE_BUFFER to assertion | Brian Paul |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | softpipe: adapt to interface changes | Roland Scheidegger |
2010-05-14 | softpipe: restore culling code | Keith Whitwell |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-05-12 | softpipe: Adverstise (tgsi_exec's) shader limits. | José Fonseca |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-06 | softpipe: fix dangling references to shaders in the TGSI executor | Brian Paul |
2010-05-05 | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul |
2010-05-05 | gallium: rework provoking vertex code | Brian Paul |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-03 | softpipe: invalidate cache view when swizzles are different. | Dave Airlie |
2010-05-03 | softpipe: Fix alpha blending for formats without alpha channel. | José Fonseca |
2010-05-19 | softpipe: Calculate slice_stride field in get_transfer(). | Michal Krol |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-04-29 | softpipe & llvmpipe: Enable SM3 cap | Jakob Bornecrantz |
2010-04-28 | softpipe: consolidate tex image offset code | Brian Paul |
2010-04-28 | softpipe: use consistant names for local vars | Brian Paul |
2010-04-25 | softpipe: Make softpipe transfers in-order. | José Fonseca |
2010-04-25 | softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1. | José Fonseca |
2010-04-25 | softpipe: More accurate softpipe_is_format_supported(). | José Fonseca |
2010-04-23 | softpipe: compressed formats can't be render targets | Brian Paul |
2010-04-23 | softpipe: YUV textures should be supported. | José Fonseca |
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 |