<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>1486</bug_id>
          
          <creation_ts>2024-01-16 05:13:31 +0100</creation_ts>
          <short_desc>Graph/GraphUI AA-Quality + SampleCount Params: Push &apos;em down to RegionRenderer&apos;s RenderState usually rarely set from top of user API, reducing complexity</short_desc>
          <delta_ts>2024-01-16 05:14:01 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>graph</component>
          <version>2.6.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>805</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>sgothel</cc>
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs>6b1979992a7da2573c420ce3eb22f35abcbd35b7</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>7029</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2024-01-16 05:13:31 +0100</bug_when>
    <thetext>Discussion:
    
Alternative was to pass AA-Quality same as SampleCount from the top (e.g. GraphUI Scene),
however, this convolutes the API even more.
Both parameter modify the resulting shader code in pass2 rendering (only).
    
The used &apos;renderMode&apos; is still maintained within the Region,
since it contains more dynamic states individual to each Region instance (color-texture, ..).
This despite &apos;renderMode&apos; also changes the RenderState&apos;s shader program.
In the end, it really doesn&apos;t matter and is a choice of frequency - the pipeline is
usually rendering from on OpenGL rendering thread sequentially.
AA-Quality and SampleCount simply usually don&apos;t change that often
and are set only once.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7030</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2024-01-16 05:14:01 +0100</bug_when>
    <thetext>Resolved w/ commit 6b1979992a7da2573c420ce3eb22f35abcbd35b7</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>