summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Gallium: Add Solaris atomic function definitions to u_atomic.hAlan Coopersmith2010-02-061-1/+35
* tgsi: remove special-case code for fragment positionBrian Paul2010-02-051-7/+1
* 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-057-15/+338
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-3156-918/+1631
| |\
| * | gallium/util: comments for time-related functionsBrian Paul2010-01-271-0/+9
| * | gallium/util: print dlerror() info upon dlopen() failureBrian Paul2010-01-271-2/+7
| * | util: fix broken util_ringbuffer_dequeue()Brian Paul2010-01-181-3/+18
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-1642-363/+969
| |\ \
| * | | gallium/util: added debug_dump_texture() and ppm outputBrian Paul2010-01-142-0/+79
| * | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-08144-6304/+8326
| |\ \ \
| * | | | gallium/util: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
| * | | | gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-112-10/+16
| * | | | gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-102-0/+58
| * | | | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | | | | auxiliary: util_stream -> os_streamJosé Fonseca2010-02-046-81/+78
* | | | | os: Ensure header includes are outside extern "C" {}.José Fonseca2010-02-041-2/+6
* | | | | util: Reimplement u_time on top of os_time.José Fonseca2010-02-044-261/+59
* | | | | os: Time abstractions.José Fonseca2010-02-044-0/+222
* | | | | os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2010-02-042-3/+3
* | | | | util: Disable u_time.c implementation for embedded.José Fonseca2010-02-041-0/+4
* | | | | util: Add missing include.José Fonseca2010-02-041-0/+1
* | | | | os: Add missing dummy threading definitions.José Fonseca2010-02-041-0/+19
* | | | | util: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* | | | | util: Cast to match the MSVC intrinsics.José Fonseca2010-02-031-4/+4
* | | | | util: Don't include system headers inside extern "C" { ... }José Fonseca2010-02-032-14/+38
* | | | | Merge branch 'gallium-embedded'José Fonseca2010-02-0350-438/+1753
|\ \ \ \ \
| * | | | | os: Also add the aligned memory prototypes to the embedded section.José Fonseca2010-02-031-0/+6
| * | | | | util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca2010-02-034-409/+26
| * | | | | os: New OS abstraction module.José Fonseca2010-02-039-0/+717
| * | | | | gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca2010-02-021-7/+0
| * | | | | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-023-3/+140
| * | | | | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-0212-10/+537
| * | | | | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-025-0/+7
| * | | | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0216-10/+316
| * | | | | util: Add missing includes.José Fonseca2010-02-013-0/+3
| * | | | | draw: Add missing includes.José Fonseca2010-02-011-0/+2
| | |_|_|/ | |/| | |
* | | | | tgsi: added debugging code to catch divide by zeroBrian Paul2010-02-031-0/+12
* | | | | tgsi: convert CHECK_INF_OR_NAN to inline functionBrian Paul2010-02-031-8/+17
* | | | | draw: remove old hard-coded shader length limitsBrian Paul2010-02-023-12/+20
* | | | | tgsi: added tgsi_alloc_tokens()Brian Paul2010-02-022-0/+15
* | | | | draw: re-implement free_bit() with ffs()Brian Paul2010-02-022-12/+2
* | | | | draw: comments and var renamingBrian Paul2010-02-021-10/+13
* | | | | tgsi: fix commentBrian Paul2010-02-021-1/+1
* | | | | draw: add const qualifiers, fix return typesBrian Paul2010-02-022-4/+6
* | | | | draw: new, updated commentsBrian Paul2010-02-021-4/+20
* | | | | tgsi: ureg_DECL_gs_input() accepts shader semantics.Michal Krol2010-02-022-6/+16
|/ / / /
* | | | gallium: fix blend state csoRoland Scheidegger2010-01-303-37/+20
* | | | tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-294-2/+122
* | | | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-284-8/+11
|\ \ \ \