Age | Commit message (Expand) | Author |
2006-07-18 | Merge branch 'master' into textured-video | Eric Anholt |
2006-07-11 | Add support for adjusting saturation value of overlay video. | Luká\u0161 Hejtmánek |
2006-06-20 | Merge branch 'master' into exa | Wang Zhenyu |
2006-05-29 | Nice texture coordinate gradient, broken slightly in y | Keith his master's voice Packard |
2006-05-28 | Ok, finally something sensible up on the screen. | Keith his master's voice Packard |
2006-05-28 | Using tiny rectangle, still locks up in pixel shader program somehow | Keith his master's voice Packard |
2006-05-28 | Lots more debug code. Appears to execute pixel shader thread now though. hurray! | Keith his master's voice Packard |
2006-05-28 | dump out piles of debug. Create VS thread just to see how it works | Keith his master's voice Packard |
2006-05-27 | Push all of the obvious Mesa state setting into the video code | Keith his master's voice Packard |
2006-05-27 | flesh out cc state. set cull mode to none. enable sf kernel | Keith his master's voice Packard |
2006-05-27 | Rename BRW instructions, check video instruction generation. Doesnt lock up, ... | Keith his master's voice Packard |
2006-05-26 | Use broadwater video code on broadwater hardware. Pad ring to even length. co... | Keith his master's voice Packard |
2006-05-26 | Prepare real SF kernel and fake WM kernel | Keith his master's voice Packard |
2006-05-25 | Scale video source vertices. Allocate space for kernels | Keith his master's voice Packard |
2006-05-22 | Use RECTLIST instead of TRIFAN for video so we get horizontal shearing instead | Eric Anholt |
2006-05-19 | Put in code for idling accelerator on subsequent cliprects. | Eric Anholt |
2006-05-19 | Set up the state buffer in framebuffer. | Eric Anholt |
2006-05-18 | Checkpoint for filling out more 3D state. | Eric Anholt |
2006-05-18 | Checkpoint of BW textured video work, filling out vertex submission stuff and | Eric Anholt |
2006-05-18 | Start laying out some of the bits that need to be done for BW textured video. | Eric Anholt |
2006-05-17 | Turn off overlay video on BW until we have stable PCI IDs so we can know whether | Eric Anholt |
2006-05-16 | Merge branch 'textured-video' into broadwater-video | Eric Anholt |
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 | Add initial textured XV support for i915, which can do YUY2 and UYVY, but fails | Eric Anholt |
2006-05-12 | First pass of integrating the Tungsten Graphics driver for Broadwater. This | Eric Anholt |
2006-05-09 | Video overlay gamma bounds checking must be done bytewise. | Keith Packard |
2006-05-09 | Video overlay gamma bounds checking must be done bytewise. | Keith Packard |
2006-04-28 | Commit what applied from Jesse Barnes's i830-exa-latest.patch. | Eric Anholt |
2006-04-12 | fix typo | Alan Hourihane |
2006-04-12 | fix typo | Alan Hourihane |
2006-04-10 | Add a DrawablePtr argument to the XV functions to pave the way for redirected | Aaron Plattner |
2006-03-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg |
2006-03-03 | Check the version of shadow being used and turn off rotation if it isn't the | Alan Hourihane |
2006-01-24 | Bump version to 1.5.0.0 | Alan Hourihane |
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere. | Adam Jackson |
2005-07-05 | Fix Xvideo when operating in one line mode and video is pushed off the top of | Alan Hourihane |
2005-06-06 | missed a hunk | Alan Hourihane |