List of Standard formats for multisampling on Feature Set 9_3 ?

Is there a list of Standard formats for multisampling on Feature Set 9_3 (or for Windows Phone 8 basically) ? I know the max samples for 9_3 is 4 but I'm only getting this as valid for a RGBA8 texture. I'm trying to create a R32 texture with AA and my Lumia
520 throws :
D3D11 ERROR: ID3D11Device::CreateTexture2D: The Sample descriptor is invalid for a D3D10.0 level driver. DXGI_SAMPLE_DESC::Count (value = 4) must be between 1 and 32, inclusively. For 4 samples, the current graphics implementation only supports DXGI_SAMPLE_DESC::Quality
(value = 0) less than 0. <-- if 0 is shown here for Quality, this means the graphics implementation doesn't support this number of samples. Use CheckMultisampleQualityLevels to detect what the graphics implementation supports. [ STATE_CREATION ERROR #93:
CREATETEXTURE2D_INVALIDSAMPLES]
This basically means it's not supported, but what I was curious is, should it be supported as part of the standard ? making this more like a driver inconsistency ? I initially thought all renderable formats on 9_3 should support 4x AA.
http://www.facebook.com/relativegames

Officially only 10.1 or later Direct3D feature levels must support MSAA.
From
MSDN
Note that FEATURE_LEVEL_10_1 devices are required to support 4x MSAA for all render targets except R32G32B32A32 and R32G32B32. FEATURE_LEVEL_11_0 devices are required to support 4x MSAA for all render target formats, and 8x MSAA for all render target
formats except R32G32B32A32 formats.
For all other devices, you have to use CheckMultisampleQualityLevels at runtime to validate that MSAA is supported. For typical Desktop GPUs, feature level 9.3 and 10.0 devices are likely to support 2x and 4x MSAA.
Note also that Feature Level 9.3 only supports MSAA RenderTargets with: DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, DXGI_FORMAT_D16_UNORM, DXGI_FORMAT_B8G8R8A8_UNORM, and DXGI_FORMAT_B5G6R5_UNORM per the "Multisample
render targets" list from MSDN.

