mesa: Revert INTEL_fragment_shader_ordering support
This extension is not properly tested (testing for GL_ARB_fragment_shader_interlock is not sufficient), and since this was noted in review on August 28th no tests have been sent. Revert "i965: Add INTEL_fragment_shader_ordering support." Revert "mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering" This reverts commit03ecec9ed2
. This reverts commit119435c877
. Cc: mesa-stable@lists.freedesktop.org Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -1122,7 +1122,6 @@ enum ir_intrinsic_id {
|
||||
ir_intrinsic_memory_barrier_shared,
|
||||
ir_intrinsic_begin_invocation_interlock,
|
||||
ir_intrinsic_end_invocation_interlock,
|
||||
ir_intrinsic_begin_fragment_shader_ordering,
|
||||
|
||||
ir_intrinsic_vote_all,
|
||||
ir_intrinsic_vote_any,
|
||||
|
Reference in New Issue
Block a user