Sign in
swiftshader
/
SwiftShader
/
113e33ac5a3455981941643df40a98243fd4469f
/
src
/
OpenGL
/
libGLESv2
/
libGLESv3.cpp
b9dda64
glBlitFramebuffer support for depth/stencil formats
by Alexis Hetu
· 8 years ago
58e61f2
No longer ignoring filter option in glBlitFramebuffer
by Alexis Hetu
· 8 years ago
65dcbbd
Fix uniform block binding.
by Nicolas Capens
· 9 years ago
b34591a
Turning on warnings as error in Visual Studio
by Alexis Hetu
· 9 years ago
53f4809
Enabled pixel unpack buffers
by Alexis Hetu
· 9 years ago
53318fa
Implement floating-point conversion to the nearest representable integer.
by Nicolas Capens
· 9 years ago
0bac285
Apply the Apache 2.0 license.
by Nicolas Capens
· 9 years ago
ab75279
Making proper use of size_t
by Alexis Hetu
· 9 years ago
889faf0
Fixed a couple of regressions from namespace refactoring
by Alexis Hetu
· 9 years ago
6674747
Fix draw buffers support.
by Nicolas Capens
· 9 years ago
b663f71
Refactor implementation constants.
by Nicolas Capens
· 9 years ago
f330190
Fix validation of texture level.
by Nicolas Capens
· 9 years ago
4df0c65
Use namespaces for context owned objects.
by Nicolas Capens
· 9 years ago
c39901e
Refactor buffer clearing.
by Nicolas Capens
· 9 years ago
b02a8ee
Added support for more depth types
by Alexis Hetu
· 9 years ago
dcc1592
Fix jb-mr1-gce-dev build.
by Nicolas Capens
· 9 years ago
d3d0686
Added state query for immutable levels
by Alexis Hetu
· 9 years ago
423fd91
Fixed read buffer and draw buffers
by Alexis Hetu
· 9 years ago
36037b7
Added uniform buffer queries
by Alexis Hetu
· 9 years ago
314531a
Fixed internal format queries
by Alexis Hetu
· 9 years ago
b0c465c
Fixed texture storage types
by Alexis Hetu
· 9 years ago
fcd4bed
Fix compile warnings.
by Nicolas Capens
· 9 years ago
13b6399
Vertex Array Object crash fix
by Alexis Hetu
· 9 years ago
060a2d3
Fix glBindVertexArray() compilation regression.
by Nicolas Capens
· 9 years ago
d9a2e7b
Fixed format validations
by Alexis Hetu
· 9 years ago
e727775
Added new extensions
by Alexis Hetu
· 9 years ago
e23029a
FramebufferTextureLayer fix
by Alexis Hetu
· 9 years ago
175d634
Minor bug fixes and cleanup
by Alexis Hetu
· 9 years ago
3e02f68
Increased the number of color attachments enums supported
by Alexis Hetu
· 9 years ago
5143ef5
Implement trivial glInvalidate[Sub]Framebuffer.
by Nicolas Capens
· 9 years ago
c8f95e8
Floating point renderbuffer support
by Alexis Hetu
· 9 years ago
1b50c55
Fixed condition too strict in glBindSampler
by Alexis Hetu
· 10 years ago
e479522
Fixed texture format checks
by Alexis Hetu
· 10 years ago
3ff330f
Simplify and centralize multisample counts.
by Nicolas Capens
· 10 years ago
5767099
Fix glGetInternalformativ()
by Nicolas Capens
· 10 years ago
460e41f
Handling ETC2, EAC and ASTC related enums
by Alexis Hetu
· 10 years ago
79c7e27
Implement EGL_LARGEST_PBUFFER.
by Nicolas Capens
· 10 years ago
d5c31da
Build fix for Linux
by Alexis Hetu
· 10 years ago
e5d0141
Add missing validation for negative GLsizei values.
by Nicolas Capens
· 10 years ago
0ef53db
CreateSampler should create a Sampler object by default
by Alexis Hetu
· 10 years ago
a5d0eb0
glGetInternalformativ implementation
by Alexis Hetu
· 10 years ago
6143566
Added missing validation to CopyBufferSubData
by Alexis Hetu
· 10 years ago
be38159
Added proper size/offset checks
by Alexis Hetu
· 10 years ago
895a1e7
glProgramParameteri API implementation
by Alexis Hetu
· 10 years ago
b77ded3
Fix for glGetActiveUniformBlockiv
by Alexis Hetu
· 10 years ago
146411a
Added proper transform feedback checks to glDrawRangeElements
by Alexis Hetu
· 10 years ago
146dd31
Used proper getBuffer function
by Alexis Hetu
· 10 years ago
0085c44
Fixed some warnings
by Alexis Hetu
· 10 years ago
c2632d2
Uniform Buffers API implementation
by Alexis Hetu
· 10 years ago
a818c45
Eliminating warnings from SwifShader
by Alexis Hetu
· 10 years ago
e5a4339
New FenceSync object API implementation
by Alexis Hetu
· 10 years ago
638e2ae
Transform feedback varyings API
by Alexis Hetu
· 10 years ago
5f4ee79
glGetActiveUniformsiv implementation
by Alexis Hetu
· 10 years ago
f159eb5
Fixing some warnings in libGLESv3.cpp
by Alexis Hetu
· 10 years ago
d174674
Uniform Blocks API
by Alexis Hetu
· 10 years ago
8af5007
glFramebufferTextureLayer API implementation
by Alexis Hetu
· 10 years ago
8f60458
Update to RenderbufferStorage's supported format list
by Alexis Hetu
· 10 years ago
4de7e2e
Implemented matrix transpose
by Alexis Hetu
· 10 years ago
4ffc818
glClearBuffer implementation
by Alexis Hetu
· 10 years ago
c7b0510
Pixel store parameters
by Alexis Hetu
· 10 years ago
8216de9
Texture2DArray skeleton
by Alexis Hetu
· 10 years ago
1b2f628
Multiple color attachments
by Alexis Hetu
· 10 years ago
5a01c18
glGet, 64b version
by Alexis Hetu
· 10 years ago
6a7c672
Update checks for compressed formats
by Alexis Hetu
· 10 years ago
ccee6a8
Prepend entry functions with their export macros.
by Nicolas Capens
· 10 years ago
deda34b
Combine es2::Image and es1::Image into egl::Image.
by Nicolas Capens
· 10 years ago
4be3370
Use %p without precision specifier in TRACE() calls.
by Nicolas Capens
· 10 years ago
b4d557d
Adding instanced drawing
by Alexis Hetu
· 10 years ago
8e32f7b
Constness in Context
by Alexis Hetu
· 10 years ago
22d0766
Fix compilation regression on Linux.
by Nicolas Capens
· 10 years ago
e8af6d1
Adding draw instanced functions
by Alexis Hetu
· 10 years ago
0733469
Implemented glDrawRangeElements
by Alexis Hetu
· 10 years ago
a230805
Access library dependencies through a single object.
by Nicolas Capens
· 10 years ago
f9b7cb1
New Buffers in OpenGL ES 3.0
by Alexis Hetu
· 10 years ago
8f50056
Texture Storage for GLES 3.0
by Alexis Hetu
· 10 years ago
8141d7c
Added utility function for OpenGL extension strings
by Alexis Hetu
· 10 years ago
93ae103
New VertexAttribute data types
by Alexis Hetu
· 10 years ago
726ee32
Transform Feedback and Sampler API Implemented
by Alexis Hetu
· 10 years ago
ed30618
Added more OpenGL ES 3.0 cases in front end
by Alexis Hetu
· 10 years ago
8c479bc
Query objects for OpenGL ES 3.0
by Alexis Hetu
· 10 years ago
db799e6
Adding uniform related APIs for GLES3
by Alexis Hetu
· 10 years ago
f52c8ed
Adding trace and more verifications to new ES3 APi functions
by Alexis Hetu
· 10 years ago
0300e3c
Implement simple OpenGL ES 3.0 parameter checks
by Alexis Hetu
· 10 years ago
574409c
Add OpenGL ES 3.0 entry function stubs.
by Nicolas Capens
· 10 years ago