summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()Pedro Maia2010-04-273-3/+3
* egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-0/+1
* Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-04-192-2/+2
* gallium: Respect user's CFLAGS for including X headersDan Nicholson2010-04-192-2/+4
* gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-1919-55/+211
* softpipe: Fix division by zeroArpad Borsos2010-04-141-3/+3
* i915g: Fix assert.Vinson Lee2010-04-111-1/+1
* softpipe: index the correct blend/mask state indexBrian Paul2010-04-051-2/+4
* util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee2010-04-031-1/+1
* st/vega: Do not depend on libm.Chia-I Wu2010-04-021-2/+3
* i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee2010-03-271-0/+1
* identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* softpipe: comments, re-formatting, etcBrian Paul2010-03-231-14/+24
* softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul2010-03-232-173/+195
* st/glx: better format selection in xmesa_choose_z_stencil_format()Brian Paul2010-03-231-17/+24
* r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák2010-03-191-20/+4
* cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul2010-03-171-0/+2
* cell: be more conservative in cell_is_format_supported()Brian Paul2010-03-171-5/+9
* vmwgfx/dri: Fix SCons build.Michel Dänzer2010-03-121-0/+1
* st/dri: Always try to set up R5G6B5 configs.Michel Dänzer2010-03-121-49/+52
* Grammar and spelling fixesJeff Smith2010-03-126-7/+7
* st/xorg: Include cursorstr.hJakob Bornecrantz2010-03-111-0/+1
* st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-103-0/+20
* softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul2010-03-081-3/+4
* st/vega: Fix OpenVG demo segfaults.Chia-I Wu2010-03-081-3/+0
* gallivm: Initialize variables for default cases.Vinson Lee2010-03-061-0/+4
* gallivm: checkpoint: code gen for mipmap selectionBrian Paul2010-03-051-0/+65
* llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul2010-03-054-5/+23
* gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul2010-03-051-0/+12
* gallivm: checkpoint: texture LOD computation code genBrian Paul2010-03-051-3/+126
* gallivm: added field for sampler lodBrian Paul2010-03-052-4/+6
* llvmpipe: add pipe_thread_wait() callsBrian Paul2010-03-051-0/+6
* gallium/docs: document additional wrap mode restrictionsBrian Paul2010-03-051-0/+3
* gallivm: minor arithmetic improvementsBrian Paul2010-03-051-9/+12
* gallivm: implement non-normalized texture wrap modesBrian Paul2010-03-051-39/+68
* softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul2010-03-051-6/+43
* gallium/docs: updated/improve sampler state documentationBrian Paul2010-03-051-21/+77
* st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu2010-03-054-3/+202
* st/egl: Add get_param to native display interface.Chia-I Wu2010-03-054-0/+72
* st/egl: Move modeset interface to native_modeset.h.Chia-I Wu2010-03-052-55/+89
* st/egl: Add event support to the native display interface.Chia-I Wu2010-03-058-14/+106
* softpipe: minor tweaks to texture filtering codeBrian Paul2010-03-041-9/+5
* gallivm: implement texture border color, plus tweaks to some wrap modesBrian Paul2010-03-041-23/+129
* gallivm: added texture border_color fieldBrian Paul2010-03-042-0/+10
* gallivm: added question/commentBrian Paul2010-03-041-0/+1
* llvmpipe: new commentBrian Paul2010-03-041-0/+4
* gallivm: commentsBrian Paul2010-03-041-0/+5
* r300g: Fix indexbuf upper limits.Corbin Simpson2010-03-041-1/+6
* gallivm: rework and implement more texture wrap modesBrian Paul2010-03-041-60/+448
* gallivm: added lp_build_fract()Brian Paul2010-03-042-0/+17