Sign in
swiftshader
/
SwiftShader
/
5fb5e817a20d3e60f29f7338493f922b5ac9d7c4
5fb5e81
Consider context promotion when validating share context
by Chris Forbes
· 7 years ago
62cfbb9
Resolve conflicts on Android.bp/.mk when building with O
by Greg Hartman
· 7 years ago
d5411c8
Allow SwiftShader to be moved to a non-default location
by Greg Hartman
· 7 years ago
4bbff9e
Checking in Vulkan headers
by Alexis Hetu
· 7 years ago
60f8662
Android: Add Android.bp files for a host build.
by Alistair Strachan
· 7 years ago
69e7595
Android: Add host versions of the Android platform headers.
by Alistair Strachan
· 7 years ago
c28d28a
Android: Introduce ANDROID_HOST_BUILD and rework logging.
by Alistair Strachan
· 7 years ago
94d4660
Update googletest to latest revision.
by Nicolas Capens
· 7 years ago
80ab360
Fix braces warning treated as error.
by Nicolas Capens
· 7 years ago
378c434
Fix attribute layout location linking.
by Nicolas Capens
· 7 years ago
c47cd43
Non libX11 build fix
by Alexis Hetu
· 7 years ago
dd662d2
SwiftShader on Fuchsia x64
by Alexis Hetu
· 7 years ago
d7622ff
Fix platform display retrieval.
by Nicolas Capens
· 7 years ago
48908cb
Add EGL 1.5 entry points.
by Nicolas Capens
· 7 years ago
02956e4
Fix Direct3D 8 build.
by Nicolas Capens
· 7 years ago
dd4c863
Fix gl_FrontFacing to take GL_FRONT_FACE into account.
by Nicolas Capens
· 7 years ago
9e22c54
TSAN fix
by Alexis Hetu
· 7 years ago
7f1c3d0
Fix validation of uniform block size.
by Nicolas Capens
· 7 years ago
be5fe77
Add missing header.
by Nicolas Capens
· 7 years ago
0d8993c
Fix leaking uniforms.
by Nicolas Capens
· 7 years ago
8fb6f6a
Remove X11 window validation.
by Nicolas Capens
· 7 years ago
6a66922
Remove invalid assert.
by Nicolas Capens
· 7 years ago
6a990f8
Support MSAN with Subzero JIT compiled code.
by Nicolas Capens
· 7 years ago
3639df1
Support 64-bit call targets.
by Nicolas Capens
· 7 years ago
fbba490
Harden against X11 instability.
by Nicolas Capens
· 7 years ago
551478a
Fix for MSAN issues
by Alexis Hetu
· 7 years ago
e1fa9ea
Reject copying from GL_RGB10_A2 to unsized formats.
by Nicolas Capens
· 7 years ago
c497261
Protect exported symbols from overrides.
by Nicolas Capens
· 7 years ago
6b21ba9
Prevent LTO from eliminating releaseTexImage() calls.
by Nicolas Capens
· 7 years ago
b7334da
Remove invalid glGetIntegerv() enums.
by Nicolas Capens
· 7 years ago
517a57f
Fix protecting exported symbols from overrides.
by Nicolas Capens
· 7 years ago
5e1520f
Use an internal symbol to determine library directory.
by Nicolas Capens
· 7 years ago
499bb76
Fix CMake architecture string comparison.
by Nicolas Capens
· 7 years ago
539468c
Fix using pitch for compressed format decoding.
by Nicolas Capens
· 7 years ago
b41a9d6
Fix pedantic narrowing conversion error.
by Nicolas Capens
· 7 years ago
65a3264
Support reading of half-float formats.
by Nicolas Capens
· 7 years ago
659d89e
Support glCopyTexImage2D for float formats.
by Nicolas Capens
· 7 years ago
8346311
Always create an OpenGL ES 3.0 context.
by Nicolas Capens
· 7 years ago
41b7748
Memory leak fix
by Alexis Hetu
· 7 years ago
932640b
Std:unordered_map removed from Optimizer for improved performance
by Alexis Hetu
· 7 years ago
a9969b2
Newly load sibling library from the same directory.
by Nicolas Capens
· 7 years ago
bf8fd5b
Support Sanitizer builds with CMake.
by Nicolas Capens
· 7 years ago
050ef94
Expose suffixed versions of VertexAttribDivisor
by Adrienne Walker
· 7 years ago
20eea3c
Allow Linux build without X11 dependency
by Alexis Hetu
· 7 years ago
964dde9
Disable mixed enum types warning for Subzero.
by Nicolas Capens
· 7 years ago
1fa2067
Fixed size verification assert to include border
by Alexis Hetu
· 7 years ago
700a1a6
Fix clearing of dirty textures.
by Nicolas Capens
· 7 years ago
a62cf68
Remove manual references to exe_and_shlib_deps
by Tom Anderson
· 7 years ago
a5ac650
Optimizer optimization
by Alexis Hetu
· 7 years ago
170766a
Allow SwiftShader to compile on Fuchsia
by Alexis Hetu
· 7 years ago
4132052
Fix GLSL struct with single matrix.
by Nicolas Capens
· 7 years ago
88482c3
Fix IOSurface synchronization issues
by Alexis Hetu
· 7 years ago
dd06302
Run unittests on Travis CI.
by Nicolas Capens
· 7 years ago
39760e1
Add CMake target for unittests.
by Nicolas Capens
· 7 years ago
f398044
Don't acquire image for copying until needed.
by Nicolas Capens
· 7 years ago
57776df
Quick build fix
by Alexis Hetu
· 7 years ago
9040421
Fixed synchronization issue on MacOS
by Alexis Hetu
· 7 years ago
4845633
Fix CLang build.
by Nicolas Capens
· 7 years ago
ae3d875
Prevent floating-point error accumulation during blitting.
by Nicolas Capens
· 7 years ago
419e8a7
Fix the unittests Ninja build.
by Nicolas Capens
· 7 years ago
8e6ed2e
Define GLAPI the same way as GL_APICALL.
by Nicolas Capens
· 7 years ago
f459b04
Don't use X11 on Mac OS.
by Nicolas Capens
· 7 years ago
e92a88e
Use official headers to define GL_ARB_texture_rectangle.
by Nicolas Capens
· 7 years ago
9337db4
Update Khronos headers to latest version.
by Nicolas Capens
· 7 years ago
9dfb70f
Move the declaration of DrawCall after Renderer.
by Peter Collingbourne
· 7 years ago
45fcfe8
Fix new[] / delete mismatch.
by Nicolas Capens
· 7 years ago
493fc54
Fix loop unrolling.
by Nicolas Capens
· 7 years ago
937e6a5
Also copy shader info log on success.
by Nicolas Capens
· 7 years ago
4b74373
Implement dynamic indexing of temporaries.
by Nicolas Capens
· 7 years ago
5bff405
Implement gather/scatter operations for shader register files.
by Nicolas Capens
· 7 years ago
ac3f2fa
Detect loop index modifications in loop body.
by Nicolas Capens
· 7 years ago
9d93107
Add MSVC project for reproducing fuzzer testcases.
by Nicolas Capens
· 7 years ago
db309b6
Update issue tracker information.
by Nicolas Capens
· 7 years ago
cbb80f5
Accept GL_TEXTURE_MAX_ANISOTROPY_EXT for samplers.
by Krzysztof Kosiński
· 7 years ago
607771b
Prevent 32-bit numeric overflow on image allocation.
by Nicolas Capens
· 7 years ago
419a580
Refactor surface buffer size calculation.
by Nicolas Capens
· 7 years ago
efdf103
Refactor maximum texture dimensions.
by Nicolas Capens
· 7 years ago
89c43d2
Ignore glGenerateMipmap for unspecified or zero-sized textures.
by Nicolas Capens
· 7 years ago
c8403ec
Fix glBlitFramebuffer validation for BGRA8 IOSurfaces
by Alexis Hetu
· 7 years ago
596f653
Fixed atan corner case
by Alexis Hetu
· 7 years ago
e475674
Implement OES_vertex_array_object.
by Krzysztof Kosiński
· 7 years ago
2a0def7
Revert part of "Fix Linux build." to fix swiftshader_unittests
by Alexis Hetu
· 7 years ago
5fd1cfa
Pitch fix for IO surfaces
by Alexis Hetu
· 7 years ago
0641aeb
Rectangle texture addressing fix
by Alexis Hetu
· 7 years ago
d4e488e
Allocate executable memory backed by named mmaps on Linux.
by Ian Rogers
· 7 years ago
336cdd9
Don't flag temporary registers as used samplers.
by Nicolas Capens
· 7 years ago
e76163e
Skip ignored EGL config attributes.
by Nicolas Capens
· 7 years ago
ce8eb94
Accept GL_HALF_FLOAT and GL_HALF_FLOAT_OES interchangeably.
by Nicolas Capens
· 7 years ago
840f47e
Fix Linux build.
by Nicolas Capens
· 7 years ago
a8bb28c
Use the correct constant name for the Android SDK version
by Jorge E. Moreira
· 7 years ago
bf58b98
Use override for overridden function
by Takuto Ikuta
· 7 years ago
d87b3a8
Fixed sampler within struct uniform used as function argument
by Alexis Hetu
· 7 years ago
99be318
Load sibling libraries from the same directory
by Alexis Hetu
· 7 years ago
c8eedeb
Implement missing EGL surface queries.
by Nicolas Capens
· 7 years ago
5997533
Remove unstructured metadata files.
by Nicolas Capens
· 7 years ago
3848876
Guard against clearing null depth/stencil buffers.
by Nicolas Capens
· 7 years ago
329747c
Added check for temporary register overflow
by Alexis Hetu
· 7 years ago
10bcdb4
Release thread local storage on thread exit.
by David Rim
· 7 years ago
9151a3c
Chromium build fix
by Alexis Hetu
· 7 years ago
d23cf63
Fix CMake build
by Alexis Hetu
· 7 years ago
Next »