obs-studio/libobs/graphics
jp9000 5291760cf8 Fix gs_matrix_* issues
Multiplication of the matricies was being done in the wrong direction.
This caused source transformations to come out looking incorrect, for
example the linux-xshm source's cursor would not be drawn correctly or
in the right position if the source was moved/scaled/rotated.  The
problem just turned out to be that the gs_matrix_* functions were
multiplying in the wrong direction.  Reverse the direction of
multiplication, and the problem is solved.
2014-08-20 13:04:13 -07:00
..
axisang.c With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
axisang.h With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
basemath.hpp first commit 2013-09-30 19:37:13 -07:00
bounds.c Fix 'missing braces' warning 2014-07-13 12:44:33 -07:00
bounds.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
device-exports.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
effect-parser.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
effect-parser.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
effect.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
effect.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
graphics-ffmpeg.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
graphics-imports.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
graphics-internal.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
graphics-magick.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
graphics.c Fix gs_matrix_* issues 2014-08-20 13:04:13 -07:00
graphics.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
input.h With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
math-defs.h With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
math-extra.c fix min_adjust usage in calc_torque 2013-12-12 23:57:36 +01:00
math-extra.h With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
matrix3.c Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
matrix3.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
matrix4.c Add reverse matrix multiply functions 2014-08-20 12:34:44 -07:00
matrix4.h Add reverse matrix multiply functions 2014-08-20 12:34:44 -07:00
plane.c Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
plane.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
quat.c Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
quat.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
shader-parser.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
shader-parser.h (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
texture-render.c (API Change) Improve graphics API consistency 2014-08-09 11:57:38 -07:00
vec2.c With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
vec2.h With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+) 2013-12-02 22:24:38 -07:00
vec3.c Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
vec3.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
vec4.c Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00
vec4.h Change graphics subsystem to 4x4 matrices 2014-06-14 23:17:04 -07:00