summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-02-05nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin
2010-02-05tgsi: remove special-case code for fragment positionBrian Paul
2010-02-05allow make to build lp_test_* for llvmpipeChris Li
2010-02-05llvmpipe: Disable multithreading on windows.José Fonseca
2010-02-05os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-05Merge commit 'fj/mesa-next'Keith Whitwell
2010-02-05egl: Remove egl_xdri.Chia-I Wu
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-04trace: util_stream -> os_streamJosé Fonseca
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca
2010-02-04os: Ensure header includes are outside extern "C" {}.José Fonseca
2010-02-04util: Reimplement u_time on top of os_time.José Fonseca
2010-02-04gallium: Add a define for deprecated function attribute.José Fonseca
2010-02-04os: Time abstractions.José Fonseca
2010-02-04os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca
2010-02-04i965g: include u_inlines.hBrian Paul
2010-02-04util: Disable u_time.c implementation for embedded.José Fonseca
2010-02-04trace: Use u_time.José Fonseca
2010-02-04gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca
2010-02-04llvmpipe: Disable unit tests on embedded platforms.José Fonseca
2010-02-04util: Add missing include.José Fonseca
2010-02-04os: Add missing dummy threading definitions.José Fonseca
2010-02-03svga: Remove unnecessary header.Vinson Lee
2010-02-03util: Remove unnecessary header.Vinson Lee
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
2010-02-03identity: Remove unnecessary header.Vinson Lee
2010-02-03llvmpipe: Remove unnecessary header.Vinson Lee
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-03winsys: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie
2010-02-03util: Cast to match the MSVC intrinsics.José Fonseca
2010-02-03util: Don't include system headers inside extern "C" { ... }José Fonseca
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03gallium/docs: Document the OS module.José Fonseca
2010-02-03tgsi: added debugging code to catch divide by zeroBrian Paul
2010-02-03tgsi: convert CHECK_INF_OR_NAN to inline functionBrian Paul
2010-02-03os: Also add the aligned memory prototypes to the embedded section.José Fonseca
2010-02-03util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca
2010-02-03os: New OS abstraction module.José Fonseca
2010-02-03trace: Include the appropriate header instead of defining prototypes.José Fonseca
2010-02-03svga: fix TXD and TXL opcode translationKeith Whitwell
2010-02-03svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell
2010-02-03svga: texture from lod zero inside dynamic branchingKeith Whitwell
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell
2010-02-03gallium-docs: Fix typo.José Fonseca
2010-02-02draw: remove old hard-coded shader length limitsBrian Paul