Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-25 | fix frag vs vertex typo | keithw | |
2007-08-25 | add names to tracked state atoms to improve debug | keithw | |
2007-08-25 | checkpoint in constant tracking rework | Keith Whitwell | |
2007-08-24 | Fixup include paths after rename | Keith Whitwell | |
2007-08-23 | Checkpoint: new vertex/fragment attribute naming | Brian | |
Replace VF_ATTRIB_x with TGSI_ATTRIB_x When converting mesa programs to TGSI programs, also convert the InputsRead and OutputsWritten to a mask of TGSI_ATTRIB_ bits. Still need to do conversion for vertex programs... | |||
2007-08-22 | Rework of shader constant buffers. | Brian | |
They're now totally independent of the actual shaders. Also, implemented in terms of pipe_buffer_handles/objects. | |||
2007-08-17 | added call to _mesa_load_state_parameters() | Brian | |
2007-08-17 | added outputs_written field to pipe_shader_state | Brian | |
2007-08-16 | Move VS code from st_atom_fs.c to st_atom_vs.c. | michal | |
2007-08-16 | misc changes to support vertex shaders (disabled by default) | Brian | |
2007-08-16 | Begin added vertex shader state/support. | Brian | |
Renamed pipe_fs_state to pipe_shader_state since it can be used for both vertex and fragment shader info. | |||
2007-08-09 | Quieten TGSI | Keith Whitwell | |
2007-07-24 | Basic fragment programs run now. | Brian | |
Handling of constants might change. For now, the st_fragment_program struct contains a pipe_constant_buffer (not a pointer). | |||
2007-07-24 | use enabled/linked fragment shader in preference to a fragment program | Brian | |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell | |
Not sure the generated program looks correct though... | |||
2007-06-14 | Rename directories again?! | Keith Whitwell | |
Some git wierdness going on. | |||
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | |
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later. |