OSDN Git Service

android-x86/external-swiftshader.git
2019-02-26 Alexis HetuVS build fix
2019-02-26 Chris ForbesFix point rendering
2019-02-26 Chris ForbesOpAccessChain: Remove pointer walking inside loop
2019-02-26 Alexis HetuReplace uses of sw::Surface with vk::ImageView in the...
2019-02-26 Chris ForbesFix various issues in vertex fetch setup
2019-02-26 Nicolas CapensFix fuzzer build
2019-02-26 Nicolas CapensWork around x86-64 calling convention bug
2019-02-26 Ben ClaytonSpirvShader: Decouple SPIR-V type attributes from objec...
2019-02-26 Ben ClaytonStrongly type object / type identifiers.
2019-02-26 Chris ForbesRemove VertexProcessor::multisampling state bit
2019-02-26 Hernan LiatisWrong macro being #undef'd in VkGetProcAddress
2019-02-25 Hernan LiatisFix minor issue in vkCreateInstance extension loop
2019-02-25 Alexis HetuPipelineLayout implementation
2019-02-25 Chris ForbesSuppress warnings for more instructions that require...
2019-02-25 Alexis HetuAssert there are no unmatched eglBindTexImage/eglReleas...
2019-02-25 Ben ClaytonFix CMake build documentation
2019-02-25 Chris ForbesRemove remnants of non-descriptor UBO support
2019-02-25 Chris ForbesRemove remnants of GL-style user clip planes
2019-02-25 Chris ForbesRemove transform feedback remnants
2019-02-23 Chris ForbesSet render targets correctly when drawing
2019-02-22 Chris ForbesWire up cull mode handling to Vulkan pipeline
2019-02-22 Ben ClaytonKokoro: Run unit tests.
2019-02-22 Chris ForbesSilence emit-time warnings for many instructions
2019-02-22 Chris ForbesRemove alpha test plumbing
2019-02-22 Chris ForbesRestore vertex fetch state update from context -> state
2019-02-22 Chris ForbesImplement proper handling of constants
2019-02-22 Ben ClaytonAdd CMake flag to treat warnings as errors
2019-02-22 Hernan LiatisvkGetDescriptorSetLayoutSupportKHR listed wrong
2019-02-22 Hernan LiatisUpdate ICD version to 3.0
2019-02-21 Ben ClaytonGLES: Fix race in Renderer destruction
2019-02-21 Ben ClaytonSilence warnings: Ignore pedantic warnings with compile...
2019-02-21 Ben ClaytonGLES: Fix OOB access of labelBlock.
2019-02-21 Ben ClaytonGLES: Add tests to exersise sparse labels.
2019-02-20 Chris ForbesConnect fragment shader outputs to raster operations...
2019-02-20 Chris ForbesAdd epilog pass to copy outputs out to pipeline
2019-02-20 Chris ForbesFix WalkAccessChain to actually walk type tree properly
2019-02-20 Chris ForbesRemove needless unique_ptr wrapping from inputs/outputs
2019-02-20 Chris ForbesSeparate intermediate values from lvalues
2019-02-20 Ben ClaytonSpirvShader: Split objects from types.
2019-02-20 Ben ClaytonSilence warnings: Add override to overriden virtual...
2019-02-20 Ben ClaytonSilence warnings: Remove bit-packing of Vulkan state
2019-02-20 Nico Weberswiftshader: Remove semicolons.
2019-02-20 Ben ClaytonSilence warnings: Remove all unused local variables
2019-02-20 Ben ClaytonFix mismatch of enum types in equality test
2019-02-20 Ben ClaytonSilence warnings: Add default cases to partial enum...
2019-02-20 Ben ClaytonGLES: Add unit tests for compile time limits
2019-02-19 Ben ClaytonRemove sw::BoundedIndex
2019-02-19 Ben ClaytonGLES: Remove hardcoded shader limits
2019-02-19 Chris ForbesAccumulate compile-time constant and runtime offsets...
2019-02-19 Ben ClaytonGLES: Fix for crashes when sampling certain textures.
2019-02-19 Ben ClaytonvkCmdBlitImage: Make a copy of the VkImageBlit structure
2019-02-15 Alexis HetuvkGetRenderAreaGranularity implementation
2019-02-15 Alexis HetuPrevent Pipeline crashing on missing non mandatory...
2019-02-15 Chris ForbesSupport loads and stores of interface variables
2019-02-15 Chris ForbesAdd SpirvRoutine::getValue helper
2019-02-15 Chris ForbesImplement some common forms of OpAccessChain
2019-02-15 Chris ForbesImplement some common forms of OpStore
2019-02-15 Chris ForbesImplement some common forms of OpLoad
2019-02-15 Chris ForbesTemplatize PopulateInterface & friends
2019-02-15 Chris ForbesSplit out decoration application helpers to avoid some...
2019-02-15 Chris ForbesFix handling of pointer sizes; we want them to be 1
2019-02-15 Chris ForbesAdd analysis pass support for OpLoad and OpAccessChain
2019-02-15 Chris ForbesHandle more instructions in spirv analysis pass
2019-02-15 Chris ForbesRemove more obsolete machinery from PixelProcessor
2019-02-15 Chris ForbesRemove depthOverride pixel state bit
2019-02-15 Chris ForbesCorrectly determine whether we need to compute centroids
2019-02-15 Chris ForbesWire up FS input to the shader
2019-02-15 Chris ForbesRemove VertexProcessor shader constants mechanism
2019-02-15 Chris ForbesWire VS interfaces onto spirv shader
2019-02-15 Chris ForbesSet up VertexIndex builtin properly
2019-02-15 Chris ForbesDo initial integration of spirv code generation with FS
2019-02-15 Chris ForbesRemove various legacy parts of FS plumbing
2019-02-15 Chris ForbesRework setup, VS->FS structures, etc for Vulkan
2019-02-15 Chris ForbesStart building up code generation
2019-02-14 Hernan LiatisAllow creation of VkInstances that support Xlib surfaces
2019-02-13 Nicolas CapensReplace vulkan.h includes with vulkan_core.h
2019-02-12 Nicolas CapensFix Visual Studio build.
2019-02-12 Nicolas CapensRemove shader call stack bounding
2019-02-11 Nicolas CapensFix shader call stack size mismatch
2019-02-11 Chris ForbesUse spirv-tools optimizer in GraphicsPipeline
2019-02-11 Chris ForbesReplace Shader,VertexShader,PixelShader with SpirvShader
2019-02-11 Chris ForbesAdd assert for broken locations
2019-02-11 Ben ClaytonCMake: Generate the ICD json file into the output directory
2019-02-11 Ben Claytonvscode: Rewrite tasks.json
2019-02-08 Cody SchuffelenEarly exit in es2::Context::drawElements on count=0.
2019-02-08 Alexis HetuUpdate and Fill Buffers
2019-02-06 Alexis HetuBasic DescriptorPool and DescriptorSetLayout implementation
2019-02-06 Nicolas CapensAdd SPIRV-Tools to the Vulkan build.
2019-02-06 Nicolas CapensAdd Visual Studio project files for SPIRV-Tools.
2019-02-06 Nicolas CapensSwitch to SPIRV-Headers from subtree.
2019-02-06 Nicolas CapensSuppress Clang warning for unsupported warning.
2019-02-05 Ben ClaytonSilence clang warning spewed by every .cpp compile
2019-02-05 Ben ClaytonCMake: Fix logic that automatically fetches submodules.
2019-02-05 Maksim SisovGCC: use Wno-error=header-hygiene only with clang.
2019-02-05 Ben ClaytonFix linux link error when using LLVM reactor backend.
2019-02-04 Chris ForbesSplit Object::Kind::Variable
2019-02-04 Alexis HetuSupport for usage in memory requirements
2019-02-04 Chris ForbesAdjust interface extraction to account for split types
2019-02-04 Alexis HetuvkCmdSetEvent/vkCmdResetEvent implementation
2019-02-01 Alexis HetuCommandPool reset and trim
next