<?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>1141</bug_id>
          
          <creation_ts>2015-03-06 23:45:19 +0100</creation_ts>
          <short_desc>Release 2.3.0 - Drop all requests here .. (group)</short_desc>
          <delta_ts>2019-03-29 17:54:46 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>General</product>
          <component>builds</component>
          <version>2.3.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>---</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>sorel.johann</cc>
          
          <cf_type>---</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>4617</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-03-06 23:45:19 +0100</bug_when>
    <thetext></thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4618</commentid>
    <comment_count>1</comment_count>
    <who name="Johann Sorel">sorel.johann</who>
    <bug_when>2015-03-06 23:48:42 +0100</bug_when>
    <thetext>Finding appropriate constants in GL and it&apos;s subclasses GL2ES2, GL4. is painfull, so much constants.

Here is different approach, maybe mixing a tree like organization with heritage GL,GL2ES,GL4,.. could be a solution to obtain something more friendly and reduce errors.

partial example :
https://bitbucket.org/Eclesia/unlicense/src/tip/engine/engine-opengl-util/src/main/java/un/impl/opengl/GLC.java?at=default</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4619</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-03-06 23:50:00 +0100</bug_when>
    <thetext>(In reply to comment #1)
&gt; Finding appropriate constants in GL and it&apos;s subclasses GL2ES2, GL4. is
&gt; painfull, so much constants.
&gt; 
&gt; Here is different approach, maybe mixing a tree like organization with
&gt; heritage GL,GL2ES,GL4,.. could be a solution to obtain something more
&gt; friendly and reduce errors.
&gt; 
&gt; partial example :
&gt; https://bitbucket.org/Eclesia/unlicense/src/tip/engine/engine-opengl-util/
&gt; src/main/java/un/impl/opengl/GLC.java?at=default

I see, you do a semantic split - manual. However, this cannot be generated, since states can be used for many purposes and I dislike duplication

I know the GL* interfaces mix up things .. however, they at least give a notion of what profile is being run. Even though devs still need to validate whether the function / enum is an extension .. and supported.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4620</commentid>
    <comment_count>3</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-03-06 23:53:09 +0100</bug_when>
    <thetext>Allow me to state that we shall not make a fundamental change for 2.3.0.

With the upcoming Vulkan, things will be quite different,
since states will only remain for internal operation
and the user needs to &apos;invent&apos; own semantics and its code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4647</commentid>
    <comment_count>4</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-03-11 18:46:49 +0100</bug_when>
    <thetext>in process of closing ..</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>