summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove link to the GLSL compiler pageBrian Paul2012-02-101-1/+0
| | | | | The page is terribly out of date. (cherry picked from commit 65526d54aa2599b069bd443d3e6e9762e613042d)
* docs: add VMware linkBrian Paul2012-02-101-1/+2
| | | | (cherry picked from commit 6aa9ce2687637ee678fa4258eb9efa695fca8690)
* docs: update info about supported systems, GPUs, APIsBrian Paul2012-02-101-12/+56
| | | | | Add link to Intel's Linux graphics page, etc. (cherry picked from commit 14cf3dd826938f0a8a6f32a81c634ecc835f7319)
* docs: add news item for 8.0 releaseBrian Paul2012-02-101-0/+10
| | | | (cherry picked from commit 7aef839760d5216ec2a413092cae35fd223678a4)
* docs: Add 8.0 MD5 checksumsIan Romanick2012-02-101-1/+3
| | | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> (cherry picked from commit fb56b0972dad8921bc43e1eeb4eebf5e3550e213)
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-301-2/+2
| | | | | | | | The envvar works for R100 and R200 too, and the classic R300 driver doesn't even exist anymore. "RADEON_NO_TCL" is already mentioned in the code and is the same envvar used for the R300g driver.
* docs: add more potential dependencies for vmware guest driverBrian Paul2012-01-181-1/+4
|
* docs: add links to xf86-video-vmware wiki pagesBrian Paul2012-01-131-0/+9
|
* docs: new page describing how to build, install VMware SVGA3D guest driverBrian Paul2012-01-132-0/+186
|
* docs: freshen up the introduction page with Mesa 8.0 info, etcBrian Paul2012-01-131-4/+27
|
* docs/GL3: consolidate FBO extensions into one ARBMarek Olšák2012-01-121-3/+1
|
* docs/GL3: document r300 extension supportMarek Olšák2012-01-121-24/+24
|
* docs/GL3: document what's missing for GL3Marek Olšák2012-01-121-2/+2
|
* Clean up GL3 statusMatt Turner2012-01-111-39/+39
| | | | | Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
* softpipe: Document new llvm flagJakob Bornecrantz2012-01-091-0/+2
| | | | Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
* mesa: Bump version to 8.0 (devel)Kenneth Graunke2012-01-092-6/+6
| | | | | | | Also update the release notes to mention that Mesa 8.0 implements OpenGL 3.0. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: update GL3 statusMarek Olšák2011-12-171-2/+2
|
* docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notesChia-I Wu2011-12-021-0/+1
| | | | Reviewed-by: Brian Paul <brianp@vmware.com>
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-301-4/+3
| | | | | Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: José Fonseca <jfonseca@vmware.com>
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-296-143/+5
| | | | | | | Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: José Fonseca <jfonseca@vmware.com>
* docs: Removed i965 entry in the source tree listing.Kai Wasserbäch2011-11-291-1/+0
| | | | Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
* docs: Added item to release notes for 7.12.Kai Wasserbäch2011-11-291-2/+4
| | | | Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
* mesa/docs: add ARB_texture_rgb10_a2ui to relnotes/gl3.txtDave Airlie2011-11-282-1/+2
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* docs: Add 7.11.2 release notes and newsIan Romanick2011-11-272-0/+94
|
* docs/gl3: these two interfaces are complete now.Dave Airlie2011-11-271-1/+1
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* docs: Add 7.11.1 release md5sumsIan Romanick2011-11-171-2/+6
| | | | (cherry picked from commit 228da884c9bfe9258cc26e741f41b273aa3e668a)
* docs: Add news items for 7.11 and 7.11.1 releasesIan Romanick2011-11-171-0/+14
|
* docs: Import 7.11 release notes from branchIan Romanick2011-11-171-2/+264
|
* docs: Import 7.11.1 release notes from branchIan Romanick2011-11-171-0/+387
|
* docs: add another viewperf issueBrian Paul2011-11-111-0/+13
|
* docs: Note EXT_texture_array on i965.Eric Anholt2011-11-091-1/+1
| | | | Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* gl3.txt: update for ARB_texture_storage.Dave Airlie2011-11-061-1/+1
| | | | | | As per Brian's suggestion. Signed-off-by: Dave Airlie <airlied@redhat.com>
* docs: fix grammar and punctuation in llvmpipe docs.Matt Turner2011-11-051-3/+3
|
* gl3.txt: add not of ARB_texture_storage work started.Dave Airlie2011-11-051-1/+1
|
* docs: Update llvmpipe docs.José Fonseca2011-11-051-25/+23
| | | | | | | Recommend LLVM 2.9, it has been working quite well, and unlike earlier versions, it works out-of-the-box without patches. Update Windows instructions.
* docs: list GL_OES_EGL_image_external in 7.12 release notesChia-I Wu2011-11-031-0/+1
|
* docs: update relnotes-7.12Marek Olšák2011-11-011-0/+1
|
* docs: list GL_ARB_texture_storage in 7.12 release notesBrian Paul2011-10-311-0/+1
|
* docs: Update to note that r300 and r600 have been replaced.Eric Anholt2011-10-281-0/+2
|
* docs: update GL3 statusMarek Olšák2011-10-271-5/+4
| | | | | | EXT_texture_array has been completed for quite a while. Removing BindBufferBase+Range, because they're part of EXT_transform_feedback.
* docs: update relnotes-7.12Marek Olšák2011-10-241-1/+1
|
* docs: document known issues with Viewperf 11Brian Paul2011-10-202-0/+135
|
* docs: Update references to README filesGuillem Jover2011-10-041-10/+2
| | | | | Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* Remove remnants of legacy glide supportGuillem Jover2011-10-042-3/+0
| | | | | Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* 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>