Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
2
3
4
  
5
  Help Wanted
6
  
7
8
9
 
10
11
  

The Mesa 3D Graphics Library

12
13
 
14
15
16
 
17

Help Wanted / To-Do List

18
 
19

20
We can always use more help with the Mesa project.
21
Here are some specific ideas and areas where help would be appreciated:
22

23
 
24
    25
  1. 26
    Driver patching and testing.
    27
    Patches are often posted to the mesa-dev mailing list, but aren't
    28
    immediately checked into git because not enough people are testing them.
    29
    Just applying patches, testing and reporting back is helpful.
    30
  2. 31
    Driver debugging.
    32
    There are plenty of open bugs in the bug database.
    33
  3. 34
    Remove aliasing warnings.
    35
    Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
    36
    issues in the code.
    37
  4. 38
    Windows driver building, testing and maintenance.
    39
    Fixing MSVC builds.
    40
  5. 41
    Contribute more tests to
    42
    Piglit.
    43
  6. 44
    Automatic testing.
    45
    46
    It would be great if someone would set up an automated system for grabbing
    47
    the latest Mesa code and run tests (such as piglit) then report issues to
    48
    the mailing list.
    49
    50
     
    51

    52
    You can find some further To-do lists here:
    53

    54
     
    55

    56
    Common To-Do lists:
    57

    58
      59
        
    • 60
          GL3.txt - Status of OpenGL 3.x / 4.x features in Mesa.
      61
        
    • 62
          MissingFunctionality - Detailed information about missing OpenGL features.
      63
      64
       
      65

      66
      Driver specific To-Do lists:
      67

      68
        69
          
      • 70
            LLVMpipe - Software driver using LLVM for runtime code generation.
        71
          
      • 72
            radeonsi - Driver for AMD Southern Island.
        73
          
      • 74
            r600g - Driver for ATI/AMD R600 - Northern Island.
        75
          
      • 76
            r300g - Driver for ATI R300 - R500.
        77
          
      • 78
            i915g - Driver for Intel i915/i945.
        79
        80
         
        81

        82
        If you want to do something new in Mesa, first join the Mesa developer's
        83
        mailing list.
        84
        Then post a message to propose what you want to do, just to make sure
        85
        there's no issues.
        86

        87
         
        88

        89
        Anyone is welcome to contribute code to the Mesa project.
        90
        By doing so, it's assumed that you agree to the code's licensing terms.
        91

        92
         
        93

        94
        Finally:
        95

        96
         
        97
          98
        1. Try to write high-quality code that follows the existing style.
        2. 99
        3. Use uniform indentation, write comments, use meaningful identifiers, etc.
        4. 100
        5. Test your code thoroughly. Include test programs if appropriate.
        6. 101
          102
           
          103
          104
          105