summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
| * | util: linearized sRGB values don't fit into 8bitsJosé Fonseca2010-09-171-0/+8
| * | gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul2010-09-171-0/+1
| |/
| * tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul2010-09-161-6/+9
| * gallivm: Remove unnecessary header.Vinson Lee2010-09-161-1/+0
| * gallivm: fix wrong return value in bitwise functionsBrian Paul2010-09-161-3/+3
| * gallivm: Clamp indirect register indices to file_max.José Fonseca2010-09-161-60/+71
| * gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-167-30/+260
| * gallivm: Fix address register swizzle.José Fonseca2010-09-161-2/+1
| * gallivm: make lp_build_sample_nop publicKeith Whitwell2010-09-162-6/+8
| * gallivm: move i32_vec_type inside the #ifdefBrian Paul2010-09-161-1/+2
| * gallivm: fix incorrect vector shuffle datatypeBrian Paul2010-09-161-1/+5
| * draw: Remove unnecessary header.Vinson Lee2010-09-151-1/+0
| * gallivm: Remove unnecessary headers.Vinson Lee2010-09-151-2/+0
| * gallivm: expand AoS sampling to cover all filtering modesBrian Paul2010-09-157-1029/+1919
| * tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul2010-09-151-5/+6
| * auxiliary: fix unintended fallthroughLuca Barbieri2010-09-141-0/+1
| * gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
| * gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-145-11/+64
| * pb: Fix the build, and add notes.José Fonseca2010-09-125-5/+14
| * pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-128-19/+19
| * gallivm: nr_channels is only valid for formats with plain layout.José Fonseca2010-09-111-3/+1
| * gallivm: Use const keyword on swizzles.José Fonseca2010-09-112-2/+2
| * gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2010-09-112-33/+87
| * gallivm: Add a new debug flag to warn about performance issues.José Fonseca2010-09-118-8/+50
| * gallivm: Helper functions for pointer indirection.José Fonseca2010-09-112-0/+56
| * gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2010-09-112-9/+4
| * gallivm: Add some utility functions to set/get array elements too.José Fonseca2010-09-112-0/+70
| * gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca2010-09-114-0/+1156
| * gallivm: Move the texture modifiers to the header.José Fonseca2010-09-112-19/+20
| * gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca2010-09-112-5/+8
| * draw: minor reformattingBrian Paul2010-09-091-2/+1
| * util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2010-09-052-4/+61
| * util: Utility function to determine the channels that can be written in a col...José Fonseca2010-09-051-0/+33
| * gallivm: Pass condition masks as an unsigned bitmask.José Fonseca2010-09-055-25/+40
| * gallivm: Cope with tgsi instruction reallocation failure.José Fonseca2010-09-051-6/+10
| * draw: Include missing headers in draw_vs_aos.h.Vinson Lee2010-09-021-0/+2
| * util: Include missing header in u_linear.h.Vinson Lee2010-09-021-0/+1
| * gallivm: fix bug in nested conditionalsBrian Paul2010-08-311-2/+4
| * gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca2010-08-303-126/+280
| * gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca2010-08-301-0/+8
| * gallivm: Correct copy'n'pasted comments.José Fonseca2010-08-301-4/+4
| * gallivm: Fix lp_build_sum_vector.José Fonseca2010-08-301-6/+4
| * util: Include missing header in u_draw.h.Vinson Lee2010-08-281-0/+1
| * util: Add forward declaration in u_transfer.h.Vinson Lee2010-08-281-0/+1
| * r300g,u_blitter: use u_framebufferMarek Olšák2010-08-292-35/+3
| * util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-295-17/+7
| * draw: Include missing header in draw_vs_llvm.c.Vinson Lee2010-08-281-0/+1
| * util: fix typo in MAX4Keith Whitwell2010-08-271-1/+1
| * util: add MIN4, MAX4Keith Whitwell2010-08-271-0/+3
| * tgsi: Include missing header in tgsi_parse.h.Vinson Lee2010-08-271-0/+1