summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson
2010-04-19Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-04-19gallium: Respect user's CFLAGS for including X headersDan Nicholson
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-14softpipe: Fix division by zeroArpad Borsos
2010-04-11i915g: Fix assert.Vinson Lee
2010-04-05softpipe: index the correct blend/mask state indexBrian Paul
2010-04-03util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee
2010-04-02st/vega: Do not depend on libm.Chia-I Wu
2010-03-27i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee
2010-03-23softpipe: comments, re-formatting, etcBrian Paul
2010-03-23softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul
2010-03-23st/glx: better format selection in xmesa_choose_z_stencil_format()Brian Paul
2010-03-19r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák
2010-03-17cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul
2010-03-17cell: be more conservative in cell_is_format_supported()Brian Paul
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-11st/xorg: Include cursorstr.hJakob Bornecrantz
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-08softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul
2010-03-08st/vega: Fix OpenVG demo segfaults.Chia-I Wu
2010-03-06gallivm: Initialize variables for default cases.Vinson Lee
2010-03-05gallivm: checkpoint: code gen for mipmap selectionBrian Paul
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-05gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul
2010-03-05gallivm: checkpoint: texture LOD computation code genBrian Paul
2010-03-05gallivm: added field for sampler lodBrian Paul
2010-03-05llvmpipe: add pipe_thread_wait() callsBrian Paul
2010-03-05gallium/docs: document additional wrap mode restrictionsBrian Paul
2010-03-05gallivm: minor arithmetic improvementsBrian Paul
2010-03-05gallivm: implement non-normalized texture wrap modesBrian Paul
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul
2010-03-05gallium/docs: updated/improve sampler state documentationBrian Paul
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-04softpipe: minor tweaks to texture filtering codeBrian Paul
2010-03-04gallivm: implement texture border color, plus tweaks to some wrap modesBrian Paul
2010-03-04gallivm: added texture border_color fieldBrian Paul
2010-03-04gallivm: added question/commentBrian Paul
2010-03-04llvmpipe: new commentBrian Paul
2010-03-04gallivm: commentsBrian Paul
2010-03-04r300g: Fix indexbuf upper limits.Corbin Simpson
2010-03-04gallivm: rework and implement more texture wrap modesBrian Paul
2010-03-04gallivm: added lp_build_fract()Brian Paul
2010-03-04gallivm: added lp_build_set_sign()Brian Paul