On Fri, 23 May 2003, Ian Romanick wrote:
Andreas Stenglein wrote:
In radeon_reg.h there are some new txformats: RADEON_TXFORMAT_VYUY422 RADEON_TXFORMAT_YVYU422
Would it be possible to make the MESA_ycbcr_texture extension available for the original (old) radeon or are there some issues which prevent this?
Are there other extensions which could be "backported" from the R200-driver? Maybe GL_NV_texture_rectangle, GL_ARB_texture_cube_map ?
Now that MESA_ycbcr_texture is in the r100 driver, did you want to tackle NV_texture rectangle?
The MESA_ycbcr_texture patch hadn't been committed to CVS yet, but since I've tested them, I committed the r128 and R100 portions of the patch. I didn't commit the i810 and mga patches, since I'm not able to test those myself.
Sorry for falling asleep at the wheel. I was waiting to make sure we had the DRM version requirement issue for R100 resolved first. I guess we decided that the version didn't matter?
I'll go ahead and commit the MGA and i810 patches.
FYI, for r128 I changed the format defines from _YUV422 and _YUV422_2 to
the more descriptive _VYUY422 and _YVYU422, which matches the names used in the R200, R100, and mach64 drivers.
That's a good idea.
------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
