summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
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
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