summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-26cell: comment-out unused fields, functionsBrian Paul
2010-07-26cell: make functions staticBrian Paul
2010-07-26cell: fix segfault when freeing samplersBrian Paul
2010-07-26cell: comment-out unneeded padding fieldBrian Paul
2010-07-26cell: added const qualifierBrian Paul
2010-06-07cell/spu: divorce from tgsi_exec.hKeith Whitwell
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-05-29cell: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21cell: assorted compilation fixesBrian Paul
2010-05-21cell: fix breakage from earlier draw module changesBrian Paul
2010-05-21gallium: remnants of old ccw stateKeith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17cell: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-04-27cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-19cell: Implement index bias.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-06cell: fix buildMarc Dietrich
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-22Merge branch '7.8'Brian Paul
2010-03-17cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul
2010-03-17cell: be more conservative in cell_is_format_supported()Brian Paul
2010-03-16cell: add missing semicolonBrian Paul
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-10cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell