summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-244-12/+12
* | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-129-27/+28
* | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-1210-32/+39
* | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-4/+0
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+8
|\ \
| * | gallium: propagate draw retval changes into cell driverRoland Scheidegger2009-12-231-10/+8
* | | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-253-6/+6
| |/ |/|
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-10/+0
|\ \ | |/ |/|
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-10/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-10/+10
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-173-18/+16
|\|
| * cell: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
| * Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-3/+3
| |\
| | * gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-3/+3
| * | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-16/+14
| |\ \ | | |/ | |/|