https://bugs.freedesktop.org/show_bug.cgi?id=60082
Priority: medium Bug ID: 60082 Keywords: regression CC: e0425...@student.tuwien.ac.at Assignee: mesa-dev@lists.freedesktop.org Summary: [ FAILED ] DispatchSanity_test.GL31_CORE Severity: normal Classification: Unclassified OS: Linux (All) Reporter: v...@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Mesa core Product: Mesa mesa: 4bdf5454a5b0846d56c610b4e7e595fbedcf4c22 (master) $ make check [...] [----------] 4 tests from DispatchSanity_test [ RUN ] DispatchSanity_test.GL31_CORE dispatch_sanity.cpp:170: Failure Value of: table[i] Actual: 0x4ae202 Expected: (_glapi_proc) _mesa_generic_nop Which is: 0x41025d i = 822 (TexBufferRange) [ FAILED ] DispatchSanity_test.GL31_CORE (2 ms) [ RUN ] DispatchSanity_test.GLES11 [ OK ] DispatchSanity_test.GLES11 (0 ms) [ RUN ] DispatchSanity_test.GLES2 [ OK ] DispatchSanity_test.GLES2 (1 ms) [ RUN ] DispatchSanity_test.GLES3 [ OK ] DispatchSanity_test.GLES3 (0 ms) [----------] 4 tests from DispatchSanity_test (3 ms total) 785a8c3bebac838b675ac891aaadff4efcb504d8 is the first bad commit commit 785a8c3bebac838b675ac891aaadff4efcb504d8 Author: Christoph Bumiller <e0425...@student.tuwien.ac.at> Date: Fri Jan 25 14:54:05 2013 +0100 mesa: implement GL_ARB_texture_buffer_range v2: Record texObj.BufferSize as -1 in TexBuffer(non-Range) instead of the buffer's current size so we know we always have to use the full size of the buffer object (i.e. even if it changes without the user calling TexBuffer again) for the texture. Clarify invalid offset alignment error message. v3: Use extra GL_CORE-only section in get_hash_params.py for TEXTURE_BUFFER_OFFSET_ALIGNMENT. v4: Remove unnecessary check for profile in _mesa_TexBufferRange. Add check for extension enable in get_tex_level_parameter_buffer. v5: Fix position in gl_API.xml. Add comment about meaning of BufferSize == -1. v6: Add back checks for core profile and add a note about it. Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> Reviewed-by: Eric Anholt <e...@anholt.net> :040000 040000 f5a391a26fe6f24ea7f1a87b9983ec59c9e519e7 8478a472f4d03eb1b2ebc00b3c2ea80f49fa4d06 M src bisect run success -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev