Mesa (10.4): mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose

Emil Velikov evelikov at kemper.freedesktop.org
Wed Nov 26 21:46:18 UTC 2014


Module: Mesa
Branch: 10.4
Commit: 6c383aaaddd0def1b0366dc2995af56f14f9d1c0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c383aaaddd0def1b0366dc2995af56f14f9d1c0

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Mon Nov 24 21:44:38 2014 +1300

mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose

This was just returning the same value as GL_CURRENT_MATRIX_ARB.
Spotted while investigating something else in apitrace.

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
Cc: "10.3 10.4" <mesa-stable at lists.freedesktop.org>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
(cherry picked from commit 2b4fe85f0ea613463b8bba3149183eca97e98e75)

---

 src/mesa/main/get_hash_params.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/get_hash_params.py b/src/mesa/main/get_hash_params.py
index a931d9d..09a61ac 100644
--- a/src/mesa/main/get_hash_params.py
+++ b/src/mesa/main/get_hash_params.py
@@ -627,7 +627,7 @@ descriptor=[
 # == GL_CURRENT_MATRIX_NV
   [ "CURRENT_MATRIX_ARB", "LOC_CUSTOM, TYPE_MATRIX, 0, extra_ARB_vertex_program_ARB_fragment_program" ],
 # == GL_CURRENT_MATRIX_NV
-  [ "TRANSPOSE_CURRENT_MATRIX_ARB", "LOC_CUSTOM, TYPE_MATRIX, 0, extra_ARB_vertex_program_ARB_fragment_program" ],
+  [ "TRANSPOSE_CURRENT_MATRIX_ARB", "LOC_CUSTOM, TYPE_MATRIX_T, 0, extra_ARB_vertex_program_ARB_fragment_program" ],
 # == GL_PROGRAM_ERROR_POSITION_NV
   [ "PROGRAM_ERROR_POSITION_ARB", "CONTEXT_INT(Program.ErrorPos), extra_ARB_vertex_program_ARB_fragment_program" ],
 




More information about the mesa-commit mailing list