https://bugs.freedesktop.org/show_bug.cgi?id=92137
Bug ID: 92137 Summary: [regression, bisected] piglit arb_separate_shader_objects.validateprogrampipeline fails Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Mesa core Assignee: mesa-dev@lists.freedesktop.org Reporter: stu_...@126.com QA Contact: mesa-dev@lists.freedesktop.org Found this while testing my own patches. Bisect shows: ba02f7a3b6a0e4314753a8e5080db61241563f9c is the first bad commit commit ba02f7a3b6a0e4314753a8e5080db61241563f9c Author: Tapani Pälli <tapani.pa...@intel.com> Date: Tue Sep 1 13:53:44 2015 +0300 mesa: return initial value for VALIDATE_STATUS if pipe not bound From OpenGL 4.5 Core spec (7.13): "If pipeline is a name that has been generated (without subsequent deletion) by GenProgramPipelines, but refers to a program pipeline object that has not been previously bound, the GL first creates a new state vector in the same manner as when BindProgramPipeline creates a new program pipeline object." I interpret this as "If GetProgramPipelineiv gets called without a bound (but valid) pipeline object, the state should reflect initial state of a new pipeline object." This is also expected behaviour by ES31-CTS.sepshaderobjs.PipelineApi conformance test. Signed-off-by: Tapani Pälli <tapani.pa...@intel.com> Reviewed-by: Marta Lofstedt <marta.lofst...@intel.com> :040000 040000 57ae85456fbbc0c41662d47e13a0dc7419f70448 1b83a40c334739a0feafeafb6a6ce491ad6883ab M src -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev