[Mesa-dev] Request for Mentorship

2015-06-02 Thread Juliet Fru
Hello,

I am looking to participate in the X.org Evoc program this holiday and I
wish to know if anyone is willing to mentor my Project
https://docs.google.com/document/d/1Y5flvgsJg5s6XUfTP955qKDbhG0ldXBCjGd-YROtTtM/edit.
Looks like one of  my potential mentors  will  not be predisposed  to
assist me this holidays.

Thanks for the reply.
Juliet
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Piglit] GSoC 2015: Request for Registration for Mentorship

2015-04-03 Thread Juliet Fru
Hello +Mentors,

Thanks very much for signing up.

Regards,
Juliet

On Fri, Apr 3, 2015 at 3:47 AM, Matt Turner matts...@gmail.com wrote:

 On Thu, Apr 2, 2015 at 6:51 PM, Brian Paul brian.e.p...@gmail.com wrote:
  Thanks, Matt.
 
  I can't complete the mentor registration now because at the bottom of the
  participation agreement, there's no check-box or button next to the I
 agree
  to the terms line at the end!  I tried Firefox and Safari.  Sheesh.
 I'll
  try again tomorrow.

 I think you have to scroll to the very bottom of the agreement. I
 think the checkbox is actually inside the scroll box, unexpectedly.

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] GSoC 2015: Request for Registration for Mentorship

2015-03-30 Thread Juliet Fru
 Hello +Laura, +Brian,

 I will like you to register on melange with X.org so as to mentor me on
 the Porting Glean tests to piglit project for GSoC 2015. The Mentor +Martin
 Peres requested I inform you to register.

 Thanks,
 Juliet

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] GSoC 2015 Proposal : Porting Glean tests to piglit

2015-03-09 Thread Juliet Fru
Hello,

Thanks for the email. I am currently updating the proposal now.

Best,
Juliet

On Mon, Mar 9, 2015 at 12:32 PM, Emil Velikov emil.l.veli...@gmail.com
wrote:

 On 04/03/15 11:21, Juliet Fru wrote:
  Hello,
 
  Here is my proposal for Adding Porting Glean tests to piglit. I'll like
  to get your comments and tweaks.
 
  Thanks,
  Juliet​
   Porting Glean tests to Piglit framework OPW Proposal
  
 https://docs.google.com/document/d/1Y5flvgsJg5s6XUfTP955qKDbhG0ldXBCjGd-YROtTtM/edit?usp=drive_web
 
  ​
 Hi Juliet,

 Thank you for the interest :-)

 Did you link the correct proposal - this one seems to be for OPW ? Here
 are some examples [1] [2] [3] [4], which you might find inspirational.

 For your next iteration please send your proposal as plain text in the
 email body. This way people can comment on it directly and their
 feedback will be visible to everyone on the list.

 Cheers,
 Emil

 P.S. Hope you've seen Martin's email on the topic[5].


 [1]

 http://www.google-melange.com/gsoc/project/details/google/gsoc2011/steckdenis/5899781826150400

 [2]

 http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20130423/91f152db/attachment.text

 [3]

 http://www.cs.usm.maine.edu/~noblesmith/gsoc2013proposal-ext-direct-state-access.txt

 [4]

 https://hakzsam.wordpress.com/2014/05/15/google-summer-of-code-2014-proposal-for-x-org-foundation/

 [5] http://lists.freedesktop.org/archives/dri-devel/2015-March/078543.html


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] GSoC 2015 Proposal: Porting Glean tests to piglit.

2015-03-09 Thread Juliet Fru
Hello,

Here is my proposal:

Porting Glean Tests to Piglit GSoC Proposal

Contact Informaion:Names:Achere Juliet F. Forchibe

E-mail address: juliet...@gmail.com

IRC Nick: Jul13t


Mentors: Brian Paul, Laura Ekstrand


Project Information

Porting Glean Tests to the Piglit framework.

Brief Summary, Synopsis

This project aims at porting the remaining Glean tests to the piglit
framework. The Glean test suite is a set of tools for evaluating the
quality of an OpenGL implementation and diagnosing problems that occur.
However, due to the lack of flexibility and pragmatism in the Glean test
framework, the Piglit test framework was developed.

My aim is to successfully port the basic test of GL rendering paths,  the
Conformance test on ARB_occlusion_query extension tests  and the two sided
stencil extension test to piglit respectively. According to Brian Paul’s
work on glean, the path test will verify that basic, trivial OpenGL paths
work, setting up pass and fail conditions for each of alpha test, blending,
color mask and others making sure they work as expected.

