Commit History

Author SHA1 Message Date
  Petar Popovic d2ef15d8e6 Fix warnings: calloc-transposed-args 1 year ago
  Anonymous Maarten 4c0cb94b96 vulkan: VULKAN_CreateTexture returns a boolean 1 year ago
  Anonymous Maarten 3eb49ac862 vulken: VULKAN_CreateTexture returns a boolean 1 year ago
  Sam Lantinga 387774ab8a Build config flags are either defined or undefined, never 0 1 year ago
  Sam Lantinga 2010a22f44 Removed unneeded separate return statement. 1 year ago
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 3e60fb4223 VULKAN_UpdateVertexBuffer() should return true if there's nothing to do 1 year ago
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 year ago
  Anonymous Maarten 46d9066a69 Fix warnings shown when making SDL_bool a typedef of bool 1 year ago
  Sam Lantinga 930d83aed2 Fixed warning: implicit conversion loses integer precision: 'VkDeviceSize' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') 1 year ago
  Sam Lantinga 95dd8781ce Do a full cleanup if renderer creation fails during autodetection 1 year ago
  Sam Lantinga 03bb2c17ed Enable texture wrapping for SDL_RenderGeometry() 1 year ago
  Amir 5db08b86ca Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 year ago
  Sam Lantinga 9ca1792848 Renamed driverdata to internal 1 year ago
  Sam Lantinga 1e6119e335 VULKAN_RenderPresent() should return result code 0 on success 1 year ago
  Sam Lantinga c6b9b08e9f Fixed Android build warnings 1 year ago
  captain0xff 2dcb9440f1 android: fix the vulkan renderer 1 year ago
  Sam Lantinga 5bf6bc4d7d Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty() 1 year ago
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface 1 year ago
  Frank Praznik 44ec57626f vulkan: Don't set the opaque bit on transparent windows 1 year ago
  Ryan C. Gordon 982feb7a65 vulkan: SDL_Vulkan_CreateSurface now returns the usual int (0=ok, -1=error). 1 year ago
  Sam Lantinga ea8df46575 We don't support directly rendering to PQ swap chains 1 year ago
  Sam Lantinga a0d1445ccb Replaced SDL_GetRendererInfo() with SDL_GetRendererName() 1 year ago
  Sam Lantinga 5f1e01cce0 Added support for late swap tearing to the Vulkan renderer 1 year ago
  Sam Lantinga 17520c2e6e Removed SDL_RendererFlags 1 year ago
  Sam Lantinga 598b4e0a1f Removed the limit on the number of supported renderer texture formats 1 year ago
  Ryan C. Gordon 39c8434f5f render: Manage memory for SDL_Renderer* at higher level. 1 year ago
  Sam Lantinga 5fa87e29e7 Removed SDL_RENDERER_ACCELERATED and SDL_RENDERER_SOFTWARE 2 years ago