Differences

This shows you the differences between two versions of the page.

Link to this comparison view

d3d9_patch [2014/11/19 18:12]
okias
d3d9_patch [2022/07/11 10:36]
Line 1: Line 1:
-**Simple patch is good patch.** Every fix in separate patch. 
  
-Before you'll send pull-request on github, is required to verify all your games and simple demos works. 
- 
-Correct commit must include simple description, optionally what it fix for you and your "**Signed-off-by**" with full name and valid email. 
- 
-For getting patch in Mesa, you need at least two Reviewed-by or ACKed by. Minimally one R-b has to come from David Heidelberg (okias), Axel Davy (mannerov) or Marek Olšák (mareko). 
- 
-Example of git log output: 
- 
-commit f5d27c45a858db2be60051a0970b054c7ae9182f 
-Author: David Heidelberg <david@ixit.cz> 
-Date:   Tue Nov 18 10:10:55 2014 +0100 
- 
-    nine: fix query counter 
-     
-    Fixes "Error : CONST[20]: Undeclared source register" when running 
-    dx9_alpha_blending_material. Also artifacts on ilo. 
-     
-    Signed-off-by: David Heidelberg <david@ixit.cz> 
- 
-```