Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-28 | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul | |
2010-03-10 | llvmpipe: Cope with null Vertex element cso. | José Fonseca | |
CSO can often be null. For example: 1. at initialization 2. using an util module (u_blit) right after initialization (it will push state and pop the previous null state) 3. at shutdown time (state shouldn't be bound when being destroyed) Glean was hitting 2. | |||
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger | |
While this c99 feature should work with most compilers, valgrind doesn't really like it, and this only really saves some memory, we don't do this in similar occasions (like the blend state) neither. | |||
2010-03-01 | llvmpipe: adapt to new vertex element cso | Roland Scheidegger | |
2010-01-21 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2009-08-29 | llvmpipe: Rename preprocessor symbols too. | José Fonseca | |
2009-08-29 | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | |