summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-126/+126
|\
| * tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-7/+7
| * tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-10/+10
| * tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-113/+113
* | cell: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-262-18/+16
|/
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-14/+4
* Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-221-2/+2
|\
| * cell: fix compilation on cellMarc Dietrich2009-10-201-2/+2
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-14/+4
* | gallium: Update vendor string.José Fonseca2009-09-231-1/+1
* | gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
|/
* cell: fix compilationMarc Dietrich2009-08-301-3/+3
* cell: fix incorrect pipe_transfer testsBrian Paul2009-08-171-2/+4
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-7/+0
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-2/+2
* cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+25
* cell: update clear() code to catch up to gallium changesBrian Paul2009-04-043-39/+25
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-13/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+13
* cell: update cell driver after gallium reference count changesBrian Paul2009-03-042-6/+3
* gallium: Unify reference counting.Michel Dänzer2009-03-042-46/+25
* cell: overhaul cell teximage codeBrian Paul2009-02-245-266/+119
* cell: don't need tex transfer for drawing surfacesBrian Paul2009-02-241-30/+24
* cell: patch up cell_texture.c so it compilesBrian Paul2009-02-181-6/+135
* cell: updates for new pipe_transfer changesBrian Paul2009-02-182-23/+81
* cell: update vbuf code to catch up to recent changesBrian Paul2009-02-181-5/+28
* cell: remove unused varBrian Paul2009-02-181-1/+0
* cell: start adding new cell_transfer types/codeBrian Paul2009-02-181-0/+19
* cell: remove old surface_map codeBrian Paul2009-02-181-5/+0
* cell: remove unused varBrian Paul2009-02-071-1/+0
* cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul2009-02-071-39/+42
* cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2009-02-071-1/+1
* cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2009-02-072-2/+1
* cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2009-02-071-3/+3
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-306-11/+11
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-293-15/+15
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-272-29/+29
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-197-483/+510
|\
| * cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski2009-01-126-106/+53
| * cell: optimize unpack_colors() function, saving 12 cyclesBrian Paul2009-01-111-31/+34
| * cell: move color unpacking code into separate functionBrian Paul2009-01-111-76/+89
| * cell: re-order the z/stencil fetch/extract/convert instructions for better perfBrian Paul2009-01-111-55/+51
| * cell: simplify the 'optional register' codeBrian Paul2009-01-111-62/+50
| * cell: asst datatype clean-upsBrian Paul2009-01-111-73/+75