summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os
Commit message (Collapse)AuthorAgeFilesLines
* os: A stream for debug logging.José Fonseca2010-02-144-2/+87
| | | | | | | Just a wrapper around os_log_message. Although it would probably make more sense to be the other way around. Also some comment fixes.
* os: Add a growable string stream.José Fonseca2010-02-142-0/+177
|
* os: Complement/improve stream inline helpers.José Fonseca2010-02-141-0/+17
|
* os: Fix bad calloc.José Fonseca2010-02-141-10/+1
|
* os: Make streams abstract.José Fonseca2010-02-144-262/+158
| | | | | Also replace windows kernel stream with null implementation. It was severely limited and no easy means to test it now.
* os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee2010-02-101-42/+52
| | | | Pthreads barrier functions are not available on some POSIX platforms.
* os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca2010-02-051-2/+0
|
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-7/+144
| | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c
* auxiliary: util_stream -> os_streamJosé Fonseca2010-02-043-0/+388
|
* os: Ensure header includes are outside extern "C" {}.José Fonseca2010-02-041-2/+6
|
* os: Time abstractions.José Fonseca2010-02-042-0/+220
| | | | Simplified version of u_time.[ch]
* os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2010-02-042-3/+3
| | | | Based on Andreia Gaita <[email protected]>'s patch.
* os: Add missing dummy threading definitions.José Fonseca2010-02-041-0/+19
|
* os: Also add the aligned memory prototypes to the embedded section.José Fonseca2010-02-031-0/+6
|
* os: New OS abstraction module.José Fonseca2010-02-037-0/+715
|
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-0/+279
Into os/os_thread.h and util/u_atomic.h respectively.