summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2010-04-26llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca
2010-04-25gallivm: Rename variable info to opcode_info.Vinson Lee
2010-04-24gallivm: Remove NULL check of pointer that can't be NULL.Vinson Lee
2010-04-24llvmpipe: Implement shader bias.José Fonseca
2010-04-24gallivm: Centralize the cpu caps detection.José Fonseca
2010-04-24gallivm: LLVMConstBitCast -> LLVMBuildBitCastJosé Fonseca
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-22gallivm: implement indirect addressing over constantsZack Rusin
2010-04-22gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul
2010-04-22gallivm: update commentsZack Rusin
2010-04-22gallivm: fix nested cont statementsZack Rusin
2010-04-22gallivm: fix nested break statemantsZack Rusin
2010-04-22gallivm: make sure we return the correct type when approximating log'sZack Rusin
2010-04-22gallivm: Remove unused variable.Vinson Lee
2010-04-21gallivm: added some assertions in loop-gen codeBrian Paul
2010-04-21gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/Brian Paul
2010-04-21gallivm: emit_instruction() is booleanBrian Paul
2010-04-21gallivm: implement TGSI KILPBrian Paul
2010-04-20gallivm: Remove unnecessary headers.Vinson Lee
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20gallivm: Cleanups and bugfixes to aos format translation.José Fonseca
2010-04-20gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-19gallivm: pass 3D texture stride as an arrayBrian Paul
2010-04-19gallivm: Remove redundant initialization of dst_vec_type.Vinson Lee
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm: init some vars to silence warningsBrian Paul
2010-04-16gallivm: remove some old stuffBrian Paul
2010-04-12llvmpipe: Respect pipe_sampler_view::format.José Fonseca
2010-04-12llvmpipe: pipe_target needs now 3 bits to be represented.José Fonseca
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09llvmpipe: fix transposed stencil ref / values comparisonBrian Paul
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca
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