Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-02 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | |
Values outside the writemask are set in the destination to {0,0,0,1} | |||
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell | |
Any driver who needs a copy of the shader tokens must organize to do so itself. This has been the case for a long time, but there was still defensive code in the state tracker, which is now removed. Any bugs resulting from this need to be fixed in the offending driver... | |||
2009-02-19 | mesa: Free the util shaders with the gallium's FREE. | José Fonseca | |
2008-03-27 | gallium: return pipe_shader_state from the simple shader functions | Brian | |
Allows us to fix a mem leak (tokens array). | |||
2008-03-20 | gallium: added util_make_fragment_passthrough_shader() | Brian | |
2008-03-18 | gallium: utilities for creating simple vertex/fragment shaders | Brian | |