summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | cell: attempt conversion to sw_winsysKeith Whitwell2010-03-0911-104/+324
| * | | gallium: remove redundant includesKeith Whitwell2010-03-046-6/+0
| |/ /
| * | cell: Rename pipe formats.José Fonseca2010-03-015-29/+29
| * | Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
| |/
* / cell: Fix after sampler view changes.Michal Krol2010-02-252-6/+40
|/
* cell: Use util_format_name().José Fonseca2010-02-141-2/+3
* cell: implement PIPE_CAP_MAX_COMBINED_SAMPLERS queryBrian Paul2010-02-121-0/+2
* cell: adjust structure paddingBrian Paul2010-02-121-1/+2
* cell: remove unused varBrian Paul2010-02-121-1/+0
* cell: include cell_context.hBrian Paul2010-02-121-0/+1
* cell: re-fix undeclared varBrian Paul2010-02-121-1/+1