summaryrefslogtreecommitdiff
path: root/docs/devinfo.html
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25Document the return type coding style.Kai Wasserbäch1-0/+10
As per discussion at [0] methods shouldn't use OpenGL return types, if they're not part of the GL API. [0] <http://marc.info/?l=mesa3d-dev&m=130754488901774&w=2> Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2011-08-24docs: Document coding style conventionsPaul Berry1-0/+23
This patch documents some Mesa coding style conventions that came up during the discussion of commit 67b5a32 (Perform implicit type conversions on function call out parameters).
2011-07-14Squashed commit of the following:José Fonseca1-6/+0
commit 1856230d9fa61710cce3e152b8d88b1269611a73 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Tue Jul 12 23:41:27 2011 +0100 make: Use better var names on packaging. commit d1ae72d0bd14e820ecfe9f8f27b316f9566ceb0c Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Tue Jul 12 23:38:21 2011 +0100 make: Apply several of Dan Nicholson's suggestions. commit f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 14:18:20 2011 +0100 make: Put back the tar.bz2 creation rule. Removed by accident. commit 34983337f9d7db984e9f0117808274106d262110 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 11:59:29 2011 +0100 make: Determine tarballs contents via git ls-files. The wildcards were a mess: - lots of files for non Linux platforms missing - several files listed and archived twice Using git-ls-files ensures things are not loss when making the tarballs. commit 34a28ccbf459ed5710aafba5e7149e8291cb808c Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 11:07:14 2011 +0100 glut: Remove GLUT source. Most distros ship freeglut, and most people don't care one vs the other, and it hasn't been really maintained. So it is better to have Mesa GLUT be revisioned and built separately from Mesa. commit 5c26a2c3c0c7e95ef853e19d12d75c4f80137e7d Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 10:31:02 2011 +0100 Ignore the tarballs. commit 26edecac589819f0d0efe2165ab748dbc4e53394 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 10:30:24 2011 +0100 make: Create the Mesa-xxx-devel symlink automatically. Also actually remote the intermediate uncompressed tarballs.
2010-10-05docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick1-3/+4
(cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
2010-10-05docs: download.html does not need to be updated for each releaseIan Romanick1-1/+1
(cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu1-1/+1
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
2009-06-26docs: updated Mesa release instructionsBrian Paul1-15/+25
2008-05-05autoconf: Scrape the version from configs/defaultDan Nicholson1-2/+2
Added the make script version.mk to print the various version numbers from configs/default. This is used to substitute the version in autoconf rather than duplicating it in both places.
2007-12-30autoconf: Remind developers to bump version numbers in configure.acDan Nicholson1-2/+2
Just like configs/default, the version number in configure.ac needs to be bumped for releases. Maybe later we can figure out how to scrape the version from configs/default into configure.ac.
2006-09-21updated extension infoBrian Paul1-5/+9
2006-03-316.5 updatesBrian Paul1-2/+2
2005-01-20Use a simple CSS style sheet.Brian Paul1-1/+3
2004-11-22misc updatesBrian Paul1-19/+37
2004-10-02initial stuff for 6.3Brian Paul1-63/+9
2004-08-17some updated info about adding new extensionsBrian Paul1-23/+33
2003-06-01updated release stepsBrian Paul1-3/+2
2003-03-29minor updatesBrian Paul1-1/+0
2003-03-19remove/obfuscate all remaining email addressesBrian Paul1-4/+6
2003-03-08Documentation/website overhaul. The website content and doc/ directoryBrian Paul1-0/+230
are now merged and are one and the same.