Age | Commit message (Expand) | Author |
2006-07-24 | remove an extra '-'textured-video | Wang Zhenyu |
2006-07-18 | Re-convert i915 video to new fragment shader API. | Eric Anholt |
2006-07-18 | Merge branch 'master' into textured-video | Eric Anholt |
2006-07-18 | Convert i915 rotate code to the new fragment program API. | Eric Anholt |
2006-07-18 | Add an API for programming i915 fragment programs. | Eric Anholt |
2006-07-18 | Convert magic numbers to symbolic names in i915 rotate code. | Eric Anholt |
2006-07-16 | whoops, reverse part of that. | Alan Hourihane |
2006-07-16 | move ContextMem out of XF86DRI | Alan Hourihane |
2006-07-11 | whoops, revert some unnecessary changes | Alan Hourihane |
2006-07-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v... | Alan Hourihane |
2006-07-11 | Add an additional check before rotating | Alan Hourihane |
2006-06-26 | Merge branch 'origin' | Eric Anholt |
2006-06-26 | Turn on extra warning flags for GCC, and clean up the resulting fallout. | Eric Anholt |
2006-06-22 | Provide definitions of __FUNCTION__ for non-gcc compilers | Alan Coopersmith |
2006-06-21 | Fix build without DRI | Alan Hourihane |
2006-06-21 | Fix build without DRI | Matthieu Herrb |
2006-06-19 | Set vblank interrupt configuration to match pipe configuration | Keith Packard |
2006-06-19 | additions for rotation fixes | Alan Hourihane |
2006-06-19 | Set some invarient state, cures some problems with | Alan Hourihane |
2006-06-13 | fix 8bpp & 16bpp rotation modes for i8xx | Alan Hourihane |
2006-06-12 | Use 800x600 mode to double check | Alan Hourihane |
2006-06-12 | Don't rely on register check to find out | Alan Hourihane |
2006-06-12 | Only mark rotation flags after initial screen setup. | Alan Hourihane |
2006-06-02 | intel: fix VT switch DRI locking | Dave Airlie |
2006-05-22 | Use RECTLIST instead of TRIFAN for video so we get horizontal shearing instead | Eric Anholt |
2006-05-17 | fixup chipid override | Dave Airlie |
2006-05-16 | Flag the 3D state as dirty when we draw textured video, which should help | Eric Anholt |
2006-05-16 | Turn debugging back off. | Eric Anholt |
2006-05-16 | Use linear min/mag blending. | Eric Anholt |
2006-05-16 | For textured video, disable double buffering and sync before uploading new video | Eric Anholt |
2006-05-16 | Relax the alignment requirements for textured video. | Eric Anholt |
2006-05-16 | Enable overlay and/or textured video at runtime according to hardware | Eric Anholt |
2006-05-16 | Correct drawing issues with planar formats when top or left != 0, and Y didn't | Eric Anholt |
2006-05-16 | Fix the planar formats to display correctly in textured mode. Still has issues | Eric Anholt |
2006-05-16 | Divide width by 2 in planar-to-packed conversion loop, since each pass through | Eric Anholt |
2006-05-16 | Merge textured-video-wip to textured-video-planar-full. | Eric Anholt |
2006-05-16 | Experimental work to use a full pixel shader for planar to YUV conversion, which | Eric Anholt |
2006-05-16 | Do a separate BEGIN/ADVANCE_LP_RING set in the planar vs packed blocks, so I | Eric Anholt |
2006-05-16 | Add a couple of macros to simplify writing of video pixel shaders. | Eric Anholt |
2006-05-16 | Commit a WIP implementation of the planar video shader that does the | Eric Anholt |
2006-05-16 | More magic number reduction in rotation code. | Eric Anholt |
2006-05-16 | Add initial textured XV support for i915, which can do YUY2 and UYVY, but fails | Eric Anholt |
2006-05-16 | Convert magic numbers in i915 rotation 3D state to symbolic names. | Eric Anholt |
2006-05-09 | Video overlay gamma bounds checking must be done bytewise. | Keith Packard |
2006-05-01 | Fix non-dri build. | Matthieu Herrb |
2006-05-01 | Fix non-dri build. | Matthieu Herrb |
2006-04-20 | fix bug 6365 | Alan Hourihane |
2006-04-17 | Add missing new-line character in log message. | Ian Romanick |
2006-04-12 | fix typo | Alan Hourihane |
2006-04-11 | Fix a broken test that resulted in page flipping always being enabled, not just | Wang Zhenyu |