Emil Velikov
380aec1703
docs: add release notes for 11.0.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 04fd3a6f629b5098cc2a4da1f2392678349ecf56)
2015-11-21 12:41:21 +00:00
Ilia Mirkin
d8c26969d5
freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
...
Same as commit 84d087aea
but for a4xx. The RE'd enums had the same issue
too.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-20 20:41:39 -05:00
Brian Paul
1def5ef958
docs: mention GL 3.3 support for VMware driver in Mesa 11.1 relnotes
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2015-11-20 14:06:25 -07:00
Timothy Arceri
b109cd3c27
docs: mark compile-time constant expressions as done
...
Reviewed-by: Emil Velikov <emil.velikov@collabora.com >
2015-11-21 07:30:18 +11:00
Samuel Pitoiset
f57285c8fc
docs: mark GL_AMD_performance_monitor for nv50
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-20 21:03:14 +01:00
Ian Romanick
2f7d2fd997
docs: Add GL_EXT_shader_samples_identical to the release notes
...
Trivial
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com >
2015-11-20 11:38:11 -08:00
Boyan Ding
b8547a5063
mesa: re-enable KHR_debug for ES contexts
...
With the earlier issues resolved we can expose the extension.
Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com >
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com >
2015-11-20 11:14:05 +00:00
Ian Romanick
b1b9f68d4c
Import current draft of EXT_shader_samples_identical spec
...
v2: Add Neil to the list of contributors. I meant to do that before,
but Matt reminded me.
v3: Fix typos noticed by Nicolai.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz >
2015-11-19 20:17:15 -08:00
Ilia Mirkin
bcda79676a
docs: GL3.1 for a3xx and a4xx
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-19 12:26:28 -05:00
Ryan Houdek
0ec218d167
mesa: enable EXT_blend_func_extended if the driver supports the ARB version
...
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com >
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-19 11:39:51 -05:00
Jimmy Berry
09d610796c
gallium/hud: document GALLIUM_HUD_PERIOD in envvars.html.
...
Signed-off-by: Marek Olšák <marek.olsak@amd.com >
2015-11-19 00:02:34 +01:00
Jimmy Berry
56a1c10bb8
gallium/hud: control visibility at startup and runtime.
...
- env GALLIUM_HUD_VISIBLE: control default visibility
- env GALLIUM_HUD_SIGNAL_TOGGLE: toggle visibility via signal
Signed-off-by: Marek Olšák <marek.olsak@amd.com >
2015-11-19 00:02:33 +01:00
Rob Clark
4671c13852
freedreno/a4xx: add fake RGTC support (required for GL3)
...
The a4xx bits corresponding to 'freedreno/a3xx: add fake RGTC support
(required for GL3)'
TODO some more r/e.. maybe we get lucky and hw supports some of this
directly? For now this will help us enable gl3.
Signed-off-by: Rob Clark <robclark@freedesktop.org >
2015-11-18 14:31:13 -05:00
Ilia Mirkin
d69e557f2a
freedreno: add support for conditional rendering, required for GL3.0
...
A smarter implementation would make it possible to attach this to emit
state for the BY_REGION versions to avoid breaking the tiling. But this
is a start.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
Signed-off-by: Rob Clark <robclark@freedesktop.org >
2015-11-18 14:31:13 -05:00
Ilia Mirkin
059da344ec
freedreno/a3xx: add fake RGTC support (required for GL3)
...
Also throw in LATC while we're at it (same exact format). This could be
made more efficient by keeping a shadow compressed texture to use for
returning at map time. However... it's not worth it for now...
presumably compressed textures are not updated often.
Lastly fix up Z32S8 transfers to non-0 layers.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
Signed-off-by: Rob Clark <robclark@freedesktop.org >
2015-11-18 14:31:13 -05:00
Ilia Mirkin
84d087aea2
freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
...
The previously RE'd formats were from an ES driver implementing
OES_vertex_type_10_10_10_2 and thus backwards. A future change could add
the 2_10_10_10 support.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
Signed-off-by: Rob Clark <robclark@freedesktop.org >
2015-11-18 14:31:13 -05:00
Neil Roberts
2ca018cb65
docs: Add 16x MSAA on i965 to the release notes
...
Signed-off-by: Neil Roberts <neil@linux.intel.com >
2015-11-16 14:36:27 +01:00
Brian Paul
5a5efbf804
docs: add link to Coverity on developer utilities page
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2015-11-13 08:02:19 -07:00
Brian Paul
00046393f8
docs: update VMware driver instructions
...
Use a LIBDIR variable, set per-platform.
Update the Mesa configuration flags.
Run update-initramfs or dracut, update /etc/modules
Signed-off-by: Brian Paul <brianp@vmware.com >
2015-11-13 08:02:19 -07:00
Ilia Mirkin
c4182bb9b0
nv50,nvc0: add ARB_clear_texture support
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-11 19:20:41 -05:00
Emil Velikov
cbb7d90e57
docs: add news item and link release notes for 11.0.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2015-11-11 11:18:32 +00:00
Emil Velikov
6435d8ac5a
docs: add sha256 checksums for 11.0.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 66c949d0a19b1e601243be22b6506528b866388b)
2015-11-11 11:16:43 +00:00
Emil Velikov
07948b03fb
docs: add release notes for 11.0.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit ee57c22141c42d9b511a7dfa5971c4428cd1c6e7)
2015-11-11 11:16:42 +00:00
Glenn Kennard
c878d61124
r600g: Implement ARB_texture_view
...
Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com >
Reviewed-by: Marek Olšák <marek.olsak@amd.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2015-11-11 08:36:08 +10:00
Ilia Mirkin
3ea3727998
docs: note that ARB_copy_image was added to nv50, nvc0 in this release
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-09 07:14:07 -05:00
Christian König
df4f9b0236
radeon/uvd: add H.265/HEVC to legal notes
...
Signed-off-by: Christian König <christian.koenig@amd.com >
Reviewed-by: Alex Deucher <alexander.deucher@amd.com >
2015-11-08 18:16:01 -05:00
Ryan Houdek
13b19aa815
mesa: expose support for GL_EXT_buffer_storage
...
This extension requires ES 3.1 since it relies on glMemoryBarrier.
For testing purposes I temporarily moved glMemoryBarrier to be an ES 3.0
function.
This has been tested with the piglit in the ML and the Dolphin emulator.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-04 00:01:03 -05:00
Timothy Arceri
6e3b380387
docs: Mark AoA as done for i965
...
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com >
2015-11-04 13:41:16 +11:00
Ryan Houdek
af7c98a9c7
mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES
...
This has been tested with the piglits in the mailing list and
on the Dolphin emulator.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-11-01 23:02:06 -05:00
Emil Velikov
60418a28ea
i965: enable ARB_shader_clock on gen7+
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
Reviewed-by: Matt Turner <mattst88@gmail.com >
2015-10-30 17:23:18 +00:00
Kenneth Graunke
cf93251bed
docs: Mark GL_ARB_fragment_layer_viewport as done on i965.
2015-10-28 22:05:08 -07:00
Ilia Mirkin
d0693d7515
nv50: add ARB_copy_image support
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-10-28 20:53:30 -04:00
Ilia Mirkin
ebbd7b41c0
nvc0: add ARB_copy_image support
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2015-10-28 20:42:59 -04:00
Marek Olšák
f04f13622f
st/mesa: implement ARB_copy_image
...
I wonder if the craziness was worth it.
Reviewed-by: Brian Paul <brianp@vmware.com >
2015-10-28 11:52:17 +01:00
Emil Velikov
a305d59baa
docs: add news item and link release notes for 11.0.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2015-10-25 10:17:14 +00:00
Emil Velikov
47dd80a35d
docs: add sha256 checksums for 11.0.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit ec14e6f8fd05999b482e0785d8cd286042c9c254)
2015-10-25 10:14:04 +00:00
Emil Velikov
bddb7a51c3
docs: add release notes for 11.0.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 31bf24703193cc23961923e01548b1acb2760a93)
2015-10-25 10:14:03 +00:00
Fabio Pedretti
b0342f48d0
docs/index.html: fix typo
...
Reviewed-by: Boyan Ding <boyan.j.ding@gmail.com >
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2015-10-24 19:27:24 +01:00
Dave Airlie
5145243018
docs: update relnotes to mention virgl driver.
2015-10-23 14:40:07 +10:00
Ben Widawsky
8eefdacb38
i965: Advertise ARB_shader_stencil_export (gen9+)
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2015-10-21 21:14:44 -07:00
Marek Olšák
12321966ae
radeonsi: add support for ARB_texture_view
...
All tests pass. We don't need to do much - just set CUBE if the view
target is CUBE or CUBE_ARRAY, otherwise set the resource target.
The reason this can be so simple is that texture instructions
have a greater effect on the target than the sampler view.
Thanks Glenn for the piglit test.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com >
2015-10-20 12:25:19 +02:00
Glenn Kennard
24a1a157a6
r600g: Enable GL_ARB_gpu_shader5 extension
...
Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2015-10-13 08:55:42 +10:00
Emil Velikov
2496cfd771
docs: add news item and link release notes for 11.0.3
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2015-10-10 17:10:26 +01:00
Emil Velikov
55a8f072ea
docs: add sha256 checksums for 11.0.3
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit b4bfea0094d0037b1f66f3437e44e333f2f0c3f6)
2015-10-10 17:10:26 +01:00
Emil Velikov
8337a31bcc
docs: add release notes for 11.0.3
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 914966befcd57764941405707d8f57d3e7e7f768)
2015-10-10 17:10:26 +01:00
Boyan Ding
89ae41ab4c
docs/relnotes: document EGL_KHR_create_context on llvmpipe and softpipe
...
Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com >
2015-10-08 14:05:36 +01:00
Emil Velikov
bbf728f11b
Revert "mesa: enable KHR_debug for ES contexts"
...
This reverts commit b69cfbdf18
.
This isn't quite baked yet. Seems that despite building the ES piglits,
none of them got executed.
2015-10-07 21:49:50 +01:00
Emil Velikov
4ea5ed9f51
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
...
No driver changes needed for softpipe/llvmpipe - things just work.
v2: Whitespace fixes.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
Reviewed-by: Boyan Ding <boyan.j.ding@gmail.com >
Acked-by: Alex Deucher <alexander.deucher@amd.com >
2015-10-07 15:18:03 +01:00
Emil Velikov
b69cfbdf18
mesa: enable KHR_debug for ES contexts
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2015-10-07 15:08:50 +01:00
Timothy Arceri
6483183279
docs: Mark GL_ARB_enhanced_layouts as in progress
2015-10-06 14:04:23 +11:00