コミット履歴

作者 SHA1 メッセージ 日付
  Sam Lantinga 9f1e609aa0 Document SDL_HINT_RENDER_LINE_METHOD in the release notes 3 年 前
  Sam Lantinga 4ef2529bf9 More efficient calculation of render_count 3 年 前
  Sam Lantinga 5346c93b62 Fixed assertion on number of points rendered 3 年 前
  Sam Lantinga 4b71962031 Prevent overdraw with connected line segments 3 年 前
  Ozkan Sezer 63d10a0ac2 updates to config.guess and config.sub from mainstream. 3 年 前
  Sam Lantinga 09ece861d1 Added the hint SDL_HINT_RENDER_LINE_METHOD to select the line rendering method 3 年 前
  Ozkan Sezer 836a4ec7b1 updates to os/2 build 3 年 前
  Sam Lantinga c1e6079836 As an optimization, draw horizontal and vertical lines using rectangles 3 年 前
  Sam Lantinga 3da7c6305a Assert that we have drawn the expected number of points 3 年 前
  Sam Lantinga 9f56faeedc Added line drawing using Bresenham's line algorithm (thanks @rtrussell!) 3 年 前
  Sam Lantinga fe3a33a092 Use RenderGeometry for drawing lines at all scales 3 年 前
  Neal Gompa 0696fc0134 cmake: Split SDL2-static and SDL2main into their own target exports 3 年 前
  Sam Lantinga 1694782b2a Remove redundant work when render scale is 1.0 3 年 前
  Sam Lantinga 2026a78dc2 Don't flush in RenderDraw*WithRects() 3 年 前
  Sam Lantinga 18e4d9fed1 Re-enable line drawing path in render drivers 3 年 前
  Sam Lantinga dca281e810 Fixed getting different results for SDL_PollEvent(NULL) and SDL_PollEvent(&event) 3 年 前
  Ozkan Sezer 93cab32db3 minor update to test/Makefile.os2 3 年 前
  Ozkan Sezer 4472b83129 PSP_RunCommandQueue: fix argument to PSP_SetBlendState() 3 年 前
  Ozkan Sezer df1474b46e psp/SDL_sysfilesystem.c: fixed a minor compiler warning. 3 年 前
  Ozkan Sezer 21914b4e2f updated Makefile.psp and SDL_config_psp.h 3 年 前
  Ryan C. Gordon f62b807174 wikiheaders.pl: Put the manpages in man/man3 3 年 前
  Sam Lantinga 9294634840 Updated to version 2.0.20 for release 3 年 前
  Ryan C. Gordon cc2013378d render: Fixed some compiler warnings. 3 年 前
  Sam Lantinga 289c3fbb64 Revert "We only need to add the sentinel at the top of SDL_WaitEventTimeout()" 3 年 前
  Sam Lantinga 1085c317a5 Use the requested cursor size instead of the default cursor size 3 年 前
  Ryan C. Gordon 6d3b5d66cd psp: draw lines with RenderGeometry, same as with the other renderers. 3 年 前
  Sylvain 9cb2c549fa Remove QueueDrawLines from D3D, D3D11 3 年 前
  Sylvain b88b6b3c23 Remove QueueDrawLines from METAL 3 年 前
  Sylvain 9aac55317d Remove QueueDrawLines from GL, GLES, GLES2 3 年 前
  Sylvain 8ea8b2e697 Use QueueDrawLine if provided, otherwise use RenderGeometry 3 年 前