Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-27vkd3d-shader/hlsl: Lower complex broadcasts.experimental-vkd3d-20220728proton_7.0experimental_7.0Francisco Casas
2022-07-26vkd3d-shader/hlsl: Lower float modulus.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Lower int modulus.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Lower int division.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Lower int absolute value.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Write SM4 fractional part instructions.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Write SM4 logic not instructions.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Use the hlsl_new_store() helper.Giovanni Mascellani
2022-07-26xvkd3d-shader/hlsl: Propagate constant loads.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Swap failure and success branches in copy_propagation_tran...Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Write SM4 break instructions.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Parse length intrinsic.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Parse normalize intrinsic.Giovanni Mascellani
2022-07-26Remove useless todos.Giovanni Mascellani
2022-07-26vkd3d-shader/hlsl: Handle out-of-bounds and special values when converting fl...Zebediah Figura
2022-07-26[fixme] tests: Add tests for clamping and special values in float-to-int conv...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Handle out-of-bounds and special values when converting fl...Zebediah Figura
2022-07-26tests: Add tests for clamping and special values in float-to-uint conversion.Zebediah Figura
2022-07-26build: Use ANSI stdio even for crosstests.Zebediah Figura
2022-07-26tests: Add some tests for HLSL loop declaration syntax.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Fix a memory leak when declaring typedefs.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Do not abort parsing when invalid modifiers are specified.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Do not abort parsing when a statement modifies a const exp...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Apply latent majority modifiers to typedefs as well.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Do not set an initial latent matrix majority.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Store the matrix majority as a type modifiers bitmask.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Allow whitespace before preprocessor directives.Zebediah Figura
2022-07-26tests: Add more tests for pack_matrix pragmas.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Apply latent type modifiers to matrix array typedefs.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Avoid warning for each variable when in/out modifiers are ...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Remove a redundant warning for mutually exclusive majority...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Check for majority modifiers on non-matrices in apply_type...Zebediah Figura
2022-07-26tests: Add more tests for majority modifier syntax.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Don't assert that the array element type has a nonzero reg...Zebediah Figura
2022-07-26tests: Test macro expansion in pack_matrix pragmas.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Handle early return after a CF block only if there was act...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Lower return statements.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Generate one-component swizzles with a scalar type.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Allow the final expression in a for loop initializer to be...Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Inline function calls.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Keep the first hlsl_ir_function_decl pointer, instead of t...Zebediah Figura
2022-07-26tests: Test entry point semantics on function declarations.Zebediah Figura
2022-07-26[FIXME] vkd3d-shader/hlsl: Watch for an overloaded entry point.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Skip functions that don't have a body when looking for the...Zebediah Figura
2022-07-26tests: Add some tests for overloading the entry point.Zebediah Figura
2022-07-26vkd3d-shader/hlsl: Get rid of the "intrinsic" field of struct hlsl_ir_function.Zebediah Figura
2022-07-26[?] vkd3d-shader/hlsl: Trace tokens as they are lexed.Zebediah Figura
2022-07-26include: Add list_move_after() and list_move_before().Zebediah Figura
2022-07-26tests: Add more tests for early return from the entry point.Zebediah Figura
2022-07-26tests: Add some tests for early return from user-defined functions.Zebediah Figura