Merge tgsi/exec and tgsi/util directories.
[mesa.git] / src / mesa / state_tracker / st_program.c
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-03 Brian Paulgallium: move, increase ST_MAX_SHADER_TOKENS
2008-06-25 Brian Paulmesa: point size arrays
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-04-24 Brian Paulgallium: use cso_destroy_vertex/fragment_shader() functions
2008-04-22 Brian Paulgallium: st_translate_fragment_program() is void now
2008-04-01 Ben Skeggshandle IsPositionInvariant flag
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-01-31 Briangallium: fix problem in which texcoords and varying...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-12-19 Briannew assertions
2007-12-18 Brianturn off TGSI_DEBUG
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-07 Brianinclude tgsi_dump.h
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...