summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul1-6/+9
2010-09-16gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul1-3/+3
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca1-60/+71
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca7-30/+260
2010-09-16gallivm: Fix address register swizzle.José Fonseca1-2/+1
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell2-6/+8
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul1-1/+2
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul1-1/+5
2010-09-15draw: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-15gallivm: Remove unnecessary headers.Vinson Lee1-2/+0
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul7-1029/+1919
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul1-5/+6
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri1-0/+1
2010-09-14gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri5-11/+64
2010-09-12pb: Fix the build, and add notes.José Fonseca5-5/+14
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie8-19/+19
2010-09-11gallivm: nr_channels is only valid for formats with plain layout.José Fonseca1-3/+1
2010-09-11gallivm: Use const keyword on swizzles.José Fonseca2-2/+2
2010-09-11gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2-33/+87
2010-09-11gallivm: Add a new debug flag to warn about performance issues.José Fonseca8-8/+50
2010-09-11gallivm: Helper functions for pointer indirection.José Fonseca2-0/+56
2010-09-11gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2-9/+4
2010-09-11gallivm: Add some utility functions to set/get array elements too.José Fonseca2-0/+70
2010-09-11gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca4-0/+1156
2010-09-11gallivm: Move the texture modifiers to the header.José Fonseca2-19/+20
2010-09-11gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca2-5/+8
2010-09-09draw: minor reformattingBrian Paul1-2/+1
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2-4/+61
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca1-0/+33
2010-09-05gallivm: Pass condition masks as an unsigned bitmask.José Fonseca5-25/+40
2010-09-05gallivm: Cope with tgsi instruction reallocation failure.José Fonseca1-6/+10
2010-09-02draw: Include missing headers in draw_vs_aos.h.Vinson Lee1-0/+2
2010-09-02util: Include missing header in u_linear.h.Vinson Lee1-0/+1
2010-08-31gallivm: fix bug in nested conditionalsBrian Paul1-2/+4
2010-08-30gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca3-126/+280
2010-08-30gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca1-0/+8
2010-08-30gallivm: Correct copy'n'pasted comments.José Fonseca1-4/+4
2010-08-30gallivm: Fix lp_build_sum_vector.José Fonseca1-6/+4
2010-08-28util: Include missing header in u_draw.h.Vinson Lee1-0/+1
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee1-0/+1
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák2-35/+3
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák5-17/+7
2010-08-28draw: Include missing header in draw_vs_llvm.c.Vinson Lee1-0/+1
2010-08-27util: fix typo in MAX4Keith Whitwell1-1/+1
2010-08-27util: add MIN4, MAX4Keith Whitwell1-0/+3
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee1-0/+1
2010-08-27tgsi: Include missing header in tgsi_info.h.Vinson Lee1-0/+1
2010-08-27tgsi: Include missing header in tgsi_dump.h.Vinson Lee1-0/+1