Age | Commit message (Expand) | Author |
2010-02-11 | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. | José Fonseca |
2010-02-11 | gallivm: TGSI_OPCODE_CONT is not deprecated. | José Fonseca |
2010-02-09 | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol |
2010-02-08 | llvmpipe: switch to using dynamic stack allocation instead of registers | Zack Rusin |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2010-01-01 | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca |
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca |
2009-11-24 | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-23 | gallivm: updates for TGSI changes | Keith Whitwell |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-06-08 | llvm: fix compile on gcc 4.4 | Dave Airlie |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-10 | gallivm: Fix build -- rename Size to NrTokens. | Michal Krol |
2009-01-12 | gallivm: Make sure the bitcode buffer is followed by a 0 byte. | Michel Dänzer |
2009-01-12 | gallivm: Print error message from ParseBitcodeFile() in case it fails. | Michel Dänzer |
2009-01-12 | gallivm: Adapt to header file move in LLVM 2.4. | Michel Dänzer |
2008-11-16 | gallivm: fix some small stuff. | Stephane Marchesin |
2008-10-30 | gallivm: replace the temp parameters of the JIT function with alloca'ed temps... | Stephane Marchesin |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-09 | Gallivm: cleanup soa storage. | Stephane Marchesin |
2008-10-07 | Gallivm: reorder the functions alphabetically so I can work on it. | Stephane Marchesin |
2008-10-07 | Gallivm: don't say hello, it's rude. | Stephane Marchesin |
2008-10-07 | Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notabl... | Stephane Marchesin |
2008-10-02 | Gallivm: add slt. glxgears should be running, except it isn't. | Stephane Marchesin |
2008-10-02 | Gallivm: port to llvm 2.4. | Stephane Marchesin |
2008-10-02 | Gallivm: fix off-by-one. | Stephane Marchesin |
2008-10-02 | Gallivm: more instructions. | Stephane Marchesin |
2008-10-02 | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin |
2008-10-01 | Gallivm: add slt. glxgears should be running, except it isn't. | Stephane Marchesin |
2008-09-30 | Gallivm: port to llvm 2.4. | Stephane Marchesin |
2008-09-28 | Gallivm: fix off-by-one. | Stephane Marchesin |
2008-09-28 | Gallivm: more instructions. | Stephane Marchesin |
2008-09-28 | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-13 | gallivm: Translate KIL instead of KILP. | Michal Krol |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca |
2008-07-13 | llvm: build fixes. | Stephane Marchesin |
2008-05-31 | gallivm: Fix build after TGSI declaration interface changes. | Michal Krol |
2008-05-17 | cosmetic changes | Zack Rusin |
2008-05-17 | fix rsq | Zack Rusin |
2008-05-17 | fix abs and start on rsq | Zack Rusin |
2008-05-17 | do the lit (some artifacts present) | Zack Rusin |
2008-05-17 | implement min/max and abstract ops on vectors | Zack Rusin |
2008-05-17 | llvm: implement sub and abs | Zack Rusin |