summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell
Commit message (Expand)AuthorAgeFilesLines
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-2/+9
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-56/+40
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-2/+15
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-252-12/+5
* 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-293-16/+70
* cell: comment-out unused fields, functionsBrian Paul2010-07-261-2/+4
* cell: make functions staticBrian Paul2010-07-261-3/+3
* cell: fix segfault when freeing samplersBrian Paul2010-07-261-1/+1
* cell: comment-out unneeded padding fieldBrian Paul2010-07-261-1/+1
* cell: added const qualifierBrian Paul2010-07-261-1/+1
* cell/spu: divorce from tgsi_exec.hKeith Whitwell2010-06-073-2/+161
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-1/+0
|\
| * cell: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-8/+8
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-17/+16
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-1/+8
| * cell: adapt to interface changesRoland Scheidegger2010-05-172-16/+8
* | cell: assorted compilation fixesBrian Paul2010-05-214-14/+32
* | cell: fix breakage from earlier draw module changesBrian Paul2010-05-212-2/+2
* | gallium: remnants of old ccw stateKeith Whitwell2010-05-212-2/+2
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-1/+1
* cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-12/+0
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* cell: Implement index bias.José Fonseca2010-04-191-5/+6
* Squashed commit of the following:Keith Whitwell2010-04-1014-336/+217
* cell: fix buildMarc Dietrich2010-04-062-1/+4
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-304-11/+11
* Merge branch '7.8'Brian Paul2010-03-221-9/+12
|\
| * cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATEBrian Paul2010-03-171-0/+2
| * cell: be more conservative in cell_is_format_supported()Brian Paul2010-03-171-5/+9
* | cell: add missing semicolonBrian Paul2010-03-161-1/+1
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-162-2/+5
|\ \
| * | winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-162-2/+5
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-136-13/+20
|\| |
| * | Merge branch '7.8'Michel Dänzer2010-03-122-2/+2
| |\|
| | * Grammar and spelling fixesJeff Smith2010-03-122-2/+2
| * | cell: adapt to context texture transfers (untested)Roland Scheidegger2010-03-113-10/+16
| * | cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger2010-03-101-1/+2
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1022-173/+448
|\| |
| * | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-102-12/+37
| |\ \
| | * \ Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-12/+37
| | |\ \ | | | |/ | | |/|
| | | * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-092-2/+2
| | | * cell: adapt to new vertex element csoRoland Scheidegger2010-03-012-12/+37
| * | | ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-093-3/+11
| * | | cell: fix up assorted compilation problemsBrian Paul2010-03-099-25/+43
| * | | cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell2010-03-093-48/+58