Similar Messages

  • List of Standard Queries for SD, MM

    Hi Experts,
    Please provide the links for the list of Standard Queries for SD and MM modules.
    Will asign the points surely...
    Thanks,
    Sujeet

    Hi Sujeeth,
    Check the follw link for SD
    www.help.sap.com/saphelp_nw70/helpdata/en/ce/27920ede2111d2acb70000e829fbfe/content.htm
    And for MM
    www.informit.com/articles/article.aspx?p=664660&seqNum=2 - 35k
    www.help.sap.com/saphelp_nw70/helpdata/EN/d2/cb415f455611d189710000e8322d00/content.htm - 20k -
    www.help.sap.com/saphelp_pserv471/helpdata/EN/f9/cc9138e4a0341fe10000009b38f8cf/content.htm - 7k -
    Regards,
    Vamsi Krishna chandolu.

  • Standard format for MX?

    Hi, I have the following function:
    public void testDnsLookup() throws Exception {
             Hashtable env = new Hashtable();
             env.put("java.naming.factory.initial",
                     "com.sun.jndi.dns.DnsContextFactory");
             DirContext ictx = new InitialDirContext( env );
             Attributes attrs =
                ictx.getAttributes( "hotmail.com", new String[] { "MX" });
             Attribute attr = attrs.get("MX");
             if (null != attr) {
                  System.out.println(attr);
                  NamingEnumeration<?> ne = attr.getAll();
                  while(ne.hasMoreElements()) {
                       System.out.println(ne.nextElement());
         }Which prints out the following for hotmail:
    MX: 5 mx3.hotmail.com., 5 mx4.hotmail.com., 5 mx1.hotmail.com., 5 mx2.hotmail.com.
    5 mx3.hotmail.com.
    5 mx4.hotmail.com.
    5 mx1.hotmail.com.
    5 mx2.hotmail.com.
    My question is about the format of
    5 mx2.hotmail.com.
    Is this a standard format? What does the number in the front mean? Especially, is there always a number in the front?
    Thanks.
    M.

    Found the answer. The number in the front represent the priority. Lower is better.
    M.

  • When I make iMovies and copy to disc, they record fine for my computer but I can't get them to play on my DVD for televison.  Is there a standard format for most DVD's and if so what is it.

    When I make iMovies and copy to DVD, they record fine for playing back on my computer but will not play on my DVD for television.  Is there a certain format for DVD player and if so can you tell me what it is?

    You need this:   http://www.apple.com/findouthow/movies/idvd.html#custom
    IDVD is a wonderful piece of software and well worth the low cost of $40.
    http://www.amazon.com/Apple-MC623Z-A-iLife-VERSION/dp/B003XKRZES/ref=sr_1_1?ie=U
    http://dealmac.com/lw/artclick.html?1,527850,1872219

  • SAP standard File formats for payments

    Hi Gurus,
    Can any one of you kindly provide the SAP standard file formats for "Check" and "WIRE" payments for the bank interface?
    With the SAP standard file formats I need to contact my client's bank to know whether they can support the standard format for the interface.
    Early response will be appreciated.
    Thanks for the help.
    Regards,
    SP

    Hi,
    Good evening and greetings,
    Please go through the following link
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/70/42753ced012a49e10000000a11402f/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • List of Standard Reports in Purchasing and Inventory

    Pls send me list of Standard reports for Purchasing and inventory.
    Thanks-Manju

    This is duplicate thread (NO POINTS required)
    Hello Manjula,
    Go to transaction code SAP1, this will show all the reports functional area-wise.
    For purchasing reports : Go to Material management --> Purchasing
    For Inventory management reports : Go to Material management --> Inventory management
    Hope this helps
    Regards
    Arif Mansuri

  • How to Change the default format for differnt language both in java and SQL

    Hello,
    I am using SQL Anywhere in my application.And in my java client application user can log in with their preferred language like English,French,German,Chinese,etc....When even the user log in to the application the data from the database will be displayed with respective to the language.But when i tried to see the dates in Interactive SQL all the dates r in the format of '2008-12-5 16:44:10:673' but say for example for Chinese it will be displayed as '08-12-5 16.44.10' and for some other language it will come in some other format(which is standard format for those language).
    Mean while i am using java client.When ever i am displaying a date it will be with respective to the language using Locale and date format classes.When i am displaying the date for Chinese in GUI it will show the date as '08-12-5 &#19979;&#21320;4:44'. In summary
    1. For Chinese,the default date pattern from SQL Anywhere date base is '08-12-5 16.44.10'
    2. For the same language date using java code is displaying as '08-12-5 &#19979;&#21320;4:44'. and i am getting the time format pattern as 'ah:mm'.I tried to change the display format in regional settings but no change in display.
    Is there any way to make both the time format as same?
    Please help me to solve this issue!!!
    Thanks in Advance!
    Arun

    pon_arun wrote:
    Hello masijade,
    I did as u said but still the date display is not the same......And I'm telling you that it doesn't matter. What "format" the DB likes to display a Date in when it displays it, is completely irrelevant to how you display it in your GUI.
    A Date does not have a format. A String representation of a Date does.
    As long as you use getDate from ResultSet and setDate from PreparedStatement you do not have to worry about this. Those methods will handle dates to and from the DB themselves. You can then use SimpleDateFormat to display the Date anyway you want to.
    Just because you show the Date one way, and the DB shows it another, does not mean that it is not the same date. Don't get hung up on how the String representation of the Date looks.
    Edit: If you simply want to be able to do "Human Comparisons" then look at the SQL TO_CHAR function (for Oracle, for other DBs the function name may vary). And for Java, read the API docs for SimpleDateFormat (as already intimated above).

  • What are the standard tables for plant maintenance in r/3

    I need the list of standard tables for plant maintenance in r/3. and also
    is there any way we can find the field name  and table which it belongs to in r/3,  based on the description of the field.

    I NEED THE FIELD NAMES FOR FOLLOWING FIELDS AND CORRESPONDING TABLE NAMES
    Equipment status
    registration number
    insurance type
    insurance type description
    registration date
    expiry date
    insurance companies
    expiry date
    policy number
    amount insured
    premium paid
    created by  ..so ..on
    for our report in PM  .. insurance data report
    THANKS

  • Printing a simple abap-list in panel-format (DIN A4)

    Hallo Ladies and Gentlemen,
    i have a simple abap-list. when i print it, the list will be printed in landscape-format. how can i change it? i have to print it in panel-format.
    Thanks a lot,
    Marcel

    Hi Marcel,
    I think you have to click on the "Full Administration" button t see the option for "Page Formats"...
    Also go to transaction SPAD,
    in Devices / Servers tab press Output devices button
    Double click on the device type of your printer
    Press button Formats
    and here you get a list of all formats for your printer
    Regards,
    Abhy

  • Poland Withholding Tax Format for Platnik

    Is there a standard format for sending Poland contractor deductions for income tax and social security to Platnik?  We are deducting using withholding taxes from the vendor payment to the contractor and not from the payroll system.

    Hey Sandrine,
    You can fill in the SIRET in customizing
    Financial Accounting -> Financial Accounting Global Settings -> Company Code -> Enter Global Parameters
    Than choose 'Additional data' buttom, and fill in the field 'Commercial register no. SIRET'.
    You can fill in 14 digits.
    The first 9 digits = SIRET-number
    The last 5 digits = NIC-number
    In a previous SAP-version, yoy could also fill in the APE in the additional data screen, but that field no longer appears in that customizing screen (you can adapt it using se16 -> table T001Z - party WT_EDI)
    Ik hope this can help you.
    Nele

  • As is study,business blue print - Format for recording MM activity

    hi,
    I need the standard format for recording the AS IS STUDY,Business blue print  relevant to MM.any one can help me..Pl.send to [email protected]
    sri

    Dear Sujan,
    check the below link for GO live strategy.
    http://www.saptechies.com/sap-pdf-books-download/SAP_Go_live_strategy11248141773.pdf
    Search the Google for BBP Document quastions.
    Regards,
    Kishore K
    Edited by: kishore babu on Dec 22, 2009 8:21 AM

  • SAP Standard Reports for Plant Maintenance

    Dear Gurus,
    Am a newbie in SAP trying to do Plant Maintenance.
    Is there a list of standard reports for Plant Maintenance ?
    What T-Code is that ?
    Regards,
    Tootsie

    Hi Thyaga,
    Thanks. The answer is correct, and helpful. I can't see how the answers are awarded yet. Maybe I did not mark it as question when I create it?
    Will try again next time. Happy Dewali to you.
    Regards

  • Where to add html format for phone # so it dials on touch in List View

    Hi,
    In Apex 4.2 Jquery mobile list view how can you apply html format for the phone# field to make it dial with a touch.  For example, I see how to do a list view of the 'DEMO_CUSTOMER' sample data, but I cannot figure out how to format the phone # fields so that they will dial on touch.  I know the HTML tags to use and I know how to use it in a standard report, but I can't figure out list view.
    Thanks,
    Pat

    Hi, Vincent,
    Thanks for the quick response!  I found the Settings and subtype but when I set to phone it does not make the phone # dial-able on touch.
    In a report I can set : Column Formatting --> HTML expression to:
    <a href="tel:#PHONE_NUMBER#">#PHONE_NUMBER#</a>
    The phone # will then dial out when touched on smartphone.  List view does not seem to allow formatting the column with such a format.  Seems strange that Jquery mobile would not have this type of formatting 'built in' so any subtype defined as phone would automatically be dialed on touch.
    Pat

  • Can Pages 4.3 maintain defined text formatting for at a given list level?

    I'm hoping the answer to this question is a simple 'duh' solution that I some how over looked. I'm using Pages 4.3 and I am trying to create a tiered list to organize ideas into different sublevels. I want to be able to write at a particular level, then create sub levels (return -> tab) with different formatting so the levels are easily distinguished at a glance. When I move back to the higher levels (return -> shift + tab), Pages maintaines the text formatting I used at the lower level, rather than returning to the previously used format at the higher level. For example, what I want is ....
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    What I get is...
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    This means that anytime I move up or down in the tiers of a list, I need to redefine the formatting for each new bullet. I tried creating my own list styles, but that does not appear to preserve changes made to fonts or sizes. This seems like such a simple function and time saver that I feel like I must be doing something wrong. It has been a while since I used pages, but I don't remember having these problems before. Does pages really require one to reset the formatting everytime the move between list levels?

    Thanks Michael!
    So your suggestion is to create the pricing in ECC and then download it in CRM...
    Now tat would mean that first the mapping has to be performed in ECC for the existing paroducts and product category..then create pricing for those mapped prod. cat. in ECC and then download it to CR M..plz correct me if I am wrong...
    regards,
    Aneesh

  • Format for certain columns in list view control

    I have a list view control and I would like to format the alignment for certain columns. I heard that the only way you can do this is by formatting the cells in excel. I tried this with no success. Can someone please give me step by step instructions on how to achieve this. I am currently allowing Xcelsius to handle my formatting for money. Is it possible to have Xcelsius handle the money formatting and have excel handle the alignment  formatting. I am open to whatever works at this point. Also I am using Xcelsius 2008 (Build Number 12,2,1,66).
    Much Thx

    Hi,
       In list view control you can format the entire row only, not a certain column.
       Go to property>Appearance>Text Tab>select Header>Format selected text->select the format.
      For width change: Property> Layout Tab>check custom column width the click the icon and enter width in pixel.
    Regards,
    Senthil K

Maybe you are looking for

  • I am trying to continuously switch images on the VI, but it freezes when I try to access an oscilloscope through its instrument driver.

    I am drawing 2 different colored rectangles contiuously on the screen using a while loop. I try to get information from an oscilloscope while this is switching, but the loop stops while the instrument driver aquires the measurement. The oscilliscope

  • How to get contents of a shuttle in event handler

    Hi, I'm trying to get the contents of the two list of a <shuttle> element. The documentation of <shuttle> says, it can be accessed, after the form is committed, through "-shuttleName-:Leading:items". But when I try to get the contents in the event tr

  • How to link the variable entry with the planning function execution

    Hi All, I am new to IP , we have a requirement where the user enters the value 2008 for a variable year. Then we are supposed to copy the same combinations for the next four years against which the user will be able to input the key figure values. Bu

  • No Toolbar On Scan

    I upgraded to Mavericks OS. My scanner now has no toolbar, so I can't save scans. I've tried to upgrade software, but keep reaching a step where it says to click on "Use" (in Settings Printer) and there is no "Use" visible. I really need my scanner b

  • Stepper motor spinning in random directions

    Our set up consists of a PCI-7334 connected to a UMI-7764.  One axis is wired to a MCB15081 Bipolar Microstep Driver driving a 200 step Lin Eng. motor. When trying the 1-D interactive move via MAX, I am sending it a command to perform a relative move