summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-113/+0
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-11/+4
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-63/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-16/+53
* cell: assorted compilation fixesBrian Paul2010-05-211-2/+2
* cell: Implement index bias.José Fonseca2010-04-191-5/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* cell: fix up assorted compilation problemsBrian Paul2010-03-091-7/+7
* cell: attempt conversion to sw_winsysKeith Whitwell2010-03-091-42/+9
* 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
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-6/+6
|\
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-6/+6
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+8
|\ \
| * | gallium: propagate draw retval changes into cell driverRoland Scheidegger2009-12-231-10/+8
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+1
| |/ |/|
* | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-10/+0
|/
* cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2009-02-071-3/+3
* gallium: make p_winsys internalZack Rusin2009-01-301-3/+3
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-3/+3
* cell: more cell_init_*_functions()Brian Paul2008-09-041-11/+22
* cell: include p_inlines.hBrian Paul2008-09-041-0/+1
* cell: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-4/+4
* cell: asst fixes to get driver building/running again.Brian2008-08-251-5/+30
* cell: don't need to trim primsKeith Whitwell2008-04-191-11/+0
* cell: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-13/+9
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* cell: Trivial compiler warning clean-ups.Ian Romanick2008-02-251-0/+1
* Cell: Initial pass at unified data cacheIan Romanick2008-02-211-1/+5
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+164