Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-17 | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell | |
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell | |
2007-11-08 | Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with ↵ | Brian | |
st_compare_func_to_pipe() | |||
2007-10-31 | No longer need st_update_tnl atom | Brian | |
2007-10-30 | added st_update_pixel_transfer atom | Brian | |
2007-09-25 | Translate mesa vertex/fragment programs to TGSI programs at same time to do ↵ | Brian | |
proper linking. Previously, programs were translated independently during validation. The problem is the translation to TGSI format, which packs shader input/outputs into continuous slots, depends on which vertex program is being paired with which fragment shader. Now, we look at the outputs of the vertex program in conjunction with the inputs of the fragment shader to be sure the attributes match up correctly. The new 'linked_program_pair' class keeps track of the associations between vertex and fragment shaders. It's also the place where the TGSI tokens are kept since they're no longer per-program state but per-linkage. Still a few loose ends, like implementing some kind of hash/lookup table for linked_program_pairs. | |||
2007-09-21 | Make the alpha test state a cso. | Zack Rusin | |
2007-09-18 | converting the setup state to immutable object and renaming it to rasterizer ↵ | Zack Rusin | |
state | |||
2007-09-18 | Combing depth and stencil objects and making them immutable. | Zack Rusin | |
Converting depth and stencil objects into a single state object (d3d10 like) and making it immutable. | |||
2007-08-25 | checkpoint in constant tracking rework | Keith Whitwell | |
2007-08-18 | added tnl state atom | Brian | |
2007-08-07 | plug in texture/sampler state update | Brian | |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell | |
Not sure the generated program looks correct though... | |||
2007-07-11 | Implement polygon stipple state tracking, application. | Brian | |
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian | |
2007-06-20 | Initial work for glClear(), clear color state. | Brian | |
2007-06-19 | hook up point state | Brian | |
2007-06-19 | Re-org of surface/framebuffer state. | Brian | |
We should be able to render to any depth/format of X window now. | |||
2007-06-15 | Added st_update_framebuffer struct/object. | Brian | |
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. |