summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-05-19gallium: fix some texture object leaksBrian Paul
2008-05-19if x86_get_func() returns NULL, handle it properly instead of abortingBrian 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-17gallium: remove deprecated format namesBrian Paul
2008-05-12adjust llvm code to the changes in 2.3Zack Rusin
2008-05-10gallium: optimize the flush_spans() functionBrian
2008-05-10gallium: remove unused codeBrian
2008-05-09draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer
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-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-08xlib: more SP_NO_RAST supportKeith Whitwell
2008-05-08softpipe: don't calc det if NO_RAST setKeith Whitwell
2008-05-08cso_cache: Fix test for currently bound blend state.Michel Dänzer
2008-05-03gallium: fix warningsBrian Paul
2008-05-02gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul
2008-05-02gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIASBrian Paul
2008-05-02gallium: new debug code (disabled)Brian Paul
2008-05-02gallium: fix typos, comments, whitespaceBrian Paul
2008-05-02gallium: remove ^M (CR) charsBrian Paul
2008-05-02gallium: code movement (XSHM code)Brian Paul
2008-05-02gallium: comments, clean-upsBrian Paul
2008-05-02tgsi: Enable fast high precision rsqrt.Michal Krol
2008-05-02tgsi: Implement fast rsqrtf. Not tested, inactive.Keith 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
2008-05-02tgsi: Dump destination register modulate modifier.Michal Krol
2008-05-01gallium: temporarily disable broken SSE2 code for ARL opcodeBrian
2008-05-01gallium: implement TGSI_OPCODE_EXPBrian
2008-05-01gallium: implement TGSI_OPCODE_LOGBrian
2008-05-01added cast for MSVCBrian Paul
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-05-01tgsi: remove some bogus win vs. linux crudKeith Whitwell
2008-05-01rtasm: learn another version of pushKeith Whitwell
2008-05-01draw: label fn args -- shouldn't this be defined where the fn is created?Keith Whitwell
2008-05-01rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell
2008-05-01i915: avoid crashing on bad parameterKeith Whitwell
2008-05-01i915: fix warningKeith Whitwell
2008-05-01softpipe: fix warningKeith Whitwell
2008-05-01sct: fix bug in remove_context_from_surfaceKeith Whitwell
2008-05-01gallium: Notify driver of texture updates in util_blit_pixels().Michel Dänzer
2008-05-01tgsi: restore HIGH_PRECISION settingKeith Whitwell