Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / state_tracker / st_program.h
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-18 Brian Paulgallium: fix vertex program output translation/mapping bug
2008-07-03 Brian Paulgallium: move, increase ST_MAX_SHADER_TOKENS
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Alan Hourihaneinline -> INLINE
2008-04-23 Brian Paulgallium: fix some bitmap frag shader issues
2008-04-22 Brian Paulgallium: st_translate_fragment_program() is void now
2008-04-21 Keith Whitwelluse cso fs/vs handle functions
2008-03-24 Brian Paulgallium: free bitmap fragment shaders, misc clean-up
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-19 José FonsecaUse gallium's rtasm module.
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-10-10 BrianSize of input_to_index array should be VERT_ATTRIB_MAX.
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
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 RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-24 michalEnable SSE2 for FS.
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-24 michalHook-up SSE2 to VS.
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-22 BrianRework of shader constant buffers.
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianBasic fragment programs run now.
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...