summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2010-03-22cso: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-21Revert "gallium: add soft screen helper"George Sapountzis2-85/+0
2010-03-21gallium: add soft screen helperGeorge Sapountzis2-0/+85
2010-03-21gallium: cached bufmgr add map busy checkDave Airlie1-0/+9
2010-03-19gallivm: simplify and clean-up Z/stencil bit mask/shift codeBrian Paul1-87/+160
2010-03-19cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2-76/+0
2010-03-18gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil codeBrian Paul1-3/+18
2010-03-18gallivm: fix broken INCR/DECR stencil modesBrian Paul1-6/+17
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2-10/+15
2010-03-18Add format B5G5R5X1Alan Hourihane5-0/+83
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2-36/+7
2010-03-18gallivm: checkpoint WIP two-sided stencil testBrian Paul1-30/+191
2010-03-17gallivm/llvmpipe: basic stencil testing worksBrian Paul1-25/+139
2010-03-17gallivm: added lp_build_andc()Brian Paul2-0/+15
2010-03-17gallivm/llvmpipe: more asst changes for stencil testingBrian Paul2-36/+41
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2-0/+2
2010-03-16gallium: add target-helpers/wrap_screen.c to C_SOURCESBrian Paul1-2/+3
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger4-18/+21
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell31-250/+458
2010-03-15gallivm: checkpoint: stencil test codeBrian Paul1-1/+105
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul13-92/+90
2010-03-15gallivm: fix up some #includesBrian Paul2-2/+2
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul19-22/+22
2010-03-15gallivm: fix typo/bug in lp_build_sgn()Brian Paul1-1/+1
2010-03-15cso: Do not hold references to bound textures.Keith Whitwell1-22/+8
2010-03-15gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector()Brian Paul1-72/+83
2010-03-15gallivm: asst clean-ups, comments, etc.Brian Paul1-54/+60
2010-03-15gallivm: implement minification/magnification selectionBrian Paul1-51/+137
2010-03-15gallivm: fix incorrect clamp in lp_build_linear_mip_levels()Brian Paul1-1/+1
2010-03-15gallivm: fix incorrect floor(), itrunc()Brian Paul1-2/+5
2010-03-15util: Fix nil pointer reference.Michal Krol1-5/+5
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2-6/+24
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+5
2010-03-13llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca1-1/+5
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell42-381/+1211
2010-03-12gallivm: cube map sampling works nowBrian Paul1-22/+154
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul1-9/+17
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul1-6/+21
2010-03-12Merge branch '7.8'Michel Dänzer1-1/+1
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-03-12cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol2-98/+0
2010-03-12cso: Add entry points for vertex/fragment sampler views.Michal Krol2-15/+167
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák2-6/+6
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell10-118/+136
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul1-1/+90
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul2-0/+35
2010-03-11gallivm: enable 3D texture samplingBrian Paul1-0/+5
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2-12/+44
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul20-20/+20
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul1-0/+47