Histórico de commits

Autor SHA1 Mensagem Data
  Eddy Jansson 9e5cbf034a Disallow non-positive allocation. 3 anos atrás
  Sam Lantinga b9fe6ba0e7 Fixed compile warnings 3 anos atrás
  Sylvain 1ede941f5c SDL_render.c: internally change viewport/cliprect type from SDL_FRect to SDL_DRect (double precision). (see bug #5547) 3 anos atrás
  pionere 0adb67017b avoid NullPointer in SDL_GetRenderTarget 3 anos atrás
  Ethan Lee cb81630816 render: Update the size/scale/viewport on moves, in addition to resizes. 3 anos atrás
  Cameron Cawley 57118fb7de render: Fix setting the scale mode for non-native textures 3 anos atrás
  Mathieu Eyraud 1db47d468a Fix potential memory leak in QueueCmdFillRects 3 anos atrás
  Ryan C. Gordon 4fe7b2cbd1 static analysis: Fixed several complaints from codechecker. 4 anos atrás
  Sylvain Becker c23a7ad38a Add SDL_RenderGetWindow() API to get the window associated with a renderer (#5440) 4 anos atrás
  Sylvain 83df4a354e SDL_render.c: remove unsused case, since renderer target has been forced to NULL previously (see bug #4213) 4 anos atrás
  Sylvain 9dc201d448 Fixed bug #2962 - when SDL_RenderReadPixels format = 0, used format of the target texture 4 anos atrás
  Ryan C. Gordon d81fee7623 SDL_Rect: Added floating point versions of all the rectangle APIs. 4 anos atrás
  Sylvain 18b76fcc5d Fixed bug #3070 - SDL_RenderCopyEx rotation and global scaling around the wrong way (software renderer) 4 anos atrás
  pionere 6d5592a201 minor cleanup of SDL_CreateRenderer 4 anos atrás
  pionere ebdd536676 use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError 4 anos atrás
  Sam Lantinga a29d3acc9e Updated Bresenham line drawing to match software renderer output 4 anos atrás
  Sam Lantinga 1f32dd8edc Fixed overdraw with duplicate points, fixed not drawing single point lines 4 anos atrás
  Sam Lantinga 3b083b9911 Fixed compile warning 4 anos atrás
  Sam Lantinga 4ef2529bf9 More efficient calculation of render_count 4 anos atrás
  Sam Lantinga 5346c93b62 Fixed assertion on number of points rendered 4 anos atrás
  Sam Lantinga 4b71962031 Prevent overdraw with connected line segments 4 anos atrás
  Sam Lantinga 09ece861d1 Added the hint SDL_HINT_RENDER_LINE_METHOD to select the line rendering method 4 anos atrás
  Sam Lantinga c1e6079836 As an optimization, draw horizontal and vertical lines using rectangles 4 anos atrás
  Sam Lantinga 3da7c6305a Assert that we have drawn the expected number of points 4 anos atrás
  Sam Lantinga 9f56faeedc Added line drawing using Bresenham's line algorithm (thanks @rtrussell!) 4 anos atrás
  Sam Lantinga fe3a33a092 Use RenderGeometry for drawing lines at all scales 4 anos atrás
  Sam Lantinga 1694782b2a Remove redundant work when render scale is 1.0 4 anos atrás
  Sam Lantinga 2026a78dc2 Don't flush in RenderDraw*WithRects() 4 anos atrás
  Ryan C. Gordon cc2013378d render: Fixed some compiler warnings. 4 anos atrás
  Sylvain 8ea8b2e697 Use QueueDrawLine if provided, otherwise use RenderGeometry 4 anos atrás