summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.h
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
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
2009-02-24cell: overhaul cell teximage codeBrian Paul
2009-02-18cell: start adding new cell_transfer types/codeBrian 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-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-08-25cell: asst fixes to get driver building/running again.Brian
2008-02-27Cell: implement pipe_screen for cell driverBrian
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