summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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: Set sampler->min_lod instead of always reallocating pipe_textures.Michel Dänzer
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-01mesa: squash harmless warningKeith 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-01Fix build problem with MSVCAlan Hourihane
2008-05-01Add Brian's explanation for inheritance in C.José Fonseca
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: remove old filesBrian Paul
2008-04-30gallium: fix texture border removal bugBrian Paul
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-30gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I8_UNORM, etc.Brian Paul
2008-04-30gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORMBrian Paul
2008-04-30Add support for GL_REPLACE_EXT texture env mode.Brian Paul
2008-04-30gallium: fix typo: s/custam/custom/Brian Paul
2008-04-30plug a memleak, destroy setup contextZack Rusin
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-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
2008-04-30gallium: new pipe_buffer alloc/map/unmap/ref wrappersBrian Paul
2008-04-30gallium: consolidate the bitmap->texel conversion codeBrian Paul
2008-04-30gallium: create a new texture each time we init/flush the bitmap cacheBrian Paul
2008-04-30gallium: simplify texture format selectionBrian Paul
2008-04-29gallium: init hw_key with memset() to silence valgrind warningsBrian Paul
2008-04-29gallium: updated comment in xm_flush_frontbuffer()Brian Paul