summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-03-13llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca
2010-03-12gallivm: cube map sampling works nowBrian Paul
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul
2010-03-11gallivm: enable 3D texture samplingBrian Paul
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul
2010-03-11gallivm: fix some bugs on the 1D texture pathsBrian Paul
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
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-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-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