Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-08 | i965: Remove extraneous arg to debug_printf. | José Fonseca | |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | |
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | |||
2008-05-26 | Revert DOS line endings. | José Fonseca | |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca | |
Not convenient and almost not used at all. Better replacements in p_debug.h | |||
2008-03-27 | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian | |
The later follows the naming scheme of other limits. Keep the old definition until all possible usage is updated. | |||
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-02-27 | gallium/i965: remove brw_shader_info struct | Brian | |
The info it contained is now found in tgsi_shader_info. Added a few assertions to catch potential misunderstandings about register counts vs. highest register index used. | |||
2008-02-27 | gallium/i965: added const to silence warnings | Brian | |
2008-02-27 | gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info instead | Brian | |
2008-02-27 | gallium/i965: remove dependencies on pipe_shader_state's semantic info | Brian | |
The brw_shader_info struct is rendundant and could be removed... | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |