summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.c
AgeCommit message (Expand)Author
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-05cell: minor reformatting, var renamingBrian Paul
2008-10-30cell: Protected use of non-initialized untile buffersJonathan White
2008-10-27cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul
2008-10-27cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White
2008-10-22cell: implement fencing for texture buffersBrian Paul
2008-10-20cell: temporarily disable freeing of tiled texture memoryBrian Paul
2008-10-14cell: replace FREE() with align_free()Brian Paul
2008-10-14cell: support for cubemapsBrian Paul
2008-10-14cell: fix npot texture tiling bugsBrian Paul
2008-10-14cell: fix assertionsBrian Paul
2008-10-14cell: fix tex image stride bugsBrian Paul
2008-10-14cell: now do texture twiddling in the right way, at the right time.Brian Paul
2008-10-14cell: remove old code, clean-ups, etc.Brian Paul
2008-10-13cell: initial work for mipmap texture filteringBrian Paul
2008-09-04cell: assorted comments, clean-ups, etc.Brian Paul
2008-09-04cell: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03cell: add pipe_texture_reference() call in cell_get_tex_surface()Brian Paul
2008-09-03cell: fix texture/surface allocation to allocate by multiple of tile sizeBrian Paul
2008-09-03cell: add missing cell_tex_surface_release()Brian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-25cell: asst fixes to get driver building/running again.Brian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-27cell: Update for cpp removal.José Fonseca
2008-04-01cell: fix bug in texture tiling function (non-square textures work now)Brian
2008-04-01cell: checkpoint: more multi-texture workBrian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-02-28cell: remove obsolete texture fieldBrian
2008-02-27cell: fix minor get_tex_surface() breakageBrian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27Cell: implement pipe_screen for cell driverBrian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca