summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: added lp_build_set_sign()Brian Paul2010-03-042-0/+39
* gallivm: added lp_build_negate()Brian Paul2010-03-042-0/+12
* gallivm: clarify unsigned vs. signed integer type constructionBrian Paul2010-03-043-19/+43
* wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-4/+3
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* llvmpipe: Store the original triangle coordinates in the debug build.José Fonseca2010-03-032-0/+13
* llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca2010-03-031-0/+7
* gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-031-1/+0
* util: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.José Fonseca2010-03-031-2/+1
* r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.José Fonseca2010-03-031-2/+0
* llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on w...José Fonseca2010-03-031-2/+0
* llvmpipe: Centralize LLVM initialization.José Fonseca2010-03-032-4/+3
* gallivm: Centralize initialization. Fix stack alignment issues on Windows.José Fonseca2010-03-032-35/+20
* llvmpipe: Update for lp_bld_init.h rename.José Fonseca2010-03-031-1/+1
* gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca2010-03-034-6/+6
* r300g: Use a macro to consolidate general state handling.Corbin Simpson2010-03-021-10/+11
* nv50: fix RT formats after format rename fixesChristoph Bumiller2010-03-021-18/+36