summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-281-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>
* mesa: Allow override of GL version with environment variableChad Versace2011-09-271-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>
* docs: mention VMware svga driver updates in 7.12 release notesBrian Paul2011-09-231-0/+1
|
* docs: update relnotes-7.12 with r600g changesMarek Olšák2011-09-231-1/+6
|
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-221-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>
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-221-0/+1
| | | | | | | Only one failure in piglit on gen6, which is texwrap with bordercolor (as usual). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-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>
* Drop documentation references for deleted backendsAdam Jackson2011-09-0610-1686/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* docs: skeleton file for 7.12 release notesIan Romanick2011-09-062-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>
* docs: more info about non-subscriber list postingsBrian Paul2011-09-061-4/+7
|
* docs: update link, remove dead linksBrian Paul2011-09-065-17/+4
|
* docs: update gl3.txt for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-061-1/+1
|
* docs: Update scons info regarding mingw.José Fonseca2011-08-301-5/+2
|
* Remote *.mgw stuff.José Fonseca2011-08-302-153/+2
| | | | Totally broken, and deprecated by scons.
* docs: Fix minor typos.Kai Wasserbäch2011-08-291-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>
* mesa: Remove support for BeOSIan Romanick2011-08-264-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>
* dri: Remove all DRI1 driversIan Romanick2011-08-262-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>
* mesa: Remove obsolete linux-fbdev software driverIan Romanick2011-08-264-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>
* docs: Add a page on post-processingLauri Kasanen2011-08-262-0/+57
| | | | | | | With edits by Brian. Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Brian Paul <brianp@vmware.com>
* glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke2011-08-251-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>
* Document the return type coding style.Kai Wasserbäch2011-08-251-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>
* docs: Document coding style conventionsPaul Berry2011-08-241-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).
* docs: Remove GLw from the documentation except for a new FAQ entry.Kenneth Graunke2011-08-155-16/+6
| | | | | | Also remove an outdated reference to GLEW being in tree. Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: update GL3.txt with new GL 4.2 extensionsDave Airlie2011-08-091-0/+13
|
* Squashed commit of the following:José Fonseca2011-07-146-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.
* docs: update GL3 statusMarek Olšák2011-07-101-1/+1
|
* docs: add GL3 GLX todoMarek Olšák2011-06-301-1/+2
|
* docs: update GL3 status - vertex texturesMarek Olšák2011-06-301-1/+1
| | | | They work fine on r600g.
* docs: update EGL for changed configure optionsChia-I Wu2011-06-203-47/+27
|
* i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke2011-06-181-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>
* docs: 7.10.3 updatesBrian Paul2011-06-143-1/+312
|
* swrast: anisotropic filtering extensionAndreas Faenger2011-05-181-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>
* docs: update relnotes-7.11Marek Olšák2011-05-131-0/+1
|
* docs: update relnotes-7.11Marek Olšák2011-05-061-0/+5
|
* docs: update GL3 statusMarek Olšák2011-05-061-1/+1
|
* egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg2011-05-061-7/+11
|
* docs: add ARB_ES2_compatibility in relnotes-7.11Marek Olšák2011-04-301-0/+1
|
* docs: update relnotes-7.11Marek Olšák2011-04-291-0/+2
|
* docs: update GL3 statusMarek Olšák2011-04-291-2/+2
|
* docs: Note that ES2_compatibility is already done.Eric Anholt2011-04-271-1/+1
|
* docs: fix typo, wrap lines in 7.11 release notesBrian Paul2011-04-261-2/+3
|
* docs: add GL_ARB_robustness to 7.11 release notesBrian Paul2011-04-261-0/+1
|
* docs: update GL3 statusMarek Olšák2011-04-251-4/+4
|
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-232-1/+2
| | | | | | | | Since we lack hardware support for it, this is a simple matter of checking _mesa_check_conditional_render at the entrypoints, and suppressing it for the metaops where it doesn't apply. Reviewed-by: Brian Paul <brianp@vmware.com>
* i965: Add support for ARB_texture_compression_rgtc.Eric Anholt2011-04-231-2/+2
| | | | | | | | Tested with rgtc-teximage-0[12]. EXT_texture_compression_rgtc/fbo-generatemipmap-formats fails in NPOT just like S3TC does. Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: Remove MSVS project files.José Fonseca2011-04-232-97/+9
| | | | | | | They were totally broken for several releases. scons now builds everything the project files built and more, and can be kept up-to-date with little effort.
* WL_bind_wayland_display: clarify that context must be NULLKristian Høgsberg2011-04-211-1/+1
|
* docs: Mention that GLSL 1.30 is started.Eric Anholt2011-04-201-1/+1
| | | | | | | | Things definitely remaining todo: switch statements, clip distances. On 965, we also need real integers in the VS, and implementations of some things like isinf/isnan. Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: Update for Intel ARB_texture_float and ARB_color_buffer_float.Eric Anholt2011-04-201-3/+3
| | | | Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: Reapply some of Marek's typo fixes.José Fonseca2011-04-161-2/+2
| | | | There were some typos too.