summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29gallium/cell: Remove the driver.Kai Wasserbäch1-113/+0
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu1-11/+4
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-63/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-16/+53
2010-05-21cell: assorted compilation fixesBrian Paul1-2/+2
2010-04-19cell: Implement index bias.José Fonseca1-5/+6
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-03-09cell: fix up assorted compilation problemsBrian Paul1-7/+7
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell1-42/+9
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
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol1-1/+1
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-6/+6
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-10/+8
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-1/+1
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-6/+6
2009-12-23gallium: propagate draw retval changes into cell driverRoland Scheidegger1-10/+8
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger1-10/+0
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul1-3/+3
2009-01-30gallium: make p_winsys internalZack Rusin1-3/+3
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-3/+3
2008-09-04cell: more cell_init_*_functions()Brian Paul1-11/+22
2008-09-04cell: include p_inlines.hBrian Paul1-0/+1
2008-09-04cell: Use pipe_buffer_* inlines as much as possible.José Fonseca1-4/+4
2008-08-25cell: asst fixes to get driver building/running again.Brian1-5/+30
2008-04-19cell: don't need to trim primsKeith Whitwell1-11/+0
2008-04-08cell: keep track of num_vertex_attribs/buffers for shorter loopsBrian1-13/+9
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-02-25cell: Trivial compiler warning clean-ups.Ian Romanick1-0/+1
2008-02-21Cell: Initial pass at unified data cacheIan Romanick1-1/+5
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+164