X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fdevinfo.html;h=8887dd02624a8ca5eb602aab861bdeddd8b193f6;hb=9a7f84d6b28e180ef79349b36de9a5d58a1e2dc9;hp=0fb816749ed39b8866072275416cc1f96401a3a5;hpb=84c5e4805b9e4d2f87137af64de8418b29c7a8f6;p=mesa.git diff --git a/docs/devinfo.html b/docs/devinfo.html index 0fb816749ed..8887dd02624 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -107,7 +107,7 @@ Global variables are not allowed. Function name examples:

-	glFooBar()       - a public GL entry point (in dispatch.c)
+	glFooBar()       - a public GL entry point (in glapi_dispatch.c)
 	_mesa_FooBar()   - the internal immediate mode function
 	save_FooBar()    - retained mode (display list) function in dlist.c
 	foo_bar()        - a static (private) function
@@ -145,7 +145,7 @@ Make sure the values in src/mesa/main/version.h are correct.
 

-Update the docs/news.html file and docs/download.html files. +Update docs/news.html.

@@ -160,12 +160,6 @@ Then: git push origin mesa_X_Y

Make the tarballs

-

-Make a symbolic link from $(DIRECTORY) to 'Mesa'. For example, -ln -s Mesa Mesa-7.5 -This is needed in order to make a correct tar file in the next step. -

-

Make the distribution files. From inside the Mesa directory:

@@ -208,10 +202,11 @@ sftp USERNAME,mesa3d@web.sourceforge.net
 
 

Make an announcement on the mailing lists: -mesa3d-dev@lists.sf.net, -mesa3d-users@lists.sf.net + +mesa-dev@lists.freedesktop.org, +mesa-users@lists.freedesktop.org and -mesa3d-announce@lists.sf.net +mesa-announce@lists.freedesktop.org