Merge branch '7.8' into master
[mesa.git] / src / mesa / state_tracker / st_program.h
2008-03-24 Brian Paulgallium: free bitmap fragment shaders, misc clean-up
2008-03-16 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-02 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-02-29 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-22 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-15 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-13 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-01-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
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...