summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_texture.c
Commit message (Expand)AuthorAgeFilesLines
* cell: minor reformatting, var renamingBrian Paul2008-11-051-7/+11
* cell: Protected use of non-initialized untile buffersJonathan White2008-10-301-4/+7
* cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul2008-10-271-0/+3
* cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White2008-10-271-7/+151
* cell: implement fencing for texture buffersBrian Paul2008-10-221-13/+20
* cell: temporarily disable freeing of tiled texture memoryBrian Paul2008-10-201-0/+6
* cell: replace FREE() with align_free()Brian Paul2008-10-141-1/+1
* cell: support for cubemapsBrian Paul2008-10-141-12/+25
* cell: fix npot texture tiling bugsBrian Paul2008-10-141-4/+12
* cell: fix assertionsBrian Paul2008-10-141-5/+5
* cell: fix tex image stride bugsBrian Paul2008-10-141-5/+9
* cell: now do texture twiddling in the right way, at the right time.Brian Paul2008-10-141-140/+81
* cell: remove old code, clean-ups, etc.Brian Paul2008-10-141-38/+34
* cell: initial work for mipmap texture filteringBrian Paul2008-10-131-19/+29
* cell: assorted comments, clean-ups, etc.Brian Paul2008-09-041-0/+1
* cell: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-2/+2
* cell: add pipe_texture_reference() call in cell_get_tex_surface()Brian Paul2008-09-031-0/+4
* cell: fix texture/surface allocation to allocate by multiple of tile sizeBrian Paul2008-09-031-6/+26
* cell: add missing cell_tex_surface_release()Brian Paul2008-09-031-11/+28
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-2/+2
* cell: asst fixes to get driver building/running again.Brian2008-08-251-7/+62
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* cell: Update for cpp removal.José Fonseca2008-06-271-6/+10
* cell: fix bug in texture tiling function (non-square textures work now)Brian2008-04-011-2/+4
* cell: checkpoint: more multi-texture workBrian2008-04-011-2/+6
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-1/+2
* cell: remove obsolete texture fieldBrian2008-02-281-1/+0
* cell: fix minor get_tex_surface() breakageBrian2008-02-271-1/+2
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-30/+0
* Cell: implement pipe_screen for cell driverBrian2008-02-271-6/+43
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-0/+1
* cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian2008-02-201-5/+16
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+8
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+252