Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-04 | cell: assorted comments, clean-ups, etc. | Brian Paul | |
2008-09-04 | cell: Use pipe_buffer_* inlines as much as possible. | José Fonseca | |
2008-09-03 | cell: add pipe_texture_reference() call in cell_get_tex_surface() | Brian Paul | |
2008-09-03 | cell: fix texture/surface allocation to allocate by multiple of tile size | Brian Paul | |
This fixes the garbage blocks/pixels seen along the bottom of some windows. | |||
2008-09-03 | cell: add missing cell_tex_surface_release() | Brian Paul | |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | |
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed. | |||
2008-08-25 | cell: asst fixes to get driver building/running again. | Brian | |
Note that SPU vertex transformation is disabled at this time. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-06-27 | cell: Update for cpp removal. | José Fonseca | |
Not tested -- just mymic the softpipe changes. | |||
2008-04-01 | cell: fix bug in texture tiling function (non-square textures work now) | Brian | |
2008-04-01 | cell: checkpoint: more multi-texture work | Brian | |
2008-03-19 | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul | |
This provides better information about which images in texture object have changed. Also, call texture_update() from more places previously missed. | |||
2008-02-28 | cell: remove obsolete texture field | Brian | |
2008-02-27 | cell: fix minor get_tex_surface() breakage | 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 | Cell: implement pipe_screen for cell driver | Brian | |
2008-02-20 | gallium: replace some ordinary assignments with pipe_reference_texture() | Brian | |
This fixes at least one instance of dereferencing an invalid texture pointer. | |||
2008-02-20 | cell: put most simple state-setter functions in new cell_pipe_state.c file | Brian | |
Also, re-org of texture/surface functions. | |||
2008-02-20 | gallium: new pipe->texture_update() function | Brian | |
Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc). | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |