Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-11 | llvmpipe: remove trailing whitespace, rewrap comment | Brian Paul | |
2010-04-24 | llvmpipe: Move the determination of the number of threads to the screen. | José Fonseca | |
2010-03-15 | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul | |
The llvm wrapper wasn't really an OS thing. Use lp_bld.h for now but we eventually should rename/re-prefix all the files/functions in the gallivm/ directory. | |||
2010-03-11 | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul | |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell | |
Several software rasterizers can make use of this winsys, but there isn't any reason why the winsys itself should know about them. This change moves that information into the libgl-xlib target. Need to fix up other targets making use of this winsys. | |||
2010-03-04 | gallium: fix llvmpipe after winsys move | Keith Whitwell | |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell | |
Promote the llvmpipe winsys more or less unchanged to state_trackers/sw_winsys.h. Some minor breakages: - softpipe::texture_blanket is broken, but scheduled for removal anyway. - haven't fixed up g3vdl yet. | |||
2009-08-29 | llvmpipe: Define an winsys for LLVM. Drop pipe_winsys | José Fonseca | |
lp_winsys will eventually be unified with softpipe's eventually, but we are free to move quicker since we don't have the myriad of users yet. Will provide a pipe_winsys adaptor from Keith's softpipe-private-winsys soon. | |||
2009-08-29 | llvmpipe: Pass fragment context to generated function in a single structure. | José Fonseca | |
2009-08-29 | llvmpipe: Use the generated SoA blending code. | José Fonseca | |
2009-08-29 | llvmpipe: Rename preprocessor symbols too. | José Fonseca | |
2009-08-29 | llvmpipe: Fork softpipe for experimentation with llvm. | José Fonseca | |