summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2008-05-12draw: add fetch-shade-emit pathKeith Whitwell
2008-05-12draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-12translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-09draw: fix translate double-free, minor cleanupsKeith Whitwell
2008-05-08Merge branch 'gallium-0.1' into gallium-vertex-linearKeith Whitwell
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-08fix quad stripsZack Rusin
2008-05-08fix triangle stripsZack Rusin
2008-05-08fix silly mistakesZack Rusin
2008-05-08redo the linear pathsZack Rusin
2008-05-08fix the regressionsZack Rusin
2008-05-08silence debugging outputZack Rusin
2008-05-08implement linear path for fetch_emit pipelineZack Rusin
2008-05-08don't fill in linear fetch_eltsZack Rusin
2008-05-08implement linear emition and fetching and plug it in the varray pathsZack Rusin
2008-05-08split larger primitives in the simple varray ptZack Rusin
2008-05-08abstract fetching eltsZack Rusin
2008-05-08cso_cache: Fix test for currently bound blend state.Michel Dänzer
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-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-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-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
2008-05-01tgsi: add some const qualifiers to immediate pointersKeith Whitwell
2008-05-01rtasm: assert stack is fully popped in returnKeith Whitwell
2008-05-01draw: avoid aliasing warningKeith Whitwell
2008-05-01tgsi: use EBX everywhere, be sure to push/pop itKeith Whitwell
2008-05-01tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to...Keith Whitwell
2008-05-01tgsi: use ESI instead of EBX on non-win32 platformsKeith Whitwell
2008-05-01gallium: do something sensible on the error path to try to avoid crashing in ...Keith Whitwell
2008-05-01gallium: Add newline to eof.José Fonseca
2008-05-01draw: squash warningsKeith Whitwell
2008-05-01draw: turn on SSE swizzle codeKeith Whitwell
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-30try to fix the deleting of the bound cso during cleanup of the hashZack Rusin
2008-05-01gallium: Fix release build.José Fonseca
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca