summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell
Commit message (Expand)AuthorAgeFilesLines
* 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
* cell: declare stencil_value variableBrian Paul2010-02-121-0/+1
* cell: adapt to stencil ref changesRoland Scheidegger2010-02-114-29/+54
* gallium: remove softpipe references in other driversKeith Whitwell2010-02-081-1/+1
* cell: fix the usual cell breakageMarc Dietrich2010-02-082-20/+19
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-084-8/+8
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-026-6/+6
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-027-7/+7
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-34/+34
|\
| * cell: adapt to blend changesRoland Scheidegger2010-01-252-34/+34
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* | cell: remove commas from structs wrapped in PIPE_ALIGN_TYPE macroBrian Paul2010-01-271-7/+18
|/
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-154-12/+12
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1