Jukka Jylänki
|
43bd07f825
Fix OpenGL ES texture formats and remove runtime texture probing on WebGL.
|
5 лет назад |
Бранимир Караџић
|
e495c613a5
Cleanup.
|
5 лет назад |
Jukka Jylänki
|
4a8276cb29
Optimize glUniform1iv and glUniform4fv to use faster glUniform1i and glUniform4f on WebGL.
|
5 лет назад |
Jukka Jylänki
|
bab9dc752e
Avoid redundant GL calls to glEnableVertexAttribArray() and glDisableVertexAttribArray(). #1960
|
5 лет назад |
Бранимир Караџић
|
29dc60b068
Revert "Fix RGBA4 and RGB5A1 format & internalFormat"
|
5 лет назад |
Бранимир Караџић
|
09de2467d5
Revert "Fix RGBA4 and RGB5_A1 type. GL_UNSIGNED_SHORT_4_4_4_4_REV and GL_UNSIGNED_SHORT_1_5_5_5_REV do not exist in GLES, only in desktop OpenGL, but the non _REV verrsion is present in both"
|
5 лет назад |
Jukka Jylänki
|
c56d843565
Fix RGBA4 and RGB5_A1 type. GL_UNSIGNED_SHORT_4_4_4_4_REV and GL_UNSIGNED_SHORT_1_5_5_5_REV do not exist in GLES, only in desktop OpenGL, but the non _REV verrsion is present in both
|
5 лет назад |
Jukka Jylänki
|
5b9b75abb2
Fix RGBA4 and RGB5A1 format & internalFormat
|
5 лет назад |
Jukka Jylänki
|
e1b3fe6d75
Fix OpenGL ES depth&stencil format querying.
|
5 лет назад |
Jukka Jylänki
|
d539f3425f
Avoid querying GL_MAX_ARRAY_TEXTURE_LAYERS and GL_MAX_LABEL_LENGTH if it is known at compile time that the GL context is not new enough to have them.
|
5 лет назад |
Sandy Carter
|
d7e3f03780
shaderc_glsl: Fix error when mixing SamplerArray and `flat` keyword
|
6 лет назад |
Sandy Carter
|
77fdc487ab
opengl: Fix color ordering of RGBA4
|
5 лет назад |
Бранимир Караџић
|
3002159da9
Fixed state tracking.
|
5 лет назад |
Sandy Carter
|
5924652151
rebind instance data buffer if index offset changes
|
5 лет назад |
Sandy Carter
|
a38e873f8a
rebind instance data buffer if index buffer changes
|
6 лет назад |
Алексей Тулинов
|
ac9c330100
Fixes #2000. Restored old behavior of handling shaders with "#version 430" in them.
|
6 лет назад |
Бранимир Караџић
|
6a1287e43d
Cleanup.
|
6 лет назад |
Cedric Guillemet
|
b4cac17b93
default parameters
|
6 лет назад |
Cedric Guillemet
|
4b83e0f5bc
discard flags
|
6 лет назад |
Бранимир Караџић
|
82f56b5987
Happy New Year!
|
6 лет назад |
Boris Shirvinskii
|
6284cde9d6
[iOS] disabling D16 and D24S8 texture formats as it appears they are not supported
|
6 лет назад |
Sandy
|
3a78f007ef
Fix inconsitency between Backends for RGB5A1 (#1932)
|
6 лет назад |
Cedric Guillemet
|
6a883a33fd
Front facing (#1904)
|
6 лет назад |
Sebastian Marketsmueller
|
85bc4db6f5
fix mip level computation for asmjs and add support for srgb textures in es2/webgl (#1922)
|
6 лет назад |
Christophe Dehais
|
c6fc1b069d
End debug group before switching context
|
6 лет назад |
kingscallop
|
0c90be66d0
Fix gl_FragColor for example 41
|
6 лет назад |
kingscallop
|
fe045d0c98
Fix gpu_shader4 for some drivers
|
6 лет назад |
Leandro Freire
|
1db46f4fe6
Rename variables and constants
|
6 лет назад |
Leandro Freire
|
855623e153
Rename VertexDecl to VertexLayout
|
6 лет назад |
DanielGavin
|
e14c077b32
command sync (#1823)
|
6 лет назад |