Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-14 | os: A stream for debug logging. | José Fonseca | |
Just a wrapper around os_log_message. Although it would probably make more sense to be the other way around. Also some comment fixes. | |||
2010-02-14 | util: Helper functions to dump all state objects. | José Fonseca | |
2010-02-14 | os: Add a growable string stream. | José Fonseca | |
2010-02-14 | os: Make streams abstract. | José Fonseca | |
Also replace windows kernel stream with null implementation. It was severely limited and no easy means to test it now. | |||
2010-02-14 | util: Rename u_debug_dump.[ch] -> u_dump.[ch]. | José Fonseca | |
I have more plans for this than mere debugging -- it will be an helper to provide human readible representations of all gallium state for the python state tracker. | |||
2010-02-09 | tgsi: Remove tgsi_dump_c.[ch]. | Michal Krol | |
Little utility after development stabilisation, use tgsi_dump instead. | |||
2010-02-08 | gallivm: added lp_bld_misc.cpp to sources list | Brian Paul | |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | |
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm. | |||
2010-02-04 | auxiliary: util_stream -> os_stream | José Fonseca | |
2010-02-04 | util: Reimplement u_time on top of os_time. | José Fonseca | |
2010-02-04 | os: Time abstractions. | José Fonseca | |
Simplified version of u_time.[ch] | |||
2010-02-03 | os: New OS abstraction module. | José Fonseca | |
2010-01-22 | Remove obsolete file | Alan Hourihane | |
2010-01-16 | util: add generic ringbuffer utitilty | Keith Whitwell | |
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca | |
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | |||
2010-02-19 | gallium: WIP: Introduce sampler views. | Michal Krol | |