Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Lantinga 8121bbd083 Convert ticks to 64-bit, added nanosecond precision to the API há 3 anos atrás
  Sam Lantinga 1e2dfdb019 Removed the OpenGL ES 1.0 2D render implementation há 3 anos atrás
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) há 3 anos atrás
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) há 3 anos atrás
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` há 3 anos atrás
  Ozkan Sezer 34231f5ba0 reverted opengles removal. há 3 anos atrás
  Ozkan Sezer 30b1ab2add removed opengles. há 3 anos atrás
  Ozkan Sezer 3aea865cdf removed directfb support. há 3 anos atrás
  Hubert Maier 5dc93451d2 JANITORIAL : Correct some more spelling mistakes (#6489) há 3 anos atrás
  Sam Lantinga aefc6b5bb5 Renamed variables, index is the singular of indices há 3 anos atrás
  Sylvain 3d99d31026 Fixed bug #6401 - back-end can choose the order the triangles when rendering rects, attempt to fix small glitch rendering. há 3 anos atrás
  Sam Lantinga e2753e19e8 Calculate simulated vsync interval based on display refresh rate há 3 anos atrás
  Sam Lantinga d744aafb05 Added support for simulated vsync in the renderer há 3 anos atrás
  Daniel Santos 2660449c6c Add dummy driver há 3 anos atrás
  unknown 51c6488f97 Add support for SDL_render_d3d12.c to compile in C++ mode há 3 anos atrás
  chalonverse 4082821822 DirectX 12 Renderer (#5761) há 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) há 3 anos atrás
  Sylvain 18b76fcc5d Fixed bug #3070 - SDL_RenderCopyEx rotation and global scaling around the wrong way (software renderer) há 4 anos atrás
  Sam Lantinga 09ece861d1 Added the hint SDL_HINT_RENDER_LINE_METHOD to select the line rendering method há 4 anos atrás
  Sam Lantinga 120c76c84b Updated copyright for 2022 há 4 anos atrás
  Sylvain 50d49c63ed GLES2 backend: cast with SDL_Vertex and SDL_VertexSolid há 4 anos atrás
  Alex Szpakowski 3a5e148b13 Renderer backends use SDL_Color instead of int for geometry colors. há 4 anos atrás
  Sylvain e14d10263c Change viewport and cliprect to float version: from SDL_Rect to SDL_FRect há 4 anos atrás
  Sylvain 502e9c3b45 SDL_Renderer simplifications: há 4 anos atrás
  Sylvain c27e1249e1 Remove SDL_HAVE_RENDER_GEOMETRY define há 4 anos atrás
  Misa 4549769d7d Add `SDL_RenderSetVSync()` há 5 anos atrás
  Sylvain a8f89a01aa Change 'size_indice' to 'size_indices' há 4 anos atrás
  Sylvain 47db47c1cc Add SDL_HAVE_RENDER_GEOMETRY to compile or not with RenderGeometry support há 5 anos atrás
  Sylvain e481261173 Move to SDL_RenderGeometryRaw prototype with separate xy/uv/color pointer parameters há 5 anos atrás
  Sylvain 6e26d320c6 Add sysrender interface há 5 anos atrás