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 66c949d0a1 )
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 ee57c22141 )
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 ec14e6f8fd )
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 31bf247031 )
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 b4bfea0094 )
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 914966befc )
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
Emil Velikov
3cd5395206
docs: add news item and link release notes for 10.6.9
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-10-03 13:23:13 +01:00
Emil Velikov
61c35ce4f9
docs: add sha256 checksums for 10.6.9
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 8957b696f9 )
2015-10-03 13:20:08 +01:00
Emil Velikov
b2a987fc12
docs: add release notes for 10.6.9
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit ab9aacce2d )
2015-10-03 13:20:06 +01:00
Emil Velikov
589249a792
docs: add news item and link release notes for 11.0.2
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-09-29 00:22:32 +01:00
Emil Velikov
dda02d202e
docs: add sha256 checksums for 11.0.2
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 4c0b484612 )
2015-09-29 00:21:14 +01:00
Emil Velikov
58e02b2a4e
docs: add release notes for 11.0.2
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 51e0b06d99 )
2015-09-29 00:21:12 +01:00
Samuel Iglesias Gonsalvez
2b9248dc58
docs: mention ARB_shader_storage_buffer_object on 11.1.0 release notes
...
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
2015-09-28 16:34:24 +02:00
Boyan Ding
3c63a2d2f0
docs/GL3.txt: fix typo
...
Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com>
Reviewed-by: Albert Freeman <albertwdfreeman@gmail.com>
2015-09-27 17:54:23 -07:00
Emil Velikov
d2d4f00a2c
docs: add news item and link release notes for 11.0.1
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-09-26 14:25:19 +01:00
Emil Velikov
5d08669e2f
docs: add sha256 checksums for 11.0.1
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 7f1a77ae66 )
2015-09-26 14:23:00 +01:00
Emil Velikov
aeec994954
docs: add release notes for 11.0.1
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit bcb9e1d26b )
2015-09-26 14:22:59 +01:00
Iago Toral Quiroga
065e7d37f1
docs: Mark ARB_shader_storage_buffer_object as done for i965
...
v2:
- Mark it too for GLES 3.1
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-25 08:39:23 +02:00
Ilia Mirkin
71e187430c
i965: add ARB_texture_barrier support
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
2015-09-23 15:49:54 -04:00
Ilia Mirkin
72ebd532a1
radeonsi: implement TXQS support
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Tested-by: Fredrik Bruhn <f@unibap.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2015-09-21 08:31:29 -04:00