summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca
2010-09-17gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-09-16gallivm: Remove unnecessary header.Vinson Lee
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-09-16gallivm: Fix address register swizzle.José Fonseca
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul
2010-09-15draw: Remove unnecessary header.Vinson Lee
2010-09-15gallivm: Remove unnecessary headers.Vinson Lee
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri
2010-09-14gallivm: Remove unnecessary header.Vinson Lee
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-12pb: Fix the build, and add notes.José Fonseca
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-09-11gallivm: nr_channels is only valid for formats with plain layout.José Fonseca
2010-09-11gallivm: Use const keyword on swizzles.José Fonseca
2010-09-11gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca
2010-09-11gallivm: Add a new debug flag to warn about performance issues.José Fonseca
2010-09-11gallivm: Helper functions for pointer indirection.José Fonseca
2010-09-11gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca
2010-09-11gallivm: Add some utility functions to set/get array elements too.José Fonseca
2010-09-11gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca
2010-09-11gallivm: Move the texture modifiers to the header.José Fonseca
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca
2010-09-09draw: minor reformattingBrian Paul
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca
2010-09-05gallivm: Pass condition masks as an unsigned bitmask.José Fonseca
2010-09-05gallivm: Cope with tgsi instruction reallocation failure.José Fonseca
2010-09-02draw: Include missing headers in draw_vs_aos.h.Vinson Lee
2010-09-02util: Include missing header in u_linear.h.Vinson Lee
2010-08-31gallivm: fix bug in nested conditionalsBrian Paul
2010-08-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca
2010-08-30gallivm: Fix lp_build_sum_vector.José Fonseca
2010-08-28util: Include missing header in u_draw.h.Vinson Lee
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák
2010-08-28draw: Include missing header in draw_vs_llvm.c.Vinson Lee
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee