summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-18docs: add release notes for 17.3.9mesa-17.3.9Juan A. Suarez Romero1-0/+161
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-11mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák1-16/+34
v2: - Provide a correct explanation on the envvars documentation (Ian). - Provide a more correct explanation on the function comments (Andres). v3: - Homogenize documentation and inline comments (Emil). - Correct a typo (Emil). Fixes: 2599b92eb97 ("mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE") Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Ian Romanick <ian.d.romanick@intel.com> Cc: Eric Engestrom <eric.engestrom@imgtec.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 806ab42c0f53064a774f002e311cfbb7ff10a667)
2018-04-03docs: add sha256 checksums for 17.3.8Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-03docs: add release notes for 17.3.8mesa-17.3.8Juan A. Suarez Romero1-0/+146
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-03-21docs: add sha256 checksums for 17.3.7Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-03-21docs: add release notes for 17.3.7mesa-17.3.7Juan A. Suarez Romero1-0/+311
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-02-27docs: add sha256 checksums for 17.3.6Emil Velikov1-1/+3
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-27docs: add release notes for 17.3.6mesa-17.3.6Emil Velikov1-0/+83
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-19docs: add sha256 checksums for 17.3.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-19docs: add release notes for 17.3.5mesa-17.3.5Emil Velikov1-0/+65
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-15docs: add sha256 checksums for 17.3.4Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-15docs: add release notes for 17.3.4mesa-17.3.4Emil Velikov1-0/+274
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-01-18docs: add sha256 checksums for 17.3.3Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-01-18docs: add release notes for 17.3.3mesa-17.3.3Juan A. Suarez Romero1-0/+150
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-01-09docs: add sha256 checksums for 17.3.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-01-08docs: add release notes for 17.3.2mesa-17.3.2Emil Velikov1-0/+108
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-12-21docs: add sha256 checksums for 17.3.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-12-21docs: add release notes for 17.3.1mesa-17.3.1Emil Velikov1-0/+190
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-12-14docs/llvmpipe: document ppc64le as alternative architecture to x86.Ben Crocker1-3/+9
Power8, Power8NV, and Power9 are supported on an equal footing with X86. Cc: "17.2" "17.3" <mesa-stable@lists.freedesktop.org> Signed-off-by: Ben Crocker <bcrocker@redhat.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> [Eric: changed formatting, reworded a bit (with Ben's ack)] Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> (cherry picked from commit 060eb314eb4e551cf870ad6a6e7e1363d4228efe)
2017-12-08docs: add sha256 checksums for 17.3.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-12-08docs: Update 17.3.0 release notesmesa-17.3.0Emil Velikov1-5/+178
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-11-29docs/llvmpipe.html: Minor editsBen Crocker1-7/+7
Language and spelling fixups in three places. Cc: "17.2" "17.3" <mesa-stable@lists.freedesktop.org> Signed-off-by: Ben Crocker <bcrocker@redhat.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> [Eric: move two fixes from the other patch to this one.] Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> (cherry picked from commit b43daf7bf6cb505ece025c718ac6f074c38b2d49)
2017-11-29docs: Point to apt.llvm.org for development snapshot packagesKai Wasserbäch1-0/+6
Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (cherry picked from commit d25123e23a77e216b45f8e1a83ac32805b07be82)
2017-11-13docs: Fix GL_MESA_program_debug enumsRoland Scheidegger1-18/+8
13b303ff9265b89bdd9100e32f905e9cdadfad81 added the actual enums but didn't remove the already existing XXXX ones. (And also duplicated the "fragment" names instead of using the "vertex" names.) Fixes: 13b303ff9265b89bdd91 "docs: Update the list of used MESA GL enums." Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Brian Paul <brianp@vmware.com> (cherry picked from commit dd38a4ee0d0b6b7addb341fe327c245bf64903e5)
2017-10-20relnotes/17.3: EGL_IMG_context_priority is now implementedChris Wilson1-0/+1
Suggested-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-10-19docs: update calendar, add news item and link release notes for 17.2.3Emil Velikov3-7/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-10-19docs: add sha256 checksums for 17.2.3Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit facc85181883cb514b2b1a8106255be88fd54c6e)
2017-10-19docs: add release notes for 17.2.3Emil Velikov1-0/+180
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 28dc4b64f2f75dc0a0a98e2b97f1dd3350f50e2d)
2017-10-16docs: Add EXT_memory_objects extensions to features.txtJakob Bornecrantz1-0/+6
These extensions are good for Vulkan interop, so track them. Signed-off-by: Jakob Bornecrantz <jakob.bornecrantz@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-10-12relnotes: document EGL_ANDROID_native_fence_sync on radeonsiMarek Olšák1-0/+1
2017-10-10mesa: Implement a new GL_MESA_tile_raster_order extension.Eric Anholt1-0/+5
The intent is to use this extension on vc4 to allow X11 to do overlapping CopyArea() within a pixmap without first blitting the pixmap to a temporary. With associated glamor patches, improves x11perf -copywinwin100 performance on a Raspberry Pi 3 from ~4700/sec to ~5130/sec, and is an even larger boost to uncomposited window movement performance (most copywinwin100 copies don't overlap). v2: Fix glIsEnabled() on the new enums. v3: Drop the local spec since I'm upstreaming the spec. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-10-10docs: Update the list of used MESA GL enums.Eric Anholt1-0/+10
Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-10-10docs: Fix a typo in the old MESA_program_debug spec.Eric Anholt1-1/+1
Noticed that we had two 0x8bb4 in the spec while grepping to find an open slot in the MESA enums set. gl.xml had the right value. Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-10-10mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt1-1/+1
This extension is effectively a backport of GLES3's internalformat handling to GLES 1/2. It guarantees that sized internalformats specified for textures and renderbuffers have at least the specified size stored. That's a pretty minimal requirement, so I think it can be dummy_true and exposed as a standard in Mesa. As a side effect, it also allows GL_RGB565 to be specified as a texture format, not just as a renderbuffer. Mesa had previously been allowing 565 textures, which angered DEQP in the absence of this extension being exposed. v2: Allow 2101010rev with sized internalformats even on GLES3, citing the extension spec. Extend extension checks for GLES2 contexts exposing with texture_float, texture_half_float, and texture_rg. v3: Fix ALPHA/LUMINANCE/LUMINANCE_ALPHA error checking (GLES3 CTS failures) v4: Mark GL_RGB10 non-color-renderable on ES, fix A/L/LA errors on GLES2 with float formats. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-10-05egl: Simplify the "driver" interfaceAdam Jackson1-10/+0
"Driver" isn't a great word for what this layer is, it's effectively a build-time choice about what OS you're targeting. Despite that both of the extant backends totally ignore the display argument, the old code would only set up the backend relative to a display. That causes problems! One problem is it means eglGetProcAddress can generate X or Wayland protocol when it tries to connect to a default display so it can call into the backend, which is, you know, completely bonkers. Any other EGL API that doesn't reference a display, like EGL_EXT_device_query, would have the same issue. Fortunately this is a problem that can be solved with the delete key. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-10-02docs: Document that libtxc_dxtn is now no longer neededMatt Turner1-0/+1
2017-10-02docs: GL_ARB_indirect_parameters is now supported on i965/gen7+Matt Turner2-1/+2
2017-10-02docs: update calendar, add news item and link release notes for 17.2.2Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2017-10-02docs: add sha256 checksums for 17.2.2Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 5a71ed6fa5b78f04b29e972e0759fa15cf0247b2)
2017-10-02docs: add release notes for 17.2.2Juan A. Suarez Romero1-0/+202
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit bc12538a8e79113b733381ffdc0f6c89d59d0a50)
2017-09-25docs: update calendar, add news item and link release notes for 17.1.10Juan A. Suarez Romero3-7/+7
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2017-09-25docs: add sha256 checksums for 17.1.10Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 60df95c6bd8c8cc0d440f3940bbbe936d490c67d)
2017-09-25docs: add release notes for 17.1.10Juan A. Suarez Romero1-0/+154
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 834d6c60db266c7d7dfd973729f20379dd3da287)
2017-09-20llvmpipe, gallivm: implement lod queries (LODQ opcode)Roland Scheidegger1-1/+1
This uses all the existing code to calculate lod values for mip linear filtering. Though we'll have to disable the simplifications (if we know some parts of the lod calculation won't actually matter for filtering purposes due to mip clamps etc.). For better or worse, we'll also disable lod calculation hacks (mostly should make a difference for cube maps) always - the issue with per-pixel lod being difficult is mostly because we then have different mipmaps needed for the actual texel fetch, which isn't a problem with lodq. We still use approximation for the log2 - for that reason I believe the float part of the lod is only accurate to about 4-5 bits (and one bit less with 1d textures actually) which is hopefully good enough (though d3d10 technically requires 6 bits - could use quadratic interpolation instead of linear to get 8 bits or so). Since lodq requires unclamped lod, we also have to move some sampler key calculations to texture sampling code - even if we know we're going to access mipmap 0 we still have to calculate lod and apply lod_bias for lodq. Passes piglit ARB_texture_query_lod tests (after having fixed the test). Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2017-09-18docs: update calendar, add news item and link release notes for 17.2.1Emil Velikov3-7/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-09-18docs: add sha256 checksums for 17.2.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit bd903d4ee15333288848708a60d6c8002cbb5cb1)
2017-09-18docs: add release notes for 17.2.1Emil Velikov1-0/+199
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit d6d2b6b5ec9b1638c0827582872670c7da79bb53)
2017-09-17docs: update sourcetree following omx renameEric Engestrom1-1/+1
Fixes: 6a8aa11c207b99920b93 "st/omx_bellagio: Rename state tracker and option" Cc: Gurkirpal Singh <gurkirpal204@gmail.com> Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Andres Gomez <agomez@igalia.com>
2017-09-17docs/submittingpatches: add 'test each commit' instructionsEric Engestrom1-0/+12
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
2017-09-15i965: Add an INTEL_DEBUG=reemit option.Kenneth Graunke1-0/+1
Jason and I use this for debugging all the time. Recompiling the driver to enable it is kind of annoying. It's a great thing to try along with always_flush_batch=true and always_flush_cache=true to detect a class of problems - namely, atoms listening to an insufficient set of dirty bits. Reviewed-by: Matt Turner <mattst88@gmail.com>