Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-04 | cell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT query | Brian Paul | |
We don't really support this texwrap mode yet, but this enables GL 2.1 | |||
2009-01-03 | cell: fix typo (s/10/0) | Brian | |
2008-10-13 | cell: initial work for mipmap texture filtering | Brian Paul | |
2008-09-17 | cell: dump generated code if CELL_DEBUG=asm | Brian Paul | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-08 | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | |
For consistency and to simplify these objects' destruction. | |||
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca | |
2008-04-01 | cell: return CELL_MAX_SAMPLERS to indicate number of texture units | Brian | |
2008-03-31 | cell: update some of the CAP, texformat queries | Brian | |
2008-02-27 | gallium: move is_format_supported() to pipe_screen struct | Brian | |
2008-02-27 | Cell: implement pipe_screen for cell driver | Brian | |