summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca
2010-03-11gallivm: Handle scalar types in lp_build_*_type.José Fonseca
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol
2010-03-10gallivm: overhaul of texture sampling codeBrian Paul
2010-03-10gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()Brian Paul
2010-03-10gallivm: constant building for scalar zeroBrian Paul
2010-03-10gallivm: implement bilinear sampling with nearest mipmappingBrian Paul
2010-03-10gallivm: remove debug code. nearest minification works now.Brian Paul
2010-03-10gallivm: simplify conditional branchingJose Fonseca
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin
2010-03-10gallivm: implement loopsZack Rusin
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-10gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10target-helpers: helper for injecting common debug layersKeith Whitwell
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09cso: don't forget to release vertex elements stateRoland Scheidegger
2010-03-09target-helpers: missing filesKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09gallivm: checkpoint: nearest mipmap filteringBrian Paul
2010-03-09util: simplify util_format_get_nr_components helperRoland Scheidegger
2010-03-09util: Use bitshift arithmetic for pack too.José Fonseca
2010-03-09cso: Fix typo in assert.Corbin Simpson
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09auxiliary: fix vertex elements csoRoland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09draw: quads never provoke the first vertexMarek Olšák
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul
2010-03-08gallivm: fix a crash by making sure we set the has_mask flag correctlyZack Rusin
2010-03-08Merge branch '7.8'Brian Paul
2010-03-06gallivm: Initialize variables for default cases.Vinson Lee
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-05gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul
2010-03-05gallivm: checkpoint: texture LOD computation code genBrian Paul