projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
shlwapi: Fix the declaration of UrlIsFileUrlW().
[wine]
/
dlls
/
d3dcompiler_43
/
2012-09-24
Francois Gouget
d3dcompiler_43: Make compare_hlsl_types_rb() static.
tree
|
commitdiff
2012-09-21
Matteo Bruni
d3dcompiler: Parse "for" loops with declarations.
tree
|
commitdiff
2012-09-21
Matteo Bruni
d3dcompiler: Parse "for" loops without variable declara...
tree
|
commitdiff
2012-09-21
Matteo Bruni
d3dcompiler: Parse "do-while" loop.
tree
|
commitdiff
2012-09-21
Matteo Bruni
d3dcompiler: Parse "while" loops.
tree
|
commitdiff
2012-09-21
Matteo Bruni
d3dcompiler: Allow casts to arrays.
tree
|
commitdiff
2012-09-19
Francois Gouget
d3dcompiler_43: Remove an unwanted trailing '\n' in...
tree
|
commitdiff
2012-09-19
Francois Gouget
d3dcompiler_43: Make add_type_to_scope() static.
tree
|
commitdiff
2012-09-19
Matteo Bruni
d3dcompiler: Parse casts.
tree
|
commitdiff
2012-09-19
Matteo Bruni
d3dcompiler: Support simple variable initializers.
tree
|
commitdiff
2012-09-19
Matteo Bruni
d3dcompiler: Parse "typedef" statement.
tree
|
commitdiff
2012-09-19
Matteo Bruni
d3dcompiler: Store data types in a RB tree for faster...
tree
|
commitdiff
2012-09-19
Matteo Bruni
d3dcompiler: Parse "if/else" statement.
tree
|
commitdiff
2012-09-18
Matteo Bruni
d3dcompiler/tests: Use a reasonable adapter format...
tree
|
commitdiff
2012-09-18
Matteo Bruni
d3dcompiler: Parse "return" statement.
tree
|
commitdiff
2012-09-18
Matteo Bruni
d3dcompiler: Only a few modifiers are relevant in type...
tree
|
commitdiff
2012-09-18
Matteo Bruni
d3dcompiler: Don't write the shader version tag from...
tree
|
commitdiff
2012-09-18
Matteo Bruni
d3dcompiler: Declare predefined data types.
tree
|
commitdiff
2012-09-17
Matteo Bruni
d3dcompiler: Stub D3DDisassemble.
tree
|
commitdiff
2012-09-17
Matteo Bruni
d3dcompiler: Postincrement/decrement expressions are...
tree
|
commitdiff
2012-09-17
Matteo Bruni
d3dcompiler: Parse swizzles.
tree
|
commitdiff
2012-07-25
Francois Gouget
d3dcompiler_43: Make debug_dump_ir_expr() static.
tree
|
commitdiff
2012-07-23
Francois Gouget
d3dcompiler_43: Make some functions static.
tree
|
commitdiff
2012-07-23
Francois Gouget
d3dcompiler_43: Add a trailing '\n' to a couple of...
tree
|
commitdiff
2012-07-20
Matteo Bruni
d3dcompiler: Parse assignments.
tree
|
commitdiff
2012-07-20
Matteo Bruni
d3dcompiler: Stub assignment parsing.
tree
|
commitdiff
2012-07-20
Matteo Bruni
d3dcompiler: "void" is not a plain scalar data type.
tree
|
commitdiff
2012-07-20
Matteo Bruni
d3dcompiler: Parse unary and prefix operators.
tree
|
commitdiff
2012-07-20
Matteo Bruni
d3dcompiler: Parse some postfix operators.
tree
|
commitdiff
2012-07-18
Matteo Bruni
d3dcompiler: Parse relational operators, stub out more...
tree
|
commitdiff
2012-07-18
Matteo Bruni
d3dcompiler: Parse multiplicative expressions.
tree
|
commitdiff
2012-07-18
Matteo Bruni
d3dcompiler: Don't allow semantics on local variables.
tree
|
commitdiff
2012-07-18
Matteo Bruni
d3dcompiler: Don't allow const variables without initia...
tree
|
commitdiff
2012-07-18
Matteo Bruni
d3dcompiler: Check for invalid matrix majority modifiers.
tree
|
commitdiff
2012-07-17
Matteo Bruni
d3dcompiler: Implement basic expressions parsing.
tree
|
commitdiff
2012-07-17
Matteo Bruni
d3dcompiler: Don't allow semantics on void functions.
tree
|
commitdiff
2012-07-17
Matteo Bruni
d3dcompiler: Variables and functions can't have the...
tree
|
commitdiff
2012-07-17
Matteo Bruni
d3dcompiler: Pass the complete location to add_func_par...
tree
|
commitdiff
2012-07-17
Matteo Bruni
d3dcompiler: Store location information in constants...
tree
|
commitdiff
2012-07-12
Matteo Bruni
d3dcompiler: Use location information in add_modifier().
tree
|
commitdiff
2012-07-12
Matteo Bruni
d3dcompiler: Store (and begin to use) location informat...
tree
|
commitdiff
2012-07-12
Matteo Bruni
d3dcompiler: Introduce source_location structure.
tree
|
commitdiff
2012-07-12
Matteo Bruni
d3dcompiler: Track the location of each lexer token.
tree
|
commitdiff
2012-07-12
Matteo Bruni
d3dcompiler: Add hlsl_report_message function to standa...
tree
|
commitdiff
2012-07-11
Matteo Bruni
d3dcompiler: Improve debug_hlsl_type function.
tree
|
commitdiff
2012-07-11
Matteo Bruni
d3dcompiler: Add a trace to the scope push/pop functions.
tree
|
commitdiff
2012-07-11
Matteo Bruni
d3dcompiler: Pass the shader filename to the preprocessor.
tree
|
commitdiff
2012-07-11
Matteo Bruni
d3dcompiler: Make declaration_statement return a list.
tree
|
commitdiff
2012-07-11
Matteo Bruni
d3dcompiler: Properly print compilation messages.
tree
|
commitdiff
2012-07-10
Matteo Bruni
d3dcompiler: Initialize and fix compilation messages...
tree
|
commitdiff
2012-07-10
Matteo Bruni
d3dcompiler: Parse compilation target.
tree
|
commitdiff
2012-07-10
Matteo Bruni
d3dcompiler: Carry around both shader major and minor...
tree
|
commitdiff
2012-07-10
Matteo Bruni
d3dcompiler: Type names have to be allocated on the...
tree
|
commitdiff
2012-07-10
Matteo Bruni
d3dcompiler: Fix line info update.
tree
|
commitdiff
2012-07-09
Marcus Meissner
d3dcompiler_43: Fixed small overread possibility (Cover...
tree
|
commitdiff
2012-06-13
Francois Gouget
d3dcompiler_43: Make debug_dump_ir_constructor() static.
tree
|
commitdiff
2012-06-13
Matteo Bruni
d3dcompiler: Add some tests for 'system' type includes.
tree
|
commitdiff
2012-06-13
Matteo Bruni
wpp: Explicitly pass include type to the lookup callbac...
tree
|
commitdiff
2012-06-13
Matteo Bruni
wpp: Invert 'type' callback parameter value, to match...
tree
|
commitdiff
2012-06-12
Matteo Bruni
d3dcompiler: Parse constructors.
tree
|
commitdiff
2012-06-12
Matteo Bruni
d3dcompiler: Parse function definitions.
tree
|
commitdiff
2012-06-12
Matteo Bruni
d3dcompiler: Parse function declarations.
tree
|
commitdiff
2012-06-12
Matteo Bruni
d3dcompiler: Parse sampler declarations.
tree
|
commitdiff
2012-06-12
Matteo Bruni
d3dcompiler: Parse vector and matrix declarations.
tree
|
commitdiff
2012-06-08
Francois Gouget
d3dcompiler_43: Make debug_{base,node}_type() static.
tree
|
commitdiff
2012-06-07
Matteo Bruni
d3dcompiler: Parse variable references in expressions.
tree
|
commitdiff
2012-06-07
Matteo Bruni
d3dcompiler: Parse variable initializers, basic express...
tree
|
commitdiff
2012-06-07
Matteo Bruni
d3dcompiler: Parse modifiers.
tree
|
commitdiff
2012-06-07
Matteo Bruni
d3dcompiler: Distinguish between scalars, vectors and...
tree
|
commitdiff
2012-06-07
Matteo Bruni
d3dcompiler: Dump preprocessed shader sources.
tree
|
commitdiff
2012-06-05
Matteo Bruni
d3dcompiler: Parse variable declarations.
tree
|
commitdiff
2012-06-05
Matteo Bruni
d3dcompiler: Add identifiers parsing.
tree
|
commitdiff
2012-06-05
Matteo Bruni
d3dcompiler: Flesh out the lexer more.
tree
|
commitdiff
2012-06-05
Matteo Bruni
d3dcompiler: Use a separate bytecodewriter debug channel.
tree
|
commitdiff
2012-06-04
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2012-05-16
Matteo Bruni
d3dcompiler: Add a stub lexer.
tree
|
commitdiff
2012-05-16
Matteo Bruni
d3dcompiler: Add a stub parser.
tree
|
commitdiff
2012-05-16
Matteo Bruni
d3dcompiler: Trace compilation messages.
tree
|
commitdiff
2012-05-16
Matteo Bruni
d3dcompiler: Partially implement D3DCompile function.
tree
|
commitdiff
2012-05-16
Matteo Bruni
d3dcompiler: Make SlWriteBytecode return the shader...
tree
|
commitdiff
2012-05-08
Matteo Bruni
d3dcompiler: Rename asm_alloc/realloc/free functions...
tree
|
commitdiff
2012-05-08
Matteo Bruni
d3dcompiler: Generalize message reporting function.
tree
|
commitdiff
2012-05-08
Matteo Bruni
d3dcompiler: Make set_parse_status() more general.
tree
|
commitdiff
2012-05-08
Matteo Bruni
d3dcompiler: Remove shader_type typedef.
tree
|
commitdiff
2012-04-09
Józef Kucia
d3dcompiler: Allow the alternative shader version forma...
tree
|
commitdiff
2012-04-09
Józef Kucia
d3dcompiler: Fix parsing the tex instruction in ps_1_0...
tree
|
commitdiff
2012-03-12
Józef Kucia
d3dcompiler/tests: Add test for comments containing...
tree
|
commitdiff
2011-09-26
Andrew Talbot
d3dcompiler_43: Mark fall-throughs in switch statement.
tree
|
commitdiff
2011-08-30
André Hentschel
d3dcompiler_43/tests: Fix printing a NULL string.
tree
|
commitdiff
2011-08-01
Frédéric Delanoy
dlls: Assorted spelling fixes.
tree
|
commitdiff
2011-07-05
Dan Kegel
d3dcompiler_43: Don't crash on long TRACE().
tree
|
commitdiff
2011-05-05
Matteo Bruni
d3dcompiler: Fix error messages generation.
tree
|
commitdiff
2011-05-05
Matteo Bruni
d3dcompiler: Improve some parameter names and fix code...
tree
|
commitdiff
2011-05-03
Alexandre Julliard
d3dcompiler: Specify arguments for stub entry points...
tree
|
commitdiff
2011-05-03
Francois Gouget
d3dcompiler_43: Make write_dword_unknown() static.
tree
|
commitdiff
2011-04-13
Rico Schüller
d3dcompiler: Fix HeapAlloc/HeapFree for type members...
tree
|
commitdiff
2011-04-04
Rico Schüller
d3dcompiler: Make some variables static.
tree
|
commitdiff
2011-04-04
Rico Schüller
d3dcompiler: Move blob and strip functions to blob.c.
tree
|
commitdiff
2011-04-04
Rico Schüller
d3dcompiler: Remove type cast in D3DCreateBlob().
tree
|
commitdiff
2011-04-04
Rico Schüller
d3dcompiler: Move D3DCreateBlob() to blob.c.
tree
|
commitdiff
next