summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-04-19radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2-2/+3
v2: Use chip_class instead of family. v3: Check kernel version for SI. v4: Preemptively allow amdgpu winsys for SI. Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-04-18docs: correct name for GL_OES_primitive_bounding_boxErik Faye-Lund1-1/+1
When this extension was added, an underscore were mistakenly replaced by a space. Let's correct this, so it's a tad easier to grep for this extension. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
2016-04-17docs: add news item and link release notes for 11.1.3Emil Velikov2-2/+5
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-17docs: add sha256 checksums for 11.1.3Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 596c6504b3dcab318dc93ec42517c9a0fde1b255)
2016-04-17docs: add release notes for 11.1.3Emil Velikov1-0/+318
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit ca2fbf6f8fe5e1853064c81fd3334a8172d65689)
2016-04-17docs: update the sha256 checksums for 11.2.1Emil Velikov1-2/+2
Turns out the previous tarballs got corrupted during upload which I carelessly forgot to check prior to deleting the local ones. Lesson learned - double check before removing the local ones. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 79b0e13913b5189bb8629e80439fea746f99fe79)
2016-04-17docs: add news item and link release notes for 11.2.1Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-17docs: add sha256 checksums for 11.2.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit c65835d81230fbdc1544600c0a24f90647a4e75a)
2016-04-17docs: add release notes for 11.2.1Emil Velikov1-0/+118
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 21e6440e82808364a6c2cc38ea92651c99b69aad)
2016-04-13softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2-3/+3
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-04-12radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2Nicolai Hähnle2-4/+5
This is the last necessary bit for OpenGL 4.2 support. All driver-specific functionality has already been implemented as part of extensions. Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2016-04-12docs: mark atomic counters and SSBOs as done for radeonsiNicolai Hähnle2-7/+7
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2016-04-12radeonsi: Mark ARB_robust_buffer_access_behavior as supported.Bas Nieuwenhuizen2-1/+2
Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie2-5/+7
This adds support for the features requires for ARB_shader_storage_buffer_object and ARB_shader_atomic_counters, ARB_shader_atomic_counter_ops. [airlied: some cleanups applied] Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-04-11GL3: ARB_shader_image_load_store/size is done for radeonsi also in GLESNicolai Hähnle1-2/+2
Trivial.
2016-04-11docs: fix Coverity URLBrian Paul1-1/+1
2016-04-10i965: enable OES_texture_buffer on gen7+Ilia Mirkin2-1/+2
It will only end up getting exposed on gen8+ since it requires GL ES 3.1, but it should be ready to go on gen7 when support for GL ES 3.1 is completed there. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Tested-by: Kenneth Graunke <kenneth@whitecape.org>
2016-04-11docs: add some missing softpipe entries.Dave Airlie2-4/+4
I just forgot these when I added this stuff. Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-04-09nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin2-3/+3
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-04-07GL3.txt: Mark ARB_framebuffer_no_attachments as doneEdward O'Callaghan2-1/+2
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-04-05docs/relnotes: document EGL_KHR_reusable_syncMarek Olšák1-0/+1
2016-04-04docs: remove stray 'TBD' in 11.2.0 relnotes fileBrian Paul1-1/+1
2016-04-04docs: add news item and link release notes for 11.2.0Emil Velikov2-0/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-04docs: add sha256 checksums for 11.2.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit e7fb889dcc002f87c316f3cdc6e7907a88c12697)
2016-04-04docs: Update 11.2.0 release notesEmil Velikov1-2/+212
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit ff9ddb9eb1b3b25f40e71a95bb48421abfcb11d9)
2016-04-03docs: add note about GL_EXT_base_instance, sort entriesIlia Mirkin1-1/+2
Trivial. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-04-01docs: minor updates to license.html fileBrian Paul1-5/+9
Mesa demos are no longer part of the main Mesa tree/tarball. Add Gallium and GLX code to list of major components. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2016-03-31mesa: add GL_OES/EXT_draw_buffers_indexed supportIlia Mirkin2-1/+2
This is the same ext as ARB_draw_buffers_blend (plus some core functionality that already exists). Add the alias entrypoints. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
2016-03-30mesa: add GL_OES_copy_image supportIlia Mirkin1-1/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
2016-03-30st/mesa: add ES sample-shading supportIlia Mirkin1-3/+3
We require the full ARB_gpu_shader5 for now, but in the future some other CAP could get exposed to indicate that only the multisample-related behavior of ARB_gpu_shader5 is available. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
2016-03-31docs: mark xfb_* qualifiers as DONETimothy Arceri1-1/+1
Reviewed-by: Dave Airlie <airlied@redhat.com>
2016-03-31docs: update softpipe status for shader_image_load_store.Dave Airlie2-2/+2
Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-03-30docs: remove docs/COPYING which contains GPL licenseBrian Paul1-490/+0
There hasn't been GPL code in Mesa for a long time now. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2016-03-29docs: add HTTP link for Mesa downloadsBrian Paul1-1/+3
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92628 Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin1-1/+1
Allow ES 3.1 contexts to access the texture buffer functionality. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2016-03-27st/mesa: enable GL_ATI_fragment_shaderMiklós Máté1-0/+1
Signed-off-by: Miklós Máté <mtmkls@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2016-03-23docs: use latest libDRM versionBrian Paul1-2/+1
Signed-off-by: Brian Paul <brianp@vmware.com>
2016-03-22docs/relnotes: update ARB_internalformat_query2 status.Dave Airlie1-1/+1
Signed-off-by: Dave Airlie <Airlied@redhat.com>
2016-03-22st/mesa: add support for internalformat query2.Dave Airlie1-1/+1
Add code to handle GL_INTERNALFORMAT_PREFERRED. Add code to deal with GL_RENDERBUFFER being passes into ChooseTextureFormat. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-03-21docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsiNicolai Hähnle2-2/+4
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2016-03-21doc: document spilling options accepted by INTEL_DEBUGIago Toral Quiroga1-0/+2
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2016-03-18doc: add 'vec4' option in INTEL_DEBUGJuan A. Suarez Romero1-0/+1
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
2016-03-17docs: Renormalize older extensions.Romain Failliot1-26/+26
For older extensions, there is an explanation first and the extension name in brackets, like that: Clamping controls (GL_ARB_color_buffer_float) I inverted that so we have the extension first and then the explanation in brackets, like that: GL_ARB_color_buffer_float (Clamping controls) It will help me later to parse the few extensions that use this syntax: all drivers that support <GL_extension> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-03-17docs: Renormalize some extensions.Romain Failliot1-3/+3
This fixes some exceptions I have to deal with in mesamatrix.net. The extensions GL_ARB_texture_buffer_object had a comment between "DONE" and the brackets. And the extension GL_KHR_robustness (in GL 4.5 and GLES 3.1) was using "90% done" instead of "in progress". The "90% done" is still here though, but as an extension comment. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-03-17docs: Realign the "Status" column.Romain Failliot1-139/+139
The "Status" column was misaligned in some GL sections. This is a lot of diffs, but it's only spaces in the end. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-03-17docs: howto to read and edit GL3.txtRomain Failliot1-5/+20
Added a small guide on how to read and edit GL3.txt. I think this would help as much the devs as the users reading this file. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-03-10st/mesa: add GL_ARB_shader_atomic_counter_ops supportIlia Mirkin1-0/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2016-03-05docs: mark align layout qualifier as DONETimothy Arceri1-1/+1
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
2016-03-05docs: mark explicit byte offsets as DONETimothy Arceri1-1/+1
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2016-03-03Update docs to advertise new support for ARB_internalformat_query2Eduardo Lima Mitev2-1/+2
Support in Mesa main and i965 has just been added. v2: Include note in 'New Features' of docs/relnotes/11.3.0.html. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>