Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-09 | gallium: add some commonly implemented bits of hw state | Keith Whitwell | |
2008-03-08 | gallium: Document debug_printf usage. | José Fonseca | |
2008-03-05 | gallium: michel's patch to rework texture/sampler binding interface | Keith Whitwell | |
Bind all the samplers/textures at once rather than piecemeal. This is easier for drivers to understand. | |||
2008-03-03 | gallium: remove obsolete comment | Keith Whitwell | |
2008-03-03 | gallium: document user_buffer_create a little | Keith Whitwell | |
2008-03-01 | start implementing start of bultins | Zack Rusin | |
2008-02-29 | gallium: remove the ugly pipe->draw stage lookup code in ↵ | Brian | |
aaline/point/pstipple stages Added a void *draw ptr to pipe_context. Probably look for a better solution someday. | |||
2008-02-27 | gallium: remove unneeded pipe ptr from pipe_texture | Brian | |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian | |
These functions are now per-screen, not per-context. | |||
2008-02-27 | gallium: move is_format_supported() to pipe_screen struct | Brian | |
2008-02-27 | gallium: start removing pipe_context->get_name/vendor/param/paramf | Brian | |
These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled. | |||
2008-02-27 | gallium: Remove // comments. | José Fonseca | |
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-23 | gallium: added TGSI_FILE_COUNT | Brian | |
2008-02-23 | Bring in several forgotten MSVC fixes. | José Fonseca | |
2008-02-23 | gallium: Define intptr_t for Windows platform. | Michal Krol | |
2008-02-23 | gallium: Move align_pointer() to p_pointer.h. | Michal Krol | |
2008-02-23 | gallium: New file. | Michal Krol | |
2008-02-21 | gallium: comments, white-space clean-up | Brian | |
2008-02-21 | [PATCH] gallium: include p_compiler.h for boolean defn | Keith Whitwell | |
2008-02-20 | gallium: new pipe->texture_update() function | Brian | |
Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc). | |||
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
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. |