aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_texture.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-644/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-54/+38
* cell: assorted compilation fixesBrian Paul2010-05-211-7/+25
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-104/+172
* cell: fix buildMarc Dietrich2010-04-061-1/+1
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-0/+1
* cell: adapt to context texture transfers (untested)Roland Scheidegger2010-03-111-10/+13
* cell: fix up assorted compilation problemsBrian Paul2010-03-091-3/+6
* cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell2010-03-091-32/+57
* cell: attempt conversion to sw_winsysKeith Whitwell2010-03-091-19/+78
* gallium: remove redundant includesKeith Whitwell2010-03-041-1/+0
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-10/+10
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-14/+12
|\
| * gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-16/+14
* | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-2/+4
|/
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-15/+12
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-14/+4
* cell: fix incorrect pipe_transfer testsBrian Paul2009-08-171-2/+4
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-7/+0
* cell: update cell driver after gallium reference count changesBrian Paul2009-03-041-3/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-43/+22
* cell: overhaul cell teximage codeBrian Paul2009-02-241-234/+98
* cell: patch up cell_texture.c so it compilesBrian Paul2009-02-181-6/+135
* cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul2009-02-071-39/+42
* gallium: make p_winsys internalZack Rusin2009-01-301-4/+4
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-9/+9
* CELL: improve twiddling/untwiddling error textRobert Ellison2008-11-201-2/+2
* CELL: fix stencil twiddling, stencil invertRobert Ellison2008-11-131-2/+4
* 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