Furthermore,  the conformance test on ARB_occlusion_query extension tests
define the mechanism whereby an application queries the number of pixels
drawn by primitives and the two-sided stencil extension tests where
stencil-related state may be different for front and back facing polygons.
This will help improve the performance of stenciled shadow volume and CSG
rendering algorithms.

Benefits, Deliverables and Implementation

   -

   Port the basic test of GL rendering paths to piglit.
   -

   Port the ARB_occlusion query extension tests to piglit
   -

   Port the two sided stencil extension tests to piglit



Development Schedule
May 25 – June 07 ( ~ 2 weeks)

   -

   Study ported glean tests to the piglit framework.
   -

   Research on the paths test , two sided stencil tests and the
   ARB_occlusion_query extension tests together with implementation of piglit
   test.

June 08 – June 27th( 3 weeks) 1st milestone, Tpaths.cpp

   -

   Port the paths test to piglit, reworking tpaths.h, tpaths.cpp to suit
   piglit framework.
   -

   Testing of tests on piglit and debugging.
   -

   Check program with valgrind for memory leaks/errors

June 28th – July 5th( 1 week) MID-TERM EVALUATION

   -

   Finish clean up of test, documentation and moving to next milestone.
   -

   Submit code to piglit’s git repo.

July 6th - July 19 ( 2 weeks) 2nd Milestone.

   -

   Port the Conformance test on ARB_occlusion_query extension to piglit
   framework.
   -

   Test program with one or more OpenGL drivers.
   -

   Check program for memory leaks/errors.


July 20 - July 27 ( 1 week)

   -

   Post patch for review on the piglit mailing list.
   -

   Incorporate review feedback into code and submit code to piglit’s git
   repo.

July 28 – August 16 ( 3 weeks) 3rd milestone

   -

   Port the two sided stencil test to piglit
   -

   Test program with one or more OpenGL drivers


Aug 21 - Aug 28( 1 week) FINAL EVALUATION WEEK.


   -

   Check program for memory leaks/errors.
   -

   post patch to mailing list for review, correct errors and submit code.


Related Work

Laura Ekstrand: http://cgit.freedesktop.org/~ldeks/piglit/


Thanks,

Juliet
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] GSoC 2015 Proposal : Porting Glean tests to piglit

2015-03-04 Thread Juliet Fru
Hello,

Here is my proposal for Adding Porting Glean tests to piglit. I'll like to
get your comments and tweaks.

Thanks,
Juliet​
 Porting Glean tests to Piglit framework OPW Proposal
https://docs.google.com/document/d/1Y5flvgsJg5s6XUfTP955qKDbhG0ldXBCjGd-YROtTtM/edit?usp=drive_web
​
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Interest in participating in the OPW with X.org

2014-09-24 Thread Juliet Fru
Hello,

Thanks for the reply. I'll download and build piglit, take a look at the
various tests written in it and either come up with a project to work on,
or wait for some ideas from mentors to take on as a project. I will like to
know whether any documentation work could be a viable project?

Thanks,
Juliet

On Wed, Sep 24, 2014 at 6:06 AM, Peter Hutterer peter.hutte...@who-t.net
wrote:

 Hi Juliet,

 sorry about the delay, thanks for the email. I don't personally work on
 mesa
 so I'll wait if anyone on the list has a project to propose here.

 On Sat, Sep 20, 2014 at 07:52:38PM +0100, Juliet Fru wrote:
  I am Juliet Fru, a second year student of Computer Engineering at the
  University of Buea. I am interested in participating in the OPW this
 year.
  I've never worked on an open source project before; and I'll like to have
  this first experience with Xorg. I am proficient in C and i'm interested
 in
  writing tests for piglit. I'll like to know based on my discussions on
 IRC
  whether there is any programmer who is working on some functionality
 he/she
  would need me to write unit tests for? I would like to work on writing
  tests as my OPW project.

 One of the best ways to start is to build and run piglit and see if
 anything
 needs fixing. That way you get familiar with the code-base and the
 developers get to know you as well. Having a bit of a reputation from
 sending patches is a good thing to have.

 Cheers,
Peter


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] Interest in participating in the OPW with X.org

2014-09-23 Thread Juliet Fru
To whom it may concern:


 I am Juliet Fru, a second year student of Computer Engineering at the
 University of Buea. I am interested in participating in the OPW this year.
 I've never worked on an open source project before; and I'll like to have
 this first experience with Xorg. I am proficient in C and i'm interested in
 writing tests for piglit. I'll like to know based on my discussions on IRC
 whether there is any programmer who is working on some functionality he/she
 would need me to write unit tests for? I would like to work on writing
 tests as my OPW project.

 Thanks for the reply.


 Regards,
 Juliet

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev