summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
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-05-01gallium: tex surface checkpointKeith 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
2008-04-29gallium: init hw_key with memset() to silence valgrind warningsBrian Paul
2008-04-29silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...Zack Rusin
2008-04-29gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell
2008-04-29gallium: fix pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add pack for A4R4G4B4Keith Whitwell
2008-04-29gallium: add pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell
2008-04-29gallium: added some assertions to be sure the blit's surface formats are suit...Brian Paul
2008-04-29gallium: add \n to error stringsBrian Paul
2008-04-29gallium: fix error msg typoBrian Paul
2008-04-28tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell
2008-04-28tsgi: add a makefileKeith Whitwell
2008-04-28translate: squash warningsKeith Whitwell
2008-04-28pb: remove unused variable, squash warningKeith Whitwell
2008-04-28gallium: Set SSE_SWIZZLES to 0 by default.Michal Krol
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-28gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul
2008-04-27pipebuffer: Be extra cautious with the incoming buffers.José Fonseca
2008-04-27rtasm: Implement x86_retw.José Fonseca
2008-04-25gallium: fix broken SGT, SLEBrian
2008-04-25use PIPE_ARCH_X86Brian
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-25gallium: Add draw_pt_varray.c to scons build.Michel Dänzer