Commit Graph

  • b2ceadc9f2
    Merge pull request #75 from madebr/pr69extra aap 2021-06-29 11:46:54 +0200
  • a20f9e738b cmake: nx toolchain has FindOpenGL module Anonymous Maarten 2021-06-27 18:43:30 +0200
  • 60588b7192 cmake: merge librw_skeleton_imgui in librw_skeleton Anonymous Maarten 2021-06-22 22:51:20 +0200
  • 4a88067d68 git: ignore imgui.ini file Anonymous Maarten 2021-06-22 21:17:18 +0200
  • acda80c112 cmake+ps2: create .elf files Anonymous Maarten 2021-06-22 21:17:05 +0200
  • afdc14776b cmake: move ps2 cmake toolchain to subdirectory of ps2 Anonymous Maarten 2021-06-22 21:14:22 +0200
  • 83ba0bd615 cmake: fix Nintendo Switch support Anonymous Maarten 2021-06-22 19:47:36 +0200
  • 829cf6b700 cmake: fix playground typo Anonymous Maarten 2021-03-26 23:58:03 +0100
  • f63adcc6c7 cmake: move around the add_subdirectory's in tools Anonymous Maarten 2021-03-26 23:57:11 +0100
  • 7e76353128 cmake: targets linked to skeleton are GUI aps (WinMain, /subsystem:WINDOWS) so need WIN32 Anonymous Maarten 2021-03-26 23:44:41 +0100
  • 53bf5288de conan: set platform=d3d9 as default on Windows Anonymous Maarten 2021-03-26 23:37:49 +0100
  • bcfe402fe9 cmake: copy assets to build dir Anonymous Maarten 2021-03-26 23:33:38 +0100
  • 351ddded34 do not build samples if null renderer Seo Youngjin 2021-03-26 15:21:13 +0900
  • 36f95294fb build sample with cmake on Linux Seo Youngjin 2021-03-23 17:00:09 +0900
  • 6f5e6fe4e8
    Merge pull request #73 from AGraber/nx-new aap 2021-06-22 12:50:59 +0200
  • 44a619a6e6 cmake+nx: make binary tarball relocatable Anonymous Maarten 2021-06-17 23:44:07 +0200
  • 03df7307bb Add find_library checks for Switch libraries Adrian Graber 2021-06-17 15:57:52 +0200
  • 06a59173bc Add Switch NRO executables to Actions' artifacts Adrian Graber 2021-06-17 15:44:20 +0200
  • 7301893152 Add Nintendo Switch support through CMake Adrian Graber 2021-06-09 23:52:51 +0200
  • 2180816652 do not build samples if null renderer Seo Youngjin 2021-03-26 15:21:13 +0900
  • 2b771342a0 build sample with cmake on Linux Seo Youngjin 2021-03-23 17:00:09 +0900
  • 5b4f91b161 actually add im3d example aap 2021-03-10 09:40:33 +0100
  • b7b7334dbb added im3d example aap 2021-03-10 01:13:17 +0100
  • 136101bf10 added im2d example aap 2021-03-09 23:52:11 +0100
  • 70d222deeb add camera example aap 2021-03-03 21:53:06 +0100
  • 47487afc04 subrast example aap 2021-03-03 16:43:20 +0100
  • a72f75cb63
    Merge 57227e9b2d into d13bd898fe unrelentingtech 2021-03-03 13:47:02 +0200
  • d13bd898fe add some cleanup to lights example aap 2021-03-03 02:15:38 +0100
  • 0921a2b003 finished lights example aap 2021-03-03 02:00:52 +0100
  • af20de4522 changes to gl shaders aap 2021-03-02 22:21:58 +0100
  • 427b67c14c fixes to uniforms aap 2021-03-02 17:23:39 +0100
  • 0102f88367
    Merge pull request #68 from phire/uglyness aap 2021-02-28 10:49:29 +0100
  • 775075812b GL: Fix MSAA off mode Scott Mansell 2021-02-28 22:38:48 +1300
  • 81ed9cb75e
    Merge pull request #67 from phire/delete_the_right_thing aap 2021-02-27 09:34:25 +0100
  • 0151d72140 Opengl: need to delete Shader, not Program Scott Mansell 2021-02-27 19:28:39 +1300
  • 4dfaa83f49 Merge branch 'master' of github.com:aap/librw aap 2021-02-26 17:20:29 +0100
  • 58357e37e1 implement more options for matfx aap 2021-02-26 17:20:20 +0100
  • a50e15effb
    Merge pull request #5 from SubstituteR/opengldpi Riley S 2021-02-25 16:20:57 -0500
  • 396ec95f22 SDL2 checking Riley S 2021-02-25 16:20:15 -0500
  • 82e19f40c3
    Merge pull request #4 from SubstituteR/opengldpi Riley S 2021-02-25 16:12:03 -0500
  • a968ea8364 Add default/null dpiScale for other apis Riley S 2021-02-25 16:11:34 -0500
  • e6d7c825c0
    Merge pull request #3 from SubstituteR/opengldpi Riley S 2021-02-24 00:38:49 -0500
  • b89ab48201 Better non-braching check Riley S 2021-02-24 00:37:31 -0500
  • 8573ec2586
    Merge pull request #2 from SubstituteR/opengldpi Riley S 2021-02-24 00:24:07 -0500
  • 9629666136 Fix missing / hung image on 1.0 dpi Riley S 2021-02-24 00:23:06 -0500
  • a8e005e080
    Merge pull request #1 from SubstituteR/opengldpi Riley S 2021-02-23 20:57:27 -0500
  • fe9b2c32ee Add basic OpenGL DPI Scaling Riley S 2021-02-23 20:45:48 -0500
  • 373f8399cd
    Merge pull request #62 from HaydnTrigg/master aap 2021-02-21 20:03:12 +0100
  • 266a09b60d Fix issue with IDirect3DDevice::CreateTexture failing causing undefined pointer assignment Haydn Trigg 2021-02-21 14:12:33 +0000
  • bb7fb68531 opengl default pipe: dont do unnecessary alpha test aap 2021-02-20 00:02:51 +0100
  • 276ac82ddf implement new gl uniform system aap 2021-02-19 23:32:15 +0100
  • 8b2caf8f86 window size test aap 2021-02-18 21:03:42 +0100
  • cc550ff69c fix raster bugs aap 2021-02-18 19:57:42 +0100
  • 65c619b3e7 glFramebufferTexture -> glFramebufferTexture2D aap 2021-02-18 11:07:36 +0100
  • 576d211cbd vertex input stream functions aap 2021-02-18 01:57:41 +0100
  • 6116e51b24 little readme changes; added an architecture doc aap 2021-02-17 17:17:13 +0100
  • 3ec67d1496
    Merge pull request #57 from AGraber/glad_khr_debug aap 2021-02-17 15:50:42 +0100
  • ad9954f6be Add GL_KHR_debug extension to loader Adrian Graber 2021-02-17 15:47:04 +0100
  • c2defffca3
    Merge pull request #56 from ShFil119/patch-2 aap 2021-02-17 14:33:31 +0100
  • 0a4572ce6c
    Update CMakeLists.txt shfil 2021-02-17 14:32:02 +0100
  • a60b7a9a57
    Merge pull request #55 from ShFil119/patch-2 aap 2021-02-17 13:57:10 +0100
  • d1554a70a8
    Update CMakeLists.txt shfil 2021-02-17 13:55:30 +0100
  • f49c707db3
    Merge pull request #54 from AGraber/glad_changes aap 2021-02-17 10:50:12 +0100
  • d341d73f80 Update glad loader Adrian Graber 2021-02-17 02:27:06 +0100
  • 767ee0eac3 glad extension fix aap 2021-02-17 01:33:12 +0100
  • 8ea4c9ae31
    Merge pull request #48 from AGraber/gl3_glad aap 2021-02-17 00:17:29 +0100
  • 41ae7b9b61 switched d3d im2d to use a VS so we can have fog aap 2021-02-12 20:09:37 +0100
  • fb859c0fa6 fix opengl im2d. d3d still no fog aap 2021-02-12 13:58:11 +0100
  • 4c77fb5754 fix d3d fb lock aap 2021-02-12 00:04:15 +0100
  • 14dab85dca playing around with clipping; fix ps2 build aap 2021-02-11 16:39:14 +0100
  • 5c95300890 fix d3d state cache aap 2021-02-06 11:19:04 +0100
  • 71d132839e add modulate flag check for material rendering aap 2021-02-06 10:59:38 +0100
  • 207c2ee244 opengl mipmap fix aap 2021-02-04 17:34:04 +0100
  • dfae381e11 Add glad to premake file if platform includes gl3 Adrian Graber 2021-01-31 13:54:41 +0100
  • e62a124b8c Replace glew with glad Adrian Graber 2021-01-31 13:48:59 +0100
  • a4df4d8b5d fix questionable bug aap 2021-01-29 14:06:24 +0100
  • 60a5ace163 anisotropy plugin aap 2021-01-21 22:02:49 +0100
  • 9260bddc66 framebuffer read lock; gl raster to image aap 2021-01-21 02:23:28 +0100
  • baa8666a03 some fixing; may have to revisit matfx again in the future... aap 2021-01-20 23:42:00 +0100
  • e9e2488834 fix memory leak aap 2021-01-20 18:47:37 +0100
  • 11104a16d2 strdup fix aap 2021-01-19 18:28:49 +0100
  • 3c18728211
    Merge pull request #46 from SK83RJOSH/stencil-fix aap 2021-01-19 18:12:42 +0100
  • 5408e70227 Merge branch 'master' into stencil-fix SK83RJOSH 2021-01-18 18:03:49 +0100
  • 2477b120eb Depth texture should always create a stencil buffer SK83RJOSH 2021-01-18 18:03:15 +0100
  • c493613724
    Merge pull request #42 from ccawley2011/rwstrdup aap 2021-01-14 00:34:13 +0100
  • 77ea31bdba
    Merge pull request #45 from ShFil119/warns aap 2021-01-14 00:33:43 +0100
  • 61b288a9fe zero d3d device cache aap 2021-01-09 21:05:14 +0100
  • 78d540fce0 Merge branch 'master' of github.com:aap/librw aap 2021-01-09 19:44:53 +0100
  • f04ddf031d extra surf prop for opengl aap 2021-01-09 19:44:46 +0100
  • 757d937cda Replace use of strdup with rwstrdup Cameron Cawley 2020-12-22 20:51:15 +0000
  • d008d5107b
    Merge pull request #44 from madebr/ps2_conan aap 2021-01-02 23:21:59 +0100
  • f68bdb3649
    Merge pull request #43 from ccawley2011/sdl2 aap 2021-01-02 23:13:09 +0100
  • c26386c112 Fix some warnings on gcc/clang Filip Gawin 2021-01-02 21:54:40 +0100
  • dd01289f38 conan+ci: update Anonymous Maarten 2021-01-02 20:46:03 +0100
  • 9c5b50536e cmake: create binary package with nice filename Anonymous Maarten 2021-01-02 20:43:34 +0100
  • 1275b70e9d cmake: add playstation2 support Anonymous Maarten 2021-01-02 20:40:59 +0100
  • 4d260a631b cmake: need SDL2main on Windows (and other platforms) + link to m on GNU/clang Anonymous Maarten 2021-01-02 20:37:11 +0100
  • 7f0b98f960 cmake: remove double check for GL3 Anonymous Maarten 2021-01-02 20:35:23 +0100
  • a5d31ade07 librw+cmake: compile lodepng as pure C Anonymous Maarten 2020-12-04 02:02:06 +0100
  • 32234609ea cmake: no indentation for closing cmake command parenthesis Anonymous Maarten 2020-12-03 18:11:55 +0100