summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-03-08r300g: remove unnecessary state emissions and clean upMarek Olšák
2010-03-08st/vega: Fix OpenVG demo segfaults.Chia-I Wu
2010-03-07r300g: fix DRM errorsMarek Olšák
2010-03-07r300g: disable macrotiling when the texture height is smaller than a macrotileMarek Olšák
2010-03-07r300g: enable micro- and macrotiling for all textures and renderbuffersMarek Olšák
2010-03-07r300g: add ability to tile/detile textures using blit during transfersMarek Olšák
2010-03-07r300g: move r300_transfer to separate filesMarek Olšák
2010-03-06gallivm: Initialize variables for default cases.Vinson Lee
2010-03-07r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák
2010-03-07r300g: resurrect r300_emit_vertex_buffer for SWTCLMarek Olšák
2010-03-07r300g: validate buffers when using SWTCLMarek Olšák
2010-03-07r300g: share the VS-output-mapping state with SWTCLMarek Olšák
2010-03-07r300g: abort if FS compilation fails on non-debug buildsMarek Olšák
2010-03-06r300g: minor cleanups after the no-rhw mergeMarek Olšák
2010-03-06r300g: clamp vertex max index according to currently bound buffersMarek Olšák
2010-03-06util: Use bitshift arithmetic to unpack pixels.José Fonseca
2010-03-06util: Move the format tests cases here so that they can be easily shared.José Fonseca
2010-03-06util: Several fixes to clamping and test.José Fonseca
2010-03-06util: Fix the maximum value computation for SSCALED channels.José Fonseca
2010-03-06util: Add a new flag, for formats that can be described as a bitmask.José Fonseca
2010-03-06util: Add the shortened format name to the description.José Fonseca
2010-03-06gallivm: Add some notes about sampler static state construction.José Fonseca
2010-03-06gallivm: Answer question/comment.José Fonseca
2010-03-06gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca
2010-03-06gallivm: Integrate udis86 on scons builds.José Fonseca
2010-03-06gallivm: Generate valid IR for LLVM 2.7.José Fonseca
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-05nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller
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