summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu
AgeCommit message (Expand)Author
2010-06-07cell/spu: divorce from tgsi_exec.hKeith Whitwell
2010-05-21gallium: remnants of old ccw stateKeith Whitwell
2010-04-27cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-01cell: Rename pipe formats.José Fonseca
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-08cell: fix the usual cell breakageMarc Dietrich
2010-01-27cell: remove commas from structs wrapped in PIPE_ALIGN_TYPE macroBrian Paul
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23cell: typo from ExtSwizzle commitKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-22cell: update TGSI_OPCODE_ casesBrian Paul
2009-05-21cell: perform triangle cull a little earlierJonathan Adamczewski
2009-05-21cell: unroll inner loop of spu_render.c:cmd_render()Jonathan Adamczewski
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-16cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul
2009-02-15cell: minor Makefile clean-upBrian Paul
2009-02-15cell: new/tighter code for computing fragment program inputsBrian Paul
2009-02-15cell: combine eval_z(), eval_w() functionsBrian Paul
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski
2009-01-05cell: SIMDize sorting in setup_sort_vertices()Jonathan Adamczewski
2009-01-05cell: SIMDize some subtractionsJonathan Adamczewski
2009-01-04cell: improvements to spu_tri.cJonathan Adamczewski
2009-01-04cell: new spu_shuffle.h headerJonathan Adamczewski
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-30CELL: stencil bug fixesRobert Ellison
2008-10-29cell: use simd utilities for pow, exp2, log2Brian Paul
2008-10-28cell: fix a number of fence issuesBrian Paul
2008-10-22cell: implement fencing for texture buffersBrian Paul
2008-10-17cell: use an approximation in compute_lambda_2d() to avoid sqrtBrian Paul
2008-10-17cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul
2008-10-17cell: use 7-bit weights in sample_texture_2d_bilinear_int()Brian Paul
2008-10-16cell: pass spu_texture_level ptr to get_four_texels()Brian Paul