mesa/src
Kenneth Graunke d9d6305b80 st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0
Table 23.54 of the OpenGL 4.5 spec lists the minimum values for
GL_POINT_SIZE_RANGE as [1, 1].  So zero is not allowed (even though
arguably this could be useful for MSAA rendering, where a sub-1px
point might cover only some samples...)

This fixes the WebGL 2.0 conformance suite's state.gl-get-calls test
on Chromium on Linux, which uses desktop OpenGL.  The test checks that
the minimum value of GL_ALIASED_POINT_SIZE_RANGE is 1.  Unfortunately,
that query doesn't exist in desktop GL, so it checks POINT_SIZE_RANGE,
which is the anti-aliased value.  There's not really anything better
for Chromium to do here, unfortunately.  When running Chromium with
--api=es3, it maps it to the correct query and the test already works.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2019-09-16 13:40:41 -07:00
..
amd radv: always emit a position export in gs copy shaders 2019-09-16 19:42:30 +00:00
broadcom nir: allow specifying filter callback in lower_alu_to_scalar 2019-09-06 01:51:28 +00:00
compiler nir/large_constants: pass after lowering copy_deref 2019-09-16 11:23:48 +00:00
drm-shim meson: replace libmesa_util with idep_mesautil 2019-08-03 00:08:37 +00:00
egl egl/android: Fix build since the DRI fourcc removal. 2019-09-12 21:54:30 +00:00
etnaviv etnaviv: Add valgrind support 2019-08-14 10:36:20 +02:00
freedreno freedreno/a6xx: pre-calculate userconst stateobj size 2019-09-12 18:07:20 -07:00
gallium gallium/gdi: use GALLIUM_FOO rather than HAVE_FOO 2019-09-16 17:54:00 +00:00
gbm gbm: Add buffer handling and visuals for fp16 formats 2019-08-21 18:36:57 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx: Remove unused indirection for glx_context->fillImage 2019-09-12 13:23:32 -04:00
gtest
hgl
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel nir/large_constants: pass after lowering copy_deref 2019-09-16 11:23:48 +00:00
loader driconfig: add a new engine name/version parameter 2019-09-15 15:37:02 +03:00
mapi scons: Make scons and meson agree about path to glapi generated headers 2019-09-16 17:54:00 +00:00
mesa st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0 2019-09-16 13:40:41 -07:00
panfrost panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop 2019-09-13 12:03:47 +02:00
util drirc: include unreal engine version 0 to 23 2019-09-16 21:47:21 +03:00
vulkan vulkan: add vk_x11_strict_image_count option 2019-09-15 15:37:02 +03:00
meson.build meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
SConscript