Alex Szpakowski
|
816f132c9d
Expose GraphicsBuffer type to Lua.
|
5 lat temu |
Alex Szpakowski
|
d597275207
Add StringMap for DataFormat
|
5 lat temu |
Alex Szpakowski
|
d5d50d2e0d
Move DataFormat enum to vertex.h
|
5 lat temu |
Alex Szpakowski
|
1bc2b947fc
Rename Attributes struct to VertexAttributes
|
5 lat temu |
Alex Szpakowski
|
ee5304ba53
Remove vertex namespace
|
5 lat temu |
Alex Szpakowski
|
b0232a4a6b
Initial work on unified graphics buffers representing different types of data.
|
5 lat temu |
Alex Szpakowski
|
23bc1a7aae
Add new mesh data formats: int32, uint32, [u]int8, [u]int16, snorm8, and snorm16.
|
5 lat temu |
Alex Szpakowski
|
5c009d4bb9
Fix shader compilation on GLES.
|
5 lat temu |
Alex Szpakowski
|
a3774fbca9
Fix build error from incorrect include paths
|
5 lat temu |
Alex Szpakowski
|
f8baa6e6dd
Update glslang. Add files for its GLSL source code to SPIRV module.
|
5 lat temu |
Alex Szpakowski
|
51db32cfdf
Merge default into minor.
|
5 lat temu |
Alex Szpakowski
|
eab3b83a2e
Fix a hard freeze on AMD+Windows systems when the internal buffers used for automatic batching are resized.
|
5 lat temu |
Alex Szpakowski
|
3161eea919
Fix compilation on Windows.
|
5 lat temu |
Alex Szpakowski
|
5f9b5a21d0
Merge default into minor
|
5 lat temu |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
5 lat temu |
Alex Szpakowski
|
c27629bd47
Re-apply commit b0094b5: Fix BezierCurve:render to avoid adding collinear points in some situations. Resolves issue #1501.
|
5 lat temu |
Alex Szpakowski
|
881a31512d
Remove the variant of SpriteBatch:setColor() which disables all previously set colors (resolves issue #1090).
|
5 lat temu |
Alex Szpakowski
|
b001b2e1d5
Add love.event.restart(optionalvalue) as a shorthand for love.event.quit("restart", optionalvalue). If a Lua value is provided as an argument, a new love.restart field will contain the value after restarting.
|
5 lat temu |
Alex Szpakowski
|
443250ffd5
Slightly improve performance of Channel:push(table).
|
5 lat temu |
Alex Szpakowski
|
361cefbb05
Add new wrap mode "clampone". Pixels sampled outside of [0, 1] are white (1, 1, 1, 1).
|
5 lat temu |
Alex Szpakowski
|
76121ec152
Fix the default blend mode.
|
5 lat temu |
Alex Szpakowski
|
6c662ade41
Fix disabling blending,
|
5 lat temu |
Alex Szpakowski
|
b41f1316fa
Add love.graphics.setBlendState, which sets the lower level blend operation and factor values which higher level blend modes are based on.
|
5 lat temu |
Alex Szpakowski
|
efa2bd7837
Consolidate some internal graphics state definitions into a new renderstate file.
|
5 lat temu |
Alex Szpakowski
|
f3b52f66fe
Update the internal naming convention for pixel formats.
|
5 lat temu |
Alex Szpakowski
|
157d7637ed
Update version to 12.0
|
5 lat temu |
Alex Szpakowski
|
3a61663509
Appveyor: fix 64 bit build
|
5 lat temu |
Alex Szpakowski
|
aa8907612d
Bitbucket webhooks missed the last commit...
|
5 lat temu |
Alex Szpakowski
|
ed3543b1fd
Appveyor builds use VS2019.
|
5 lat temu |
Alex Szpakowski
|
d4a1247ca3
Potentially fix a compile error.
|
5 lat temu |