Age | Commit message (Expand) | Author |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs drisw_glx.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri_glx.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri_common.h | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri_common.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri2.h | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri2_glx.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs dri2.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs compsize.c | RALOVICH, Kristóf |
2008-10-15 | glx: indent -br -i3 -npcs --no-tabs clientattrib.c | RALOVICH, Kristóf |
2008-10-15 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf |
2008-10-15 | glx: No need to zero a local variable. | RALOVICH, Kristóf |
2008-10-15 | glx: make INIT_MESA_SPARC more robust | RALOVICH, Kristóf |
2008-10-15 | i915: Texture instructions use r/t/oC/oD register as texture coordinate. | Xiang, Haihao |
2008-10-15 | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). | Eric Anholt |
2008-10-14 | cell: initial bits for 3D texture support | Brian Paul |
2008-10-14 | cell: replace FREE() with align_free() | Brian Paul |
2008-10-14 | cell: fix incorrect parameter type | Brian Paul |
2008-10-14 | cell: support for cubemaps | Brian Paul |
2008-10-14 | cell: fall-through case for TGSI_OPCODE_TXB | Brian Paul |
2008-10-14 | cell: support NPOT textures, clamp/repeat mode, normalized/unorm texcoords | Brian Paul |
2008-10-14 | cell: fix npot texture tiling bugs | Brian Paul |
2008-10-14 | cell: fix broken negative texcoord conversion | Brian Paul |
2008-10-14 | cell: use minify vs magnify filters | Brian Paul |
2008-10-14 | cell: fix assertions | Brian Paul |
2008-10-14 | cell: basic mipmap filtering works now | Brian Paul |
2008-10-14 | cell: fix tex image stride bugs | Brian Paul |
2008-10-14 | cell: now do texture twiddling in the right way, at the right time. | Brian Paul |
2008-10-14 | cell: remove old code, clean-ups, etc. | Brian Paul |
2008-10-14 | dri: don't check the number of cliprects before swap, let | Alan Hourihane |
2008-10-13 | cell: more clean-up in spu_tri.c | Brian Paul |
2008-10-13 | cell: remove dead code, clean-up, reformatting | Brian Paul |
2008-10-13 | cell: finish-up perspective-corrected interpolation | Brian Paul |
2008-10-13 | cell: initial work for mipmap texture filtering | Brian Paul |
2008-10-13 | cell: remove old texture-related fields | Brian Paul |
2008-10-13 | cell: use fewer memory references in sample_texture4_bilinear_2() | Brian Paul |
2008-10-13 | cell: remove more old texture code | Brian Paul |
2008-10-13 | cell: bilinear texture filtering using integer arithmetic | Brian Paul |
2008-10-13 | cell: remove old texture code | Brian Paul |
2008-10-13 | cell: do texture sampling/filtering for four pixels at a time. | Brian Paul |
2008-10-13 | cell: added spu_unpack_A8R8G8B8_transpose4() | Brian Paul |
2008-10-13 | mesa: when emitting an address load instruction, for | Alan Hourihane |
2008-10-10 | cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc) | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-10-10 | cell: pass texture unit (sampler number) to txp() function | Brian Paul |
2008-10-10 | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick |
2008-10-10 | i965: Add missing intel_pixel_draw.c symlink to fix build. | Eric Anholt |
2008-10-10 | mesa: fix asst. issues in _mesa_texstore_argb8888() | Brian Paul |
2008-10-10 | mesa: include needed header | Brian Paul |
2008-10-10 | mesa: remove unneeded includes | Brian Paul |
2008-10-10 | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul |