summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
AgeCommit message (Expand)AuthorFilesLines
2011-05-08cell: fix unbalanced parenthesisNicolas Kaiser1-1/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-5/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák2-5/+4
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-14/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák2-4/+10
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák2-2/+9
2010-12-02gallium: support for array textures and related changesRoland Scheidegger2-56/+40
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-2/+15
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu2-12/+5
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 Wu3-16/+70
2010-07-26cell: comment-out unused fields, functionsBrian Paul1-2/+4
2010-07-26cell: make functions staticBrian Paul1-3/+3
2010-07-26cell: fix segfault when freeing samplersBrian Paul1-1/+1
2010-07-26cell: comment-out unneeded padding fieldBrian Paul1-1/+1
2010-07-26cell: added const qualifierBrian Paul1-1/+1
2010-06-07cell/spu: divorce from tgsi_exec.hKeith Whitwell3-2/+161
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-1/+0
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-8/+8
2010-05-29cell: adapt to clear interface changesRoland Scheidegger1-1/+0
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger3-17/+16
2010-05-21cell: assorted compilation fixesBrian Paul4-14/+32
2010-05-21cell: fix breakage from earlier draw module changesBrian Paul2-2/+2
2010-05-21gallium: remnants of old ccw stateKeith Whitwell2-2/+2
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-1/+8
2010-05-17cell: adapt to interface changesRoland Scheidegger2-16/+8
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-1/+1
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich1-0/+2
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-04-27cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca1-12/+0
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-19cell: Implement index bias.José Fonseca1-5/+6
2010-04-10Squashed commit of the following:Keith Whitwell14-336/+217
2010-04-06cell: fix buildMarc Dietrich2-1/+4
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger4-11/+11
2010-03-22Merge branch '7.8'Brian Paul1-9/+12
2010-03-17cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul1-0/+2
2010-03-17cell: be more conservative in cell_is_format_supported()Brian Paul1-5/+9
2010-03-16cell: add missing semicolonBrian Paul1-1/+1
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2-2/+5
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2-2/+5
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell6-13/+20
2010-03-12Merge branch '7.8'Michel Dänzer2-2/+2
2010-03-12Grammar and spelling fixesJeff Smith2-2/+2
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger3-10/+16
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol1-5/+7
2010-03-10cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger1-1/+2
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol22-173/+448