Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / state_tracker / st_program.c
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 Brianinclude tgsi_dump.h
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-10-29 Zack RusinRefactor the LLVM code a bit.
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-24 Zack RusinAdd copyright headers and do some cleanups.
2007-10-24 Zack RusinCleanup some code.
2007-10-24 Zack RusinExecution engine is a singleton, for now keep it in...
2007-10-24 Zack RusinInitial stab at LLVM integration.
2007-10-10 BrianMerge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp...
2007-10-09 BrianFinish up decls for packed fragment program outputs.
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-03 BrianAdd outputs_written bitfield to pipe_shader_state,...
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRevert "Use sse only if GALLIUM_SSE is defined"
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-25 Brianclean-up #includes
2007-09-25 Briandisable TGSI_DEBUG
2007-09-25 Briantranslate Mesa programs to TGSI programs (formerly...