summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2010-04-07gallivm: Get the format translation logic write.José Fonseca
2010-04-06Merge branch 'gallium_draw_llvm'Zack Rusin
2010-04-06gallivm: Fallback to calling util_format_description::fetch_float for any for...José Fonseca
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin
2010-04-02gallivm: Add fallthrough comment at end of case statement.Vinson Lee
2010-04-01llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca
2010-04-01llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca
2010-03-31gallivm: convert floats to doublesZack Rusin
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-31gallivm: Fix USCALED translation. Minor Cleanups.José Fonseca
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca
2010-03-31util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca
2010-03-30gallivm: cleanup the code (found by coverity)Zack Rusin
2010-03-29gallivm: use constant size array, added assertion checkBrian Paul
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29gallivm: added lp_bld_printf() functionChris Li
2010-03-29gallivm: make sure that the alloca's are the very first thing in the functionZack Rusin
2010-03-19gallivm: simplify and clean-up Z/stencil bit mask/shift codeBrian Paul
2010-03-18gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil codeBrian Paul
2010-03-18gallivm: fix broken INCR/DECR stencil modesBrian Paul
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul
2010-03-18gallivm: checkpoint WIP two-sided stencil testBrian Paul
2010-03-17gallivm/llvmpipe: basic stencil testing worksBrian Paul
2010-03-17gallivm: added lp_build_andc()Brian Paul
2010-03-17gallivm/llvmpipe: more asst changes for stencil testingBrian Paul
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul
2010-03-15gallivm: checkpoint: stencil test codeBrian Paul
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul
2010-03-15gallivm: fix up some #includesBrian Paul
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul
2010-03-15gallivm: fix typo/bug in lp_build_sgn()Brian Paul
2010-03-15gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector()Brian Paul
2010-03-15gallivm: asst clean-ups, comments, etc.Brian Paul
2010-03-15gallivm: implement minification/magnification selectionBrian Paul
2010-03-15gallivm: fix incorrect clamp in lp_build_linear_mip_levels()Brian Paul
2010-03-15gallivm: fix incorrect floor(), itrunc()Brian Paul
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-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-11gallivm: fix some bugs on the 1D texture pathsBrian Paul
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul