summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2008-05-18Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-17cosmetic changesZack Rusin
2008-05-17fix rsqZack Rusin
2008-05-17fix abs and start on rsqZack Rusin
2008-05-17do the lit (some artifacts present)Zack Rusin
2008-05-17implement min/max and abstract ops on vectorsZack Rusin
2008-05-17llvm: implement sub and absZack Rusin
2008-05-17fix injections of functions from builtins into shadersZack Rusin
2008-05-17move the swizzling code to gallivm in preperation for code-generating itZack Rusin
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-12adjust llvm code to the changes in 2.3Zack Rusin
2008-05-09Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer
2008-05-09draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer
2008-05-09draw: fix translate double-free, minor cleanupsKeith Whitwell
2008-05-09Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-09draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-09translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-09gallium: Define util_vsprintf.José Fonseca
2008-05-09Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-09gallium: Disable debug_get_option for release builds on Windows.José Fonseca
2008-05-09gallium: Don't serialize GPU writes.José Fonseca
2008-05-08gallium: handle null ptrsBrian Paul
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-08Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer
2008-05-08cso_cache: Fix test for currently bound blend state.Michel Dänzer
2008-05-09pipebuffer: Temporarily reimplement validation as growable array.José Fonseca
2008-05-08gallium: Make sure functions have proper prototypes and remove unused variable.Michel Dänzer
2008-05-08pipebuffer: Preliminary buffer validation.José Fonseca
2008-05-08gallium: Really free hash entries.José Fonseca
2008-05-08pipebuffer: Don't include standard headers directly.José Fonseca
2008-05-07gallium: Implement util_pack_color for A8, L8, and I8 formats.José Fonseca
2008-05-07gallium: Fix release build.José Fonseca
2008-05-07gallium: Fix compilation errors.Michal Krol
2008-05-07gallium: Implement pf_sprint_name as a simple static table.José Fonseca
2008-05-07gallium: Use the u_string.h functions.José Fonseca
2008-05-07gallium: Output the total of leaked memory.José Fonseca
2008-05-07gallium: Simple facility to dump and view images for debugging.José Fonseca
2008-05-06gallium: Define util_sprintf for non-WIN32.Michel Dänzer
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-05util: Alternative implementation for standard c library string functions.José Fonseca
2008-05-02gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul
2008-05-02gallium: remove ^M (CR) charsBrian Paul
2008-05-02tgsi: Enable fast high precision rsqrt.Michal Krol
2008-05-02tgsi: Implement fast rsqrtf. Not tested, inactive.Keith Whitwell
2008-05-02gallium: fix build after mergeKeith Whitwell
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02re-add pipe_surface map/unmap inlinesKeith Whitwell
2008-05-02cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensionsKeith Whitwell
2008-05-02tgsi: Do not assume IN and OUT registers are declared sequentially.Michal Krol
2008-05-02tgsi: Fix build on Win32.Michal Krol