summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
AgeCommit message (Expand)Author
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01cell: Update for renamed sampler/texture state setters.Michal Krol
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
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-10-22Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-20cell: fix compilation on cellMarc Dietrich
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-23gallium: Update vendor string.José Fonseca
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-08-30cell: fix compilationMarc Dietrich
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
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-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian 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-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-04cell: update clear() code to catch up to gallium changesBrian Paul
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24cell: overhaul cell teximage codeBrian Paul
2009-02-24cell: don't need tex transfer for drawing surfacesBrian Paul
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul
2009-02-18cell: updates for new pipe_transfer changesBrian Paul
2009-02-18cell: update vbuf code to catch up to recent changesBrian Paul
2009-02-18cell: remove unused varBrian Paul
2009-02-18cell: start adding new cell_transfer types/codeBrian Paul
2009-02-18cell: remove old surface_map codeBrian Paul
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: remove unused varBrian Paul
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul