aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Add unorm support to lp_build_lerp()José Fonseca2010-09-221-9/+75
* gallivm: fix lp_build_sample_compare()Brian Paul2010-09-211-17/+23
* draw: new draw_fs.[ch] filesBrian Paul2010-09-212-0/+115
* Merge branch 'sprite-coord'Brian Paul2010-09-219-83/+143
|\
| * draw: check bitshift against PIPE_MAX_SHADER_OUTPUSBrian Paul2010-09-201-1/+5
| * draw: fix test for using the wide-point stageBrian Paul2010-09-201-2/+2
| * gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-178-81/+137
* | tgsi: Remove duplicate case value.Vinson Lee2010-09-201-1/+0
* | tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz2010-09-211-17/+39
* | tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca2010-09-211-2/+4
* | tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri2010-09-201-0/+4
* | gallivm: remove debug codeBrian Paul2010-09-201-2/+0
* | util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-204-0/+170
* | rbug: Add function to get opcode name stringJakob Bornecrantz2010-09-202-0/+69
* | rbug: Cast opcode to corrent int sizeJakob Bornecrantz2010-09-204-28/+28
* | auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* | 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