Age | Commit message (Expand) | Author |
2010-04-05 | softpipe: index the correct blend/mask state index | Brian Paul |
2010-04-03 | util: Use GCC atomic bultins on GCC 4.1 and higher only. | Vinson Lee |
2010-04-02 | st/vega: Do not depend on libm. | Chia-I Wu |
2010-03-27 | i965g: Add brw_winsys_debug.c to SCons build. | Vinson Lee |
2010-03-27 | identity: Add id_drm.c to SCons build. | Vinson Lee |
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-23 | st/glx: better format selection in xmesa_choose_z_stencil_format() | Brian Paul |
2010-03-19 | r300g: remove hacks from translate_vertex_data_swizzle | Marek Olšák |
2010-03-17 | cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE | Brian Paul |
2010-03-17 | cell: be more conservative in cell_is_format_supported() | Brian Paul |
2010-03-12 | vmwgfx/dri: Fix SCons build. | Michel Dänzer |
2010-03-12 | st/dri: Always try to set up R5G6B5 configs. | Michel Dänzer |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-11 | st/xorg: Include cursorstr.h | Jakob Bornecrantz |
2010-03-10 | st/xorg: Work around cursor reference counting bugs in older X servers. | Michel Dänzer |
2010-03-08 | softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear() | Brian Paul |
2010-03-08 | st/vega: Fix OpenVG demo segfaults. | Chia-I Wu |
2010-03-06 | gallivm: Initialize variables for default cases. | Vinson Lee |
2010-03-05 | gallivm: checkpoint: code gen for mipmap selection | Brian Paul |
2010-03-05 | llvmpipe: added code to set texture depth, max mipmap levels info | Brian Paul |
2010-03-05 | gallivm: added methods for getting texture depth, num mipmap levels | Brian Paul |
2010-03-05 | gallivm: checkpoint: texture LOD computation code gen | Brian Paul |
2010-03-05 | gallivm: added field for sampler lod | Brian Paul |
2010-03-05 | llvmpipe: add pipe_thread_wait() calls | Brian Paul |
2010-03-05 | gallium/docs: document additional wrap mode restrictions | Brian Paul |
2010-03-05 | gallivm: minor arithmetic improvements | Brian Paul |
2010-03-05 | gallivm: implement non-normalized texture wrap modes | Brian Paul |
2010-03-05 | softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling | Brian Paul |
2010-03-05 | gallium/docs: updated/improve sampler state documentation | Brian Paul |
2010-03-05 | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap. | Chia-I Wu |
2010-03-05 | st/egl: Add get_param to native display interface. | Chia-I Wu |
2010-03-05 | st/egl: Move modeset interface to native_modeset.h. | Chia-I Wu |
2010-03-05 | st/egl: Add event support to the native display interface. | Chia-I Wu |
2010-03-04 | softpipe: minor tweaks to texture filtering code | Brian Paul |
2010-03-04 | gallivm: implement texture border color, plus tweaks to some wrap modes | Brian Paul |
2010-03-04 | gallivm: added texture border_color field | Brian Paul |
2010-03-04 | gallivm: added question/comment | Brian Paul |
2010-03-04 | llvmpipe: new comment | Brian Paul |
2010-03-04 | gallivm: comments | Brian Paul |
2010-03-04 | r300g: Fix indexbuf upper limits. | Corbin Simpson |
2010-03-04 | gallivm: rework and implement more texture wrap modes | Brian Paul |
2010-03-04 | gallivm: added lp_build_fract() | Brian Paul |
2010-03-04 | gallivm: added lp_build_set_sign() | Brian Paul |
2010-03-04 | gallivm: added lp_build_negate() | Brian Paul |
2010-03-04 | gallivm: clarify unsigned vs. signed integer type construction | Brian Paul |
2010-03-03 | wgl: Fix mingw32 build. | Vinson Lee |
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick |
2010-03-03 | mesa: Remove support for creating color-index visuals | Ian Romanick |
2010-03-03 | llvmpipe: Store the original triangle coordinates in the debug build. | José Fonseca |