aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Update vendor string.José Fonseca2009-09-231-1/+1
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* cell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT queryBrian Paul2009-01-041-0/+4
* cell: fix typo (s/10/0)Brian2009-01-031-2/+2
* cell: initial work for mipmap texture filteringBrian Paul2008-10-131-2/+2
* cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-7/+7
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+5
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-15/+9
* cell: return CELL_MAX_SAMPLERS to indicate number of texture unitsBrian2008-04-011-1/+2
* cell: update some of the CAP, texformat queriesBrian2008-03-311-8/+12
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-0/+19
* Cell: implement pipe_screen for cell driverBrian2008-02-271-0/+147