Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | llvmpipe: Factor our pixel offset computation. | José Fonseca | |
2009-10-25 | llvmpipe: Move a few format/sampling functions into better space. | José Fonseca | |
2009-09-14 | llvmpipe: Make lp_type a regular union. | José Fonseca | |
Union not worth the hassle of violating C99 or adding a name to the structure. | |||
2009-09-09 | llvmpipe: Quick hack for 1D textures. | José Fonseca | |
2009-09-07 | llvmpipe: Texture sampling code generation primitives. | José Fonseca | |
Only supports single level 2d textures, with neareast and bilinear filtering for now. |