Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
d3d9_patch [2014/11/19 23:45] sarnex |
d3d9_patch [2022/07/11 10:36] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **Simple patches are good patches.** Every fix should be in a separate patch. | + | Please read [[https:// |
| - | Before you send a pull-request on github, it's required to verify all your games and simple demos work. | ||
| - | |||
| - | A commit must include a simple description, | ||
| - | |||
| - | For getting the patch into 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 < | ||
| - | Date: Tue Nov 18 10:10:55 2014 +0100 | ||
| - | |||
| - | nine: fix query counter | ||
| - | | ||
| - | Fixed wine-1.7.30 test at line 623 and game XY loading | ||
| - | Tested on Radeon HD 6550. | ||
| - | | ||
| - | Signed-off-by: | ||
| - | |||
| - | </ | ||