Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cell: clean up various texture-related things | Brian Paul | 2008-10-16 | 1 | -20/+14 |
| | | | | | Distinguish among texture targets in codegen. progs/demos/cubemap.c runs correctly now too. | ||||
* | cell: fix incorrect parameter type | Brian Paul | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | cell: support for cubemaps | Brian Paul | 2008-10-14 | 1 | -5/+16 |
| | | | | Though, progs/demos/cubemap.c doesn't quite work right... | ||||
* | cell: basic mipmap filtering works now | Brian Paul | 2008-10-14 | 1 | -4/+4 |
| | | | | Though, only GL_MIPMAP_NEAREST / GL_LINEAR works right now. | ||||
* | cell: initial work for mipmap texture filtering | Brian Paul | 2008-10-13 | 1 | -0/+6 |
| | |||||
* | cell: bilinear texture filtering using integer arithmetic | Brian Paul | 2008-10-13 | 1 | -0/+5 |
| | | | | Fewer float/int conversions involved. | ||||
* | cell: remove old texture code | Brian Paul | 2008-10-13 | 1 | -8/+0 |
| | |||||
* | cell: do texture sampling/filtering for four pixels at a time. | Brian Paul | 2008-10-13 | 1 | -0/+12 |
| | |||||
* | cell: checkpoint: more multi-texture work | Brian | 2008-04-01 | 1 | -2/+2 |
| | |||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+47 |
This is in a separate commit to ensure renames are properly preserved. |