summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul2010-03-083-27/+48
* gallivm: fix a crash by making sure we set the has_mask flag correctlyZack Rusin2010-03-081-2/+1
* Merge branch '7.8'Brian Paul2010-03-081-0/+4
|\
| * gallivm: Initialize variables for default cases.Vinson Lee2010-03-061-0/+4
* | gallivm: Add some notes about sampler static state construction.José Fonseca2010-03-061-1/+17
* | gallivm: Answer question/comment.José Fonseca2010-03-061-1/+11
* | gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca2010-03-061-0/+5
* | gallivm: Generate valid IR for LLVM 2.7.José Fonseca2010-03-061-1/+14
|/
* gallivm: checkpoint: code gen for mipmap selectionBrian Paul2010-03-051-0/+65
* gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul2010-03-051-0/+12
* gallivm: checkpoint: texture LOD computation code genBrian Paul2010-03-051-3/+126
* gallivm: added field for sampler lodBrian Paul2010-03-052-4/+6
* gallivm: minor arithmetic improvementsBrian Paul2010-03-051-9/+12
* gallivm: implement non-normalized texture wrap modesBrian Paul2010-03-051-39/+68
* gallivm: implement texture border color, plus tweaks to some wrap modesBrian Paul2010-03-041-23/+129
* gallivm: added texture border_color fieldBrian Paul2010-03-042-0/+10
* gallivm: added question/commentBrian Paul2010-03-041-0/+1
* gallivm: commentsBrian Paul2010-03-041-0/+5
* gallivm: rework and implement more texture wrap modesBrian Paul2010-03-041-60/+448
* gallivm: added lp_build_fract()Brian Paul2010-03-042-0/+17
* gallivm: added lp_build_set_sign()Brian Paul2010-03-042-0/+39
* gallivm: added lp_build_negate()Brian Paul2010-03-042-0/+12
* gallivm: clarify unsigned vs. signed integer type constructionBrian Paul2010-03-043-19/+43
* gallivm: Centralize initialization. Fix stack alignment issues on Windows.José Fonseca2010-03-032-35/+20
* gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca2010-03-032-4/+4
* llvmpipe: improve based on review from Jose and fix else clausesZack Rusin2010-03-021-8/+9
* llvmpipe: implement some control-flowZack Rusin2010-03-011-11/+93
* gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-243-7/+5
* gallivm: added clamp and int_to_float functionsBrian Paul2010-02-232-1/+50
* gallivm: s/debug_dump_/util_dump_/José Fonseca2010-02-141-2/+2
* llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.José Fonseca2010-02-112-0/+4
* gallivm: TGSI_OPCODE_CONT is not deprecated.José Fonseca2010-02-111-2/+1
* gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-093-3/+0
* llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin2010-02-083-3/+59
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-0862-5506/+11013
* Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-2/+2
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-92/+0
* scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-16/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-17/+17
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-8/+8
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-3/+3
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-8/+8
* gallivm: updates for TGSI changesKeith Whitwell2009-07-232-22/+18
* gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-231-26/+0
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-2/+4
* llvm: fix compile on gcc 4.4Dave Airlie2009-06-081-0/+2
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallivm: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-2/+2
* gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer2009-01-123-4/+4