Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-20 | gallium: added width, height to pipe_framebuffer_state | Brian | |
2008-03-13 | gallium: added bypass_vs flag to rasterizer state (may be temporary) | Brian | |
2008-03-13 | gallium: remove dead code related to shader semantic input/output info | Brian Paul | |
2008-03-13 | gallium: remove semantic info from pipe_shader_state | Brian Paul | |
Brian's patch to clean up the shader interfaces. | |||
2008-03-09 | gallium: add some commonly implemented bits of hw state | Keith Whitwell | |
2008-03-03 | gallium: remove obsolete comment | Keith Whitwell | |
2008-02-27 | gallium: remove unneeded pipe ptr from pipe_texture | Brian | |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian | |
This will allow creating textures before a rendering context exists, for example. Only implemented in i915 driver for now. i915pipe->texture_create() just dispatches through to the i915screen->texture_create() to avoid state tracker changes for now. | |||
2008-02-26 | gallium: remove pipe parameter from pipe_texture_reference() | Brian | |
Added pipe field to pipe_texture (temporary, see comments). First step toward context-less texture creation... | |||
2008-02-26 | gallium: remove input_map[] from pipe_shader_state | Brian | |
2008-02-25 | Make the pipe headers C++ friendly. | José Fonseca | |
2008-02-21 | gallium: comments, white-space clean-up | Brian | |
2008-02-15 | Merge commit 'origin/gallium-0.1' into gallium-0.1 | Keith Whitwell | |
Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |