summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-03-01mesa: Remove EmitCondCodes.Matt Turner1-28/+0
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Brian Paul <brianp@vmware.com>
2016-03-01docs: Remove descriptions of long dead Emit* fields.Matt Turner1-17/+0
Dead since commit d8a366200 in 2010. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Brian Paul <brianp@vmware.com>
2016-02-27mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin1-1/+1
The two extensions are identical, and are largely taking bits of already existing desktop functionality. We continue to do a poor job of supporting the 'precise' keyword, just like we do on desktop. This passes the relevant dEQP tests that I could find. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
2016-02-22docs: Mark off GL_OES_shader_image_atomic as done.Francisco Jerez2-1/+2
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-02-22mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2-1/+2
Only minor differences to the existing ARB_texture_border_clamp support. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
2016-02-22mesa: bump versionIlia Mirkin1-0/+59
11.2 has been branched, we're on 11.3 now. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-20docs: Correct typo in LLVMpipe envvar descriptionRhys Kidd1-1/+1
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2016-02-19mesa: add GL_OES_texture_stencil8 supportIlia Mirkin1-1/+1
It's basically the same thing as GL_ARB_texture_stencil8 except that glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of invalid GLES formats for glCopyTexImage. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
2016-02-15docs: Document VC4_DEBUG envvarRhys Kidd1-0/+19
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
2016-02-15docs: update GLES 3.1 section for recent nvc0 additionsIlia Mirkin1-2/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-02-13docs: document MESA_GLES_VERSION_OVERRIDE envvarAlejandro Piñeiro1-0/+8
v2: Removed reference to FC not being an allowed suffix (Brian Paul) Reviewed-by: Brian Paul <brianp@vmware.com>
2016-02-12docs: Visual Studio 2013 or later is now requiredBrian Paul2-0/+7
2016-02-11docs: add news item and link release notes for 11.1.2Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-11docs: add sha256 checksums for 11.1.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit e49dd21bcbabdb330620d48f5915828cfd5eb983)
2016-02-11docs: add release notes for 11.1.2Emil Velikov1-0/+181
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 7bcd827806b0816d61122ba3d37dd40178d96d98)
2016-02-09st/mesa: enable AoA for gallium drivers reporting GLSL 1.30Dave Airlie2-2/+3
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-02-05docs/relnotes: document memory info extensionsMarek Olšák1-0/+2
2016-02-04nvc0: add support for ARB_query_buffer_objectIlia Mirkin2-1/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-02-03mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle1-0/+1
When set to a truish value, this globally disables the minmax cache for all buffer objects. No #ifdef DEBUG guards because this option can be interesting for benchmarking. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-01-29nvc0: enable atomic counters and ssboIlia Mirkin2-2/+4
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-01-22docs: correct 11.1.1 release yearEmil Velikov1-1/+1
Seems like I wasn't ready to let 2015 go :-) Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-01-22docs: add news item and link release notes for 11.0.9Emil Velikov2-0/+11
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-01-22docs: add sha256 checksums for 11.0.9Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-01-22docs: add release notes for 11.0.9Emil Velikov1-0/+126
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-01-13docs: add news item and link release notes for 11.1.1Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-01-13docs: add sha256 checksums for 11.1.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 4b2d9f29e9b75cbbeb76ccf753a256e11f07ee1a)
2016-01-13docs: add release notes for 11.1.1Emil Velikov1-0/+196
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 330aa44a0da7548000a6b2fc2bb580e9c8e733cc)
2016-01-08mesa: docs: Add link to planet.freedesktop.orgSarah Sharp1-0/+1
The freedesktop.org blog feeds aren't mentioned on either mesa3d.org or any of the graphics project wikis (including the DRI wiki) on freedeskop.org. Fix that by linking to it from the sidebar. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2016-01-07nvc0: add ARB_indirect_parameters supportIlia Mirkin1-0/+1
I chose to make separate macros for this due to the additional complexity and extra scratch usage. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-12-30nvc0: add ARB_shader_draw_parameters supportIlia Mirkin1-0/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2015-12-28docs: Mark ARB_tessellation_shader as done on all i965 platforms.Kenneth Graunke2-2/+2
We now support all Intel GPUs which can do tessellation. Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2015-12-22docs: Clarify that ARB_tessellation_shader is only done on i965/gen8+.Kenneth Graunke1-1/+1
Requested by kisak on IRC.
2015-12-22docs: Mark ARB_tessellation_shader as done on i965/gen8+.Kenneth Graunke2-2/+2
2015-12-22mesa: update gl_HelperInvocation support status in docsTapani Pälli1-1/+1
Was enabled for i965 and nvc0 by following commits: c875e3cdd21811ad6669160d59fa39a4526ef872 39f51ec96f00f601b9c4d4e321dacb3af9dc866f Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com> Acked-by: Matt Turner <mattst88@gmail.com>
2015-12-21docs: add news item and link release notes for 11.0.8Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2015-12-21docs: add sha256 checksums for 11.0.8Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit b9b19162ee3f8d68be76b71adf2a290cbb675660)
2015-12-21docs: add release notes for 11.0.8Emil Velikov1-0/+199
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 261daab6b4f7a1cff143bebcd632ad5a2cdafa74)
2015-12-16osmesa: add new OSMesaCreateContextAttribs functionBrian Paul1-0/+2
This allows specifying a GL profile and version so one can get a core- profile context. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2015-12-15docs: Replace sourceforge logo with a text linkAndreas Boll2-5/+2
Fixes the following Lintian (Debian package checker) error: privacy-breach-logo usr/share/doc/mesa-common-dev/contents.html (http://sourceforge.net/sflogo.php?group_id=3&amp;type=1) usr/share/doc/mesa-common-dev/thanks.html (http://sourceforge.net/sflogo.php?group_id=3&amp;type=1) The extended description of this tag is: This package creates a potential privacy breach by fetching a logo at runtime. Before using a local copy you should check that the logo is suitable for main. You can get help with determining this by posting a link to the logo and a copy of, or a link to, the logo copyright and license information to the debian-legal mailing list. Please replace any scripts, images, or other remote resources with non-remote resources. It is preferable to replace them with text and links but local copies of the remote resources are also acceptable as long as they don't also make calls to remote services. Please ensure that the remote resources are suitable for Debian main before making local copies of them. Severity: serious, Certainty: possible Check: files, Type: binary, udeb Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2015-12-15docs: add news item and link release notes for 11.1.0Emil Velikov2-0/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2015-12-15docs: add sha256 checksums for 11.0.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 525f3c2c28cd083b37e1f6a27f503af1c4781141)
2015-12-15docs: Update 11.1.0 release notesEmil Velikov1-3/+188
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 5a616125acf0ac043d2d44b7a8e804739d55014e)
2015-12-15docs: mark input/output block locations as DONETimothy Arceri1-1/+1
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-12-11softpipe: enable GL_ARB_viewport_array support, update GL3.txt docEdward O'Callaghan1-1/+1
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2015-12-09docs: Add ARB_compute_shader to 11.2.0 release notesJordan Justen1-0/+1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2015-12-09docs: Mark ARB_compute_shader as done for i965Jordan Justen1-2/+2
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2015-12-09docs: remove stray <ul> tag from 11.0.5.html file to fix indentationBrian Paul1-2/+0
2015-12-09docs: add news item for mesa-demos 8.3.0 releaseAndreas Boll1-0/+5
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
2015-12-09docs: add news item and link release notes for 11.0.7Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2015-12-09docs: add sha256 checksums for 11.0.7Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit f9715bc449d6b2cc5693e44bb82a9d5305a32ab5)