aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell
Commit message (Expand)AuthorAgeFilesLines
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-7/+7
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-114-11/+11
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-3/+6
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-3/+5
* cell: fix unbalanced parenthesisNicolas Kaiser2011-05-081-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-5/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-5/+4
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-14/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-4/+10
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* 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
|\| |