gallium/swr: Enable some ARB_gpu_shader5 extensions
Enable / add to features.txt: - Enhanced textureGather. - Geometry shader instancing. - Geometry shader multiple streams. Reviewed-by: Jan Zielinski <jan.zielinski@intel.com>
This commit is contained in:

committed by
Jan Zielinski

parent
e5ed9a1b91
commit
084431ce45
@@ -121,9 +121,9 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl
|
|||||||
- Implicit signed -> unsigned conversions DONE (softpipe)
|
- Implicit signed -> unsigned conversions DONE (softpipe)
|
||||||
- Fused multiply-add DONE (softpipe)
|
- Fused multiply-add DONE (softpipe)
|
||||||
- Packing/bitfield/conversion functions DONE (freedreno, softpipe)
|
- Packing/bitfield/conversion functions DONE (freedreno, softpipe)
|
||||||
- Enhanced textureGather DONE (freedreno, softpipe)
|
- Enhanced textureGather DONE (freedreno, softpipe, swr)
|
||||||
- Geometry shader instancing DONE (llvmpipe, softpipe)
|
- Geometry shader instancing DONE (llvmpipe, softpipe, swr)
|
||||||
- Geometry shader multiple streams DONE (softpipe)
|
- Geometry shader multiple streams DONE (softpipe, swr)
|
||||||
- Enhanced per-sample shading DONE ()
|
- Enhanced per-sample shading DONE ()
|
||||||
- Interpolation functions DONE (softpipe)
|
- Interpolation functions DONE (softpipe)
|
||||||
- New overload resolution rules DONE (softpipe)
|
- New overload resolution rules DONE (softpipe)
|
||||||
|
@@ -274,6 +274,7 @@ swr_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||||||
case PIPE_CAP_DOUBLES:
|
case PIPE_CAP_DOUBLES:
|
||||||
case PIPE_CAP_TEXTURE_QUERY_LOD:
|
case PIPE_CAP_TEXTURE_QUERY_LOD:
|
||||||
case PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS:
|
case PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS:
|
||||||
|
case PIPE_CAP_TGSI_TG4_COMPONENT_IN_SWIZZLE:
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
/* MSAA support
|
/* MSAA support
|
||||||
|
Reference in New Issue
Block a user