Sign in
swiftshader
/
SwiftShader
/
b508eafe1da79033db94208e673742c254c28a8f
b508eaf
Implement support for RGBA sampling.
by Nicolas Capens
· 10 years ago
db799e6
Adding uniform related APIs for GLES3
by Alexis Hetu
· 10 years ago
b508ff8
Implement basic ANDROID_image_native_buffer support.
by Ping-Hao Wu
· 10 years ago
4e0d6f6
Implement support for RGBA display formats.
by Nicolas Capens
· 10 years ago
f52c8ed
Adding trace and more verifications to new ES3 APi functions
by Alexis Hetu
· 10 years ago
5906e98
Added missing stride value.
by Greg Hartman
· 10 years ago
ab9b365
Add missing external texture type to the sampler uniforms.
by Ping-Hao Wu
· 10 years ago
51eede9
Implement EGL_SWAP_BEHAVIOR for eglSurfaceAttrib().
by Nicolas Capens
· 10 years ago
ebe6764
Add a critical section for dynamic code generation.
by Nicolas Capens
· 10 years ago
8b5b512
Android FrameBuffer implementation.
by Greg Hartman
· 10 years ago
7b1f3ab
Implement basic GL_OES_draw_texture functionality.
by Nicolas Capens
· 10 years ago
ef1ac39
Turn on tracing on Android by default.
by Greg Hartman
· 10 years ago
a5fc519
dlopen() has no NO_LOAD option before Android L.
by Ping-Hao Wu
· 10 years ago
f5525ca
Implement glTexEnvx().
by Nicolas Capens
· 10 years ago
efc555d
Implement glTexParameterx().
by Nicolas Capens
· 10 years ago
59af4b9
Implement glShadeModel() for OpenGL ES 1.1.
by Nicolas Capens
· 10 years ago
029d353
Add support for Android window size.
by Greg Hartman
· 10 years ago
9a10e06
Update paths for the Android shared libraries
by Greg Hartman
· 10 years ago
f6df06e
Pull in a #include to get std::size_t for Android GCE K
by Greg Hartman
· 10 years ago
271c511
Connect tracing and logcat
by Greg Hartman
· 10 years ago
7ae353d
Work around non-compliant behavior for Google Maps.
by Nicolas Capens
· 10 years ago
a6fb2e0
Enable the use of samplerExternalOES.
by Nicolas Capens
· 10 years ago
129430e
Ignore files generated by Code::Blocks
by Ping-Hao Wu
· 10 years ago
7d168c4
Wait for threads to exit when destroying them.
by Nicolas Capens
· 10 years ago
2028829
Indicate support for Android EGL surface config attributes.
by Greg Hartman
· 10 years ago
a4b1f62
Use sched_yield() instead of pthread_yield().
by Nicolas Capens
· 10 years ago
3bcd266
LLVM configuration for Android builds.
by Ping-Hao Wu
· 10 years ago
67a940b
Android's Bionic doesn't support std::sprintf.
by Ping-Hao Wu
· 10 years ago
c363dab
Makefiles for Android integration.
by Greg Hartman
· 10 years ago
6d175f4
Remove symbols not available on Android
by Nicolas Capens
· 10 years ago
4c5b1a3
Remove uninformative error message details on division by zero.
by Greg Hartman
· 10 years ago
6dbd5fe
Add missing virtual destructors.
by Ping-Hao Wu
· 10 years ago
cb09556
Added missing header
by Ping-Hao Wu
· 10 years ago
db04c06
Use a string format for safer printing.
by Ping-Hao Wu
· 10 years ago
df84738
Remove unnecessary <exception> includes.
by Ping-Hao Wu
· 10 years ago
0300e3c
Implement simple OpenGL ES 3.0 parameter checks
by Alexis Hetu
· 10 years ago
52e1843
Use a common implementation of the matrix stack for fixed-function OpenGL.
by Nicolas Capens
· 10 years ago
7462601
Implement glFrustum() for OpenGL ES 1.1.
by Nicolas Capens
· 10 years ago
fec8129
libGL Frustum implementation
by Maxime Gregoire
· 10 years ago
53ff8d8
libGL MultMatrixd implementation
by Maxime Gregoire
· 10 years ago
e1a8986
Replaced fopen every trace call by a single fopen when tracing/dumping data
by Maxime Gregoire
· 10 years ago
fceb183
Adding some GLES 3.0 specific enums
by Alexis Hetu
· 10 years ago
b1e911a
Constant function parameters are not constant expressions.
by Nicolas Capens
· 10 years ago
6ef6d2a
Always show the FPS when SwiftConfig is active.
by Nicolas Capens
· 10 years ago
31ad2aa
Rename EvqConst to EvqConstExpr
by Nicolas Capens
· 10 years ago
cc1e996
Fix Clang compilation.
by Nicolas Capens
· 10 years ago
18d5ef9
Set symbol extension at insertion.
by Nicolas Capens
· 10 years ago
33cda11
Set symbol operations at insertion.
by Nicolas Capens
· 10 years ago
8fa9d23
Use generic types to compact the symbol table initialization.
by Nicolas Capens
· 10 years ago
7322195
Use safer typed enums.
by Nicolas Capens
· 10 years ago
e9233fb
Adding multisampling to texture3D test
by Alexis Hetu
· 10 years ago
82cd6d8
Implement basic GLSL ES 3.0 texture sampling.
by Nicolas Capens
· 10 years ago
f8a4cba
Define GLSL ES 3.0 sampler types.
by Nicolas Capens
· 10 years ago
70da3d4
Simplify the creation of global types.
by Nicolas Capens
· 10 years ago
3d7f6ed
Move GLSL ES 1.00-specific symbols to their own symbol level.
by Nicolas Capens
· 10 years ago
e285865
Split builtin symbols over multiple levels.
by Nicolas Capens
· 10 years ago
d603ecd
Explicitly insert builtins at symbol level 0 and declare variables at the top level.
by Nicolas Capens
· 10 years ago
0a7f0c2
Pass the shader version to the symbol table.
by Nicolas Capens
· 10 years ago
7d62679
Implement support for layout qualifier locations.
by Nicolas Capens
· 10 years ago
2c1239f
Add support for unsigned integer literals in the shading language.
by Nicolas Capens
· 10 years ago
e4b1b1d
Implement shader compiler support for uint vectors.
by Nicolas Capens
· 10 years ago
3c20f80
Implement shader compiler support for uint scalars.
by Nicolas Capens
· 10 years ago
309a1d9
Add helper functions to the lexer to tokenize strings that have different classifications in ES2 and ES3.
by Nicolas Capens
· 10 years ago
a6a79ab
Support in/out as type qualifiers.
by Nicolas Capens
· 10 years ago
c684185
Add support for new ESSL 3.00 keywords.
by Nicolas Capens
· 10 years ago
996314b
Reject GLSL ES 3.00 shaders for OpenGL ES 2.0 contexts.
by Nicolas Capens
· 10 years ago
a68b611
Use an STL string for the shader info log.
by Nicolas Capens
· 10 years ago
20b06c3
Centralize shader compilation.
by Nicolas Capens
· 10 years ago
08ca3c6
Eliminate compiling for the WebGL spec.
by Nicolas Capens
· 10 years ago
b28964b
Parse the shader version number.
by Nicolas Capens
· 10 years ago
b97ad2e
Enable OpenGL ES 3.0 context creation.
by Nicolas Capens
· 10 years ago
792950a
LibGL Simple cube test modification.
by Maxime Gregoire
· 10 years ago
f7be67f
Texture3D copy to level
by Alexis Hetu
· 10 years ago
a5fbca0
wglSwapBuffers signature fix
by Maxime Gregoire
· 10 years ago
cdd2924
Fix supporting samplers in structs passed down as function arguments.
by Nicolas Capens
· 10 years ago
8fb3b48
Always wait for the debugger.
by Nicolas Capens
· 10 years ago
94b95d9
Fix the Code::Blocks builds.
by Nicolas Capens
· 10 years ago
6407fe8
Eliminate the ShaderLang interface.
by Nicolas Capens
· 10 years ago
21c51c7
Eliminate the abstract shader compiler interface.
by Nicolas Capens
· 10 years ago
7a8ccc4
Eliminate TShHandleBase.
by Nicolas Capens
· 10 years ago
d8cbf39
Rename ShHandle to Compiler.
by Nicolas Capens
· 10 years ago
55b22d6
Safely promote uninitialized constants.
by Nicolas Capens
· 10 years ago
2e2ba8d
Ignore constants that have not been initialized.
by Nicolas Capens
· 10 years ago
198529d
Provide safer and more convenient constant union accessors.
by Nicolas Capens
· 10 years ago
cf72c8c
OpenGL 2.1 Simple test cube application
by Maxime Gregoire
· 10 years ago
574409c
Add OpenGL ES 3.0 entry function stubs.
by Nicolas Capens
· 10 years ago
094725d
Add OpenGL ES 3.0 headers.
by Nicolas Capens
· 10 years ago
1b5b53b
Predefine GL_FRAGMENT_PRECISION_HIGH.
by Nicolas Capens
· 10 years ago
a9b4937
Implement an OpenGL 2.1 prototype.
by Nicolas Capens
· 10 years ago
80b4125
Share the name space implementation between all GL versions.
by Nicolas Capens
· 10 years ago
d7d9b4b
Access binding pointer objects through operators.
by Nicolas Capens
· 10 years ago
7cc75e1
Make the Object class independent of the GL version.
by Nicolas Capens
· 10 years ago
5767c7d
Optimize fixed-function states.
by Nicolas Capens
· 10 years ago
d05a23d
Fix passthru of non-float texture coordinates.
by Nicolas Capens
· 10 years ago
c50d35d
Add support for quad primitives.
by Nicolas Capens
· 10 years ago
235781d
Implement support for wide lines.
by Nicolas Capens
· 10 years ago
eafa022
Make OutputASM header independent of GL headers.
by Nicolas Capens
· 10 years ago
f8bce1f
Fixed depth test for 3D texture test
by Alexis Hetu
· 10 years ago
b027aa9
Adding Texture3D support.
by Alexis Hetu
· 10 years ago
1c840bb
OpenGL ES environment texture partial implementation
by Maxime Gregoire
· 10 years ago
Next »