Commit Graph

  • e2da03ac74 Merge branch 'Remove_mipmapping_from_Nehe06' into 'master' Luke Benstead 2022-01-25 13:43:49 +0000
  • 13996da751 Merge branch 'Remove_mipmapping_from_Nehe06' into 'master' T_chan 2022-01-25 13:43:36 +0000
  • 705cb30be8 Merge branch 'Solve_Sample_Warnings' into 'master' Luke Benstead 2022-01-25 13:43:30 +0000
  • cde1efd5a8 Merge branch 'Solve_Sample_Warnings' into 'master' T_chan 2022-01-25 13:42:00 +0000
  • 37e407d032 solve 4 warnings about printf & long unsigned values vs %d T_chan 2022-01-25 13:35:24 +0000
  • f5b63bfc97 Remove mipmapping from Nehe06 T_chan 2022-01-23 13:07:58 +0000
  • b1508be822 Solve some warnings from the compilation T_chan 2022-01-20 22:42:08 +0000
  • 4ad2841809 Merge branch 'Add_glTexCoord1f_functions' into 'master' Luke Benstead 2022-01-19 08:05:59 +0000
  • 83bb2fe84f Merge branch 'Add_glTexCoord1f_functions' into 'master' T_chan 2022-01-19 08:05:37 +0000
  • cfbd126f58 Merge branch 'Add_GL_LINE_SMOOTH' into 'master' Luke Benstead 2022-01-19 08:05:31 +0000
  • 9a08a5b114 Merge branch 'Add_GL_LINE_SMOOTH' into 'master' T_chan 2022-01-19 08:05:23 +0000
  • ea44f21c04 Merge branch 'T_chan-master-patch-83707' into 'master' Luke Benstead 2022-01-19 08:05:18 +0000
  • fb2e8d7d7e Update include/GL/gl.h T_chan 2022-01-19 06:55:33 +0000
  • d61b5e3514 Merge branch 'T_chan-master-patch-83707' into 'master' T_chan 2022-01-19 06:50:54 +0000
  • 72b115659a remove duplicate defines from gl.h T_chan 2022-01-19 06:50:11 +0000
  • 9b6c2bbb21 Add glTexCoord1f() and glTexCoord1fv() T_chan 2022-01-18 21:40:31 +0000
  • f9af9af567 Merge branch 'Add_glPolygonMode_Stub' into 'master' Luke Benstead 2022-01-18 21:38:31 +0000
  • b309cd1da2 Merge branch 'Add_glPolygonMode_Stub' into 'master' T_chan 2022-01-18 21:38:06 +0000
  • 8d51579870 Merge branch 'Add_Stencil_Functions_Stubs' into 'master' Luke Benstead 2022-01-18 21:37:56 +0000
  • 50aee8a92c add glPolygonMode() stub T_chan 2022-01-18 21:28:07 +0000
  • d7582a3638 Merge branch 'Add_Stencil_Functions_Stubs' into 'master' T_chan 2022-01-18 20:30:28 +0000
  • 66d87fb845 Add stubs for Stencil functions glStencilFunc() and glStencilOp() T_chan 2022-01-18 20:29:27 +0000
  • 6802f64725 Merge branch 'Add_PixelStore_parameters' into 'master' Luke Benstead 2022-01-18 19:25:56 +0000
  • 9057b55bbf Merge branch 'Add_PixelStore_parameters' into 'master' T_chan 2022-01-18 19:25:45 +0000
  • 11860ba6e1 Merge branch 'add_glGetTexParameterfv_stub' into 'master' Luke Benstead 2022-01-18 19:25:39 +0000
  • c45cf565f1 Merge branch 'add_glGetTexParameterfv_stub' into 'master' T_chan 2022-01-18 19:25:25 +0000
  • 3b320bf874 Merge branch 'add_glTexParameterf' into 'master' Luke Benstead 2022-01-18 19:25:20 +0000
  • b2cff90bd2 Merge branch 'add_glTexParameterf' into 'master' T_chan 2022-01-18 19:25:08 +0000
  • fbf322f470 Merge branch 'add_glColor4ubv' into 'master' Luke Benstead 2022-01-18 19:25:02 +0000
  • 126a5f4944 Merge branch 'add_glColor4ubv' into 'master' T_chan 2022-01-18 19:24:17 +0000
  • 482ec8b270 Merge branch 'add_GLclampd' into 'master' Luke Benstead 2022-01-18 19:24:11 +0000
  • fbe310f8d5 Add PixelStore parameters for Read/DrawPixels to increase compatibility T_chan 2022-01-18 18:09:44 +0000
  • d594eff3a6 Add glGetTexParameterfv() stub to increase compatibility T_chan 2022-01-18 17:38:14 +0000
  • 0d60b318da expose and correct glTexParameterf() T_chan 2022-01-18 17:23:30 +0000
  • d9a2ed7892 Add glColor4ubv() to increase compatibility of GLdc T_chan 2022-01-18 17:06:26 +0000
  • 75a5b1fa6f Merge branch 'add_GLclampd' into 'master' T_chan 2022-01-18 16:52:35 +0000
  • a7762aa965 add GLclampd to increase compatibility of GLdc T_chan 2022-01-18 16:51:31 +0000
  • 1a456cb1a7 16bit palette color format support, extended 64 shared palette slots (4bpp), GL_OES_compressed_paletted_texture support OzzyOuzo 2021-12-03 09:32:53 +0200
  • 8caee68df5 added _glFreePaletteSlots(..) OzzyOuzo 2021-11-30 19:23:49 +0200
  • 148962254a 4bpp texture palette support, modified paletted_pcx sampled (USE_16C_PALETTE) OzzyOuzo 2021-11-18 12:04:46 +0200
  • 37110ba47f 4bpp texture palette support (GL_RGBA8 pal components), modified paletted_pcx sample (USE_16C_PALETTE) OzzyOuzo 2021-11-18 11:59:37 +0200
  • b710a619d5 Fix issues with bilinear mipmapping Luke Benstead 2021-10-25 19:04:58 +0100
  • e225f54386 Fix bug when glVertexPointer etc. is called without client state enabled Luke Benstead 2021-10-02 20:01:44 +0100
  • 5df2190536 Fix various bugs with non-fastpath rendering Luke Benstead 2021-10-02 14:43:23 +0100
  • 458fb52efb Merge branch 'fix-ci' into 'master' Luke Benstead 2021-10-01 20:20:29 +0000
  • cef1e852f4 Fix ci Luke Benstead 2021-10-01 20:20:29 +0000
  • 369f92a09e Merge branch 'fix-ci' into 'master' Luke Benstead 2021-10-01 20:20:09 +0000
  • 986706f604 Add a package Luke Benstead 2021-10-01 21:18:07 +0100
  • ed6670bb72 Add a missing package Luke Benstead 2021-10-01 21:14:29 +0100
  • db914dfd24 Switch to fedora:34 Luke Benstead 2021-10-01 21:12:20 +0100
  • f7ef5c5cc9 Restore 64bit build Luke Benstead 2021-10-01 21:11:15 +0100
  • d74a31d38f Install i686 version of cmake Luke Benstead 2021-10-01 21:05:06 +0100
  • 7808070056 Merge branch 'master' into fix-ci Luke Benstead 2021-10-01 21:03:58 +0100
  • 7d82649a62 Be sure to restore the fast path flag in glEnd Luke Benstead 2021-10-01 21:02:13 +0100
  • ecc957bcbd Merge branch 'master' into 'master' Luke Benstead 2021-10-01 19:57:33 +0000
  • 830a985606 Avoid the need to hard-reset the Dreamcast to exit the samples - use the start button in all samples T_chan 2021-10-01 19:57:32 +0000
  • 5e69b5b010 Merge branch 'master' into 'master' T_chan 2021-10-01 19:56:44 +0000
  • 8da95ce884 Disable interrupts while storing the PC/PR addresses Luke Benstead 2021-09-18 21:51:39 +0100
  • 736de05380 Try to fix the CI build Luke Benstead 2021-09-18 18:44:46 +0100
  • 6184208598 Don't include platform.h from aligned_vector.h Luke Benstead 2021-09-18 17:40:10 +0100
  • e26fae6d2e Remove debug logging Luke Benstead 2021-09-18 14:37:28 +0100
  • dd16530a1f Fix an assertion in debug, and building on PC Luke Benstead 2021-09-18 14:36:47 +0100
  • cf996b9e80 Add tri and quad fast paths Luke Benstead 2021-09-14 19:36:42 +0100
  • 7992c89758 Fix perf hit Luke Benstead 2021-09-14 09:20:00 +0100
  • 9c2907e41d Small optimisation Luke Benstead 2021-09-13 19:57:46 +0100
  • 4ee9c3ee64 More optimisations Luke Benstead 2021-09-13 19:35:53 +0100
  • adce2c7538 Perf tweaks Luke Benstead 2021-09-13 12:57:52 +0100
  • 52ff506397 Only recalc the fast path when pointers change Luke Benstead 2021-09-13 10:40:25 +0100
  • 66d09e7d77 Error cleanup and immediate mode perf improvements Luke Benstead 2021-09-13 10:29:04 +0100
  • 4adc49cd40 Optimisations Luke Benstead 2021-09-12 15:04:52 +0100
  • cb96769074 Fix incorrect usage of memset Luke Benstead 2021-09-04 13:36:59 +0100
  • 3332dfa74a Handle running out of PVR memory correctly Luke Benstead 2021-09-04 12:13:59 +0100
  • 12a2163679 Avoid the need to hard-reset the Dreamcast to exit the sample - use start button for this, to be aligned with the other samples. Move current logic to button A. T_chan 2021-07-05 20:58:17 +0000
  • 8b6c53a5ca Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:52:35 +0000
  • 5593c5a287 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:51:47 +0000
  • f5fafd0496 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:50:56 +0000
  • 8ff4ca15c4 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:49:57 +0000
  • c45db28612 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:49:06 +0000
  • aa0d853e2f Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:46:50 +0000
  • b0bad7f056 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:45:57 +0000
  • 6f130aec95 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:44:59 +0000
  • d50ff15d16 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:44:14 +0000
  • 7047f088b1 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:43:17 +0000
  • a63fae54da Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:42:21 +0000
  • 2247275a2e Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:41:28 +0000
  • ff41f2ea4c Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:40:27 +0000
  • 7cb3ab4cfa Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:39:42 +0000
  • f96c8bef86 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:38:53 +0000
  • 321a40c72e Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:38:06 +0000
  • 9d9715afab Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:37:17 +0000
  • 76500851eb Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:36:19 +0000
  • e6fca6370f Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:34:14 +0000
  • bc1cf71bfa Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:33:19 +0000
  • d0e1473aaf Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:32:22 +0000
  • 87e1869134 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:31:12 +0000
  • e08a9f084e Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:28:19 +0000
  • b8d92f5776 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:26:52 +0000
  • 5c1789f096 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:25:05 +0000
  • 91f7a57bb5 Avoid the need to hard-reset the Dreamcast to exit the sample T_chan 2021-07-05 20:23:19 +0000
  • efc75db05c Merge branch 'master' into 'master' Luke Benstead 2021-07-05 19:27:29 +0000