summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Merge commit 'origin/master' into gallium-resourcesKeith Whitwell1-1/+1
2010-04-06cell: fix buildMarc Dietrich1-1/+1
2010-03-30gallium: more bind change compile fixesRoland Scheidegger1-6/+6
2010-03-30compile fixesRoland Scheidegger1-3/+5
2010-03-23gallium: bind flagsKeith Whitwell1-3/+3
2010-03-22gallium: Usage parameter of get_transfer/transfer_inline_write is a bitfield.Michal Krol1-1/+1
2010-03-21cell: attempt to convert to pipe_resourcesKeith Whitwell1-94/+160
2010-03-16Merge branch 'gallium-sampler-view' into gallium-resourcesKeith Whitwell1-0/+1
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz1-0/+1
2010-03-13wip2Keith Whitwell1-4/+4
2010-03-11cell: adapt to context texture transfers (untested)gallium-context-transfers-2Roland Scheidegger1-10/+13
2010-03-09cell: fix up assorted compilation problemsBrian Paul1-3/+6
2010-03-09cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell1-32/+57
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell1-19/+78
2010-03-04gallium: remove redundant includesKeith Whitwell1-1/+0
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-10/+10
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-14/+12
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol1-2/+4
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger1-16/+14
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-15/+12
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-14/+4
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul1-2/+4
2009-08-07gallium: Move minify() to u_math.Corbin Simpson1-7/+0
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul1-3/+2
2009-03-04gallium: Unify reference counting.Michel Dänzer1-43/+22
2009-02-24cell: overhaul cell teximage codeBrian Paul1-234/+98
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul1-6/+135
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul1-39/+42
2009-01-30gallium: make p_winsys internalZack Rusin1-4/+4
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-9/+9
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison1-2/+2
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison1-2/+4
2008-11-05cell: minor reformatting, var renamingBrian Paul1-7/+11
2008-10-30cell: Protected use of non-initialized untile buffersJonathan White1-4/+7
2008-10-27cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul1-0/+3
2008-10-27cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White1-7/+151
2008-10-22cell: implement fencing for texture buffersBrian Paul1-13/+20
2008-10-20cell: temporarily disable freeing of tiled texture memoryBrian Paul1-0/+6
2008-10-14cell: replace FREE() with align_free()Brian Paul1-1/+1
2008-10-14cell: support for cubemapsBrian Paul1-12/+25
2008-10-14cell: fix npot texture tiling bugsBrian Paul1-4/+12
2008-10-14cell: fix assertionsBrian Paul1-5/+5
2008-10-14cell: fix tex image stride bugsBrian Paul1-5/+9
2008-10-14cell: now do texture twiddling in the right way, at the right time.Brian Paul1-140/+81
2008-10-14cell: remove old code, clean-ups, etc.Brian Paul1-38/+34
2008-10-13cell: initial work for mipmap texture filteringBrian Paul1-19/+29
2008-09-04cell: assorted comments, clean-ups, etc.Brian Paul1-0/+1
2008-09-04cell: Use pipe_buffer_* inlines as much as possible.José Fonseca1-2/+2