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