summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.c
AgeCommit message (Expand)Author
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-05-21cell: assorted compilation fixesBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-06cell: fix buildMarc Dietrich
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24cell: overhaul cell teximage codeBrian Paul
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison
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