summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03docs: list GL_OES_EGL_image_external in 7.12 release notesChia-I Wu1-0/+1
2011-11-01docs: update relnotes-7.12Marek Olšák1-0/+1
2011-10-31docs: list GL_ARB_texture_storage in 7.12 release notesBrian Paul1-0/+1
2011-10-28docs: Update to note that r300 and r600 have been replaced.Eric Anholt1-0/+2
2011-10-27docs: update GL3 statusMarek Olšák1-5/+4
EXT_texture_array has been completed for quite a while. Removing BindBufferBase+Range, because they're part of EXT_transform_feedback.
2011-10-24docs: update relnotes-7.12Marek Olšák1-1/+1
2011-10-20docs: document known issues with Viewperf 11Brian Paul2-0/+135
2011-10-04docs: Update references to README filesGuillem Jover1-10/+2
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-10-04Remove remnants of legacy glide supportGuillem Jover2-3/+0
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-09-28mesa: Allow overriding GLSL version with environment variableChad Versace1-0/+4
Override the context's GLSL version if the environment variable MESA_GLSL_VERSION_OVERRIDE is set. Valid values for MESA_GLSL_VERSION_OVERRIDE are integers, such as "130". MESA_GLSL_VERSION_OVERRIDE has the same behavior as INTEL_GLSL_VERSION, except that it applies to all drivers, not just Intel's. Since the former supercedes the latter, this patch disables the latter. Reviewed-by: Dave Airlie <airlied@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Chad Versace <chad@chad-versace.us>
2011-09-27mesa: Allow override of GL version with environment variableChad Versace1-0/+4
It is necessary to manually set the GL version to 3.0 in order to run Piglit tests that use glGetUniform*(). This patch allows one to override the version of the OpenGL context by setting the environment variable MESA_GL_VERSION_OVERRIDE. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Chad Versace <chad@chad-versace.us>
2011-09-23docs: mention VMware svga driver updates in 7.12 release notesBrian Paul1-0/+1
2011-09-23docs: update relnotes-7.12 with r600g changesMarek Olšák1-1/+6
2011-09-22i965: Add support for GL_EXT_packed_float.Eric Anholt1-0/+1
This doesn't cover support for this format as a renderbuffer yet. The spec allows implementations to not support it, though it is something we do want to support. Only one failure in piglit on gen6, which is texwrap with bordercolor (as usual). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2011-09-22i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt1-0/+1
Only one failure in piglit on gen6, which is texwrap with bordercolor (as usual). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2011-09-22mesa: remove support for GL_APPLE_client_storage extensionBrian Paul1-0/+1
AFAIK, there are few users of this extension and I can see a couple reasons why this is probably broken in Mesa anyway. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2011-09-06Drop documentation references for deleted backendsAdam Jackson10-1686/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-09-06docs: skeleton file for 7.12 release notesIan Romanick2-0/+65
Current just the items that have been removed from Mesa are mentioned in the release notes. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2011-09-06docs: more info about non-subscriber list postingsBrian Paul1-4/+7
2011-09-06docs: update link, remove dead linksBrian Paul5-17/+4
2011-09-06docs: update gl3.txt for ARB_vertex_type_2_10_10_10_revDave Airlie1-1/+1
2011-08-30docs: Update scons info regarding mingw.José Fonseca1-5/+2
2011-08-30Remote *.mgw stuff.José Fonseca2-153/+2
Totally broken, and deprecated by scons.
2011-08-29docs: Fix minor typos.Kai Wasserbäch1-2/+2
dbec3a5d introduced minor typos, this should fix them. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-08-26mesa: Remove support for BeOSIan Romanick4-145/+4
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-08-26dri: Remove all DRI1 driversIan Romanick2-13/+1
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-08-26mesa: Remove obsolete linux-fbdev software driverIan Romanick4-457/+1
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-08-26docs: Add a page on post-processingLauri Kasanen2-0/+57
With edits by Brian. Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke1-1/+1
It's the same as GL_AMD_conservative_depth. The specs have slight differences in wording, but don't differ in content or behavior. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
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-08-15docs: Remove GLw from the documentation except for a new FAQ entry.Kenneth Graunke5-16/+6
Also remove an outdated reference to GLEW being in tree. Reviewed-by: Brian Paul <brianp@vmware.com>
2011-08-09docs: update GL3.txt with new GL 4.2 extensionsDave Airlie1-0/+13
2011-07-14Squashed commit of the following:José Fonseca6-25/+9
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.
2011-07-10docs: update GL3 statusMarek Olšák1-1/+1
2011-06-30docs: add GL3 GLX todoMarek Olšák1-1/+2
2011-06-30docs: update GL3 status - vertex texturesMarek Olšák1-1/+1
They work fine on r600g.
2011-06-20docs: update EGL for changed configure optionsChia-I Wu3-47/+27
2011-06-18i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke1-1/+1
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36987 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
2011-06-14docs: 7.10.3 updatesBrian Paul3-1/+312
2011-05-18swrast: anisotropic filtering extensionAndreas Faenger1-0/+1
Anisotropic filtering extension for swrast intended to be used by osmesa to create high quality renderings. Based on Higher Quality Elliptical Weighted Avarage Filter (EWA). A 2nd implementation using footprint assembly is also provided. Signed-off-by: Brian Paul <brianp@vmware.com>
2011-05-13docs: update relnotes-7.11Marek Olšák1-0/+1
2011-05-06docs: update relnotes-7.11Marek Olšák1-0/+5
2011-05-06docs: update GL3 statusMarek Olšák1-1/+1
2011-05-06egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg1-7/+11
2011-04-30docs: add ARB_ES2_compatibility in relnotes-7.11Marek Olšák1-0/+1
2011-04-29docs: update relnotes-7.11Marek Olšák1-0/+2
2011-04-29docs: update GL3 statusMarek Olšák1-2/+2
2011-04-27docs: Note that ES2_compatibility is already done.Eric Anholt1-1/+1
2011-04-26docs: fix typo, wrap lines in 7.11 release notesBrian Paul1-2/+3