summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix DRM errorsMarek Olšák2010-03-071-1/+6
* r300g: disable macrotiling when the texture height is smaller than a macrotileMarek Olšák2010-03-071-10/+17
* r300g: enable micro- and macrotiling for all textures and renderbuffersMarek Olšák2010-03-071-0/+39
* r300g: add ability to tile/detile textures using blit during transfersMarek Olšák2010-03-075-55/+197
* r300g: move r300_transfer to separate filesMarek Olšák2010-03-076-84/+171
* r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-074-5/+12
* r300g: resurrect r300_emit_vertex_buffer for SWTCLMarek Olšák2010-03-071-2/+28
* r300g: validate buffers when using SWTCLMarek Olšák2010-03-071-3/+5
* r300g: share the VS-output-mapping state with SWTCLMarek Olšák2010-03-074-148/+96
* r300g: abort if FS compilation fails on non-debug buildsMarek Olšák2010-03-071-0/+1
* r300g: minor cleanups after the no-rhw mergeMarek Olšák2010-03-062-9/+5
* r300g: clamp vertex max index according to currently bound buffersMarek Olšák2010-03-061-1/+1
* util: Use bitshift arithmetic to unpack pixels.José Fonseca2010-03-061-23/+92
* util: Move the format tests cases here so that they can be easily shared.José Fonseca2010-03-064-0/+615
* util: Several fixes to clamping and test.José Fonseca2010-03-061-9/+6
* util: Fix the maximum value computation for SSCALED channels.José Fonseca2010-03-061-1/+1
* util: Add a new flag, for formats that can be described as a bitmask.José Fonseca2010-03-063-7/+12
* util: Add the shortened format name to the description.José Fonseca2010-03-062-0/+8
* gallivm: Add some notes about sampler static state construction.José Fonseca2010-03-061-1/+17
* gallivm: Answer question/comment.José Fonseca2010-03-061-1/+11
* gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca2010-03-061-0/+5
* gallivm: Integrate udis86 on scons builds.José Fonseca2010-03-061-0/+2
* gallivm: Generate valid IR for LLVM 2.7.José Fonseca2010-03-061-1/+14
* 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