Commit History

Author SHA1 Message Date
  Sam Lantinga f37eef948c Removed raw mouse events 1 year ago
  Sam Lantinga c44fa5bb07 Updated raw input events to match SDL style 1 year ago
  Marcin Serwin 35a9d156a6 render: convert tmotion vectors to render basis 1 year ago
  Ryan C. Gordon 4d4a2786bb render: Updates to format-string versions of SDL_RenderDebugText. 1 year ago
  williamistGitHub 1d0e28a5b3 Add SDL_RenderDebugTextF & SDL_RenderDebugTextV 1 year ago
  L zard 8b6d3c88cf Fix `#ifdef`s to have config flags either defined as 1 or undefined 1 year ago
  expikr d0f1910918 add SDL_RenderTextureAffine 1 year ago
  Marcin Serwin 587384756f render: use nearest pixel scaling for debug text 1 year ago
  Sam Lantinga b43b333d25 Moved the GPU renderer to the bottom of the list 1 year ago
  Sam Lantinga 6823e3f005 Fixed gaps in scaled 9-grid texture rendering 1 year ago
  Ryan C. Gordon ef758d05c1 render: GetRenderViewportSize shouldn't use scale, just logical presentation. 1 year ago
  Sam Lantinga dcbb2f11a8 Clamp the texture alpha and color modulation values to 0-255 1 year ago
  Sam Lantinga b40ad5428b Fixed assertion at quit when the debug text was the last texture used. 1 year ago
  Sam Lantinga c5e1ae4580 Only free debug_char_texture_atlas if it has been allocated 1 year ago
  Sylvain 09e3af58b5 Fixed bug #10954: software renderer: examples/renderer/10-geometry missing a triangle 1 year ago
  Ryan C. Gordon c20918b0fb render: Add SDL_RenderDebugText(). 1 year ago
  Sam Lantinga 1cc85c912b Check return value of SDL_small_alloc() 1 year ago
  Sam Lantinga c8f5f6d47a Added SDL_DelayPrecise() 1 year ago
  Petar Popovic 020fb6889c Removed unnecessary const-qualifiers in src and test files 1 year ago
  Ryan C. Gordon 191f3ecbbc render: Restore previous policy for converting window/render coordinates. 1 year ago
  Sam Lantinga 1f3a0d12e6 Made texture size and format public in the API 1 year ago
  Ryan C. Gordon 5136b30652 render: SDL_ConvertEventToRenderCoordinates() now handles pen events. 1 year ago
  Sam Lantinga 45ad763de5 Disable backface culling and use a constant rectangle winding order. 1 year ago
  Ozkan Sezer 5f304b3a47 Fix builed error after commit 0e45b824e34 due to -Wunused-variable 1 year ago
  Sam Lantinga 0e45b824e3 renderer: always update the output pixel size at startup 1 year ago
  Evan Hemsley 66f6b40c92 Render GPU: Don't call GetWindowSizeInPixels during RenderPreset (#10984) 1 year ago
  Ryan C. Gordon 961cd51611 opengl: Removed a FIXME (this is documented as not-thread-safe now. 1 year ago
  Ryan C. Gordon 4c48ff51f8 render: SDL_RenderPresent now behaves when a render target is currently set. 1 year ago
  Ryan C. Gordon 7a6a0becb8 render: Fixed a FIXME for SDL_SetRenderViewport with a negative size. 1 year ago
  Ryan C. Gordon 54459def69 render: Remove the logical presentation render target. 1 year ago