quakeforge/tools/qfcc/include
Bill Currie 3337d45aa0 [qfcc] Improve handling of branched types
This makes using structs in interface blocks possible by auto-casting
whenever possible. Now my compute shaders compile, but there's another
duplicate type sneaking in somehow.
2025-02-16 18:51:13 +09:00
..
algebra.h [qfcc] Support type.attribute on any type 2025-01-13 00:10:27 +09:00
attribute.h [qfcc] Make type attribute functions usable in expressions 2025-01-15 18:31:37 +09:00
class.h [qfcc] Rename obj_types_assignable 2025-02-16 18:11:26 +09:00
codespace.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cpp.h [qfcc] Use a stack for cpp_quote_start 2024-08-31 13:01:26 +09:00
dags.h [qfcc] Don't split basic blocks on function calls 2024-02-21 22:41:08 +09:00
debug.h [qfcc] Use rua_loc_t for most location information 2023-11-06 14:25:20 +09:00
def.h [qfcc] Clean up the local_expr global 2024-11-04 16:38:07 +09:00
defspace.h [qfcc] Separate out backend function building 2024-11-03 16:58:10 +09:00
diagnostic.h [qfcc] Clean up warning and notice return types 2024-02-21 22:41:08 +09:00
dot.h [qfcc] Make expressions const-correct 2023-09-29 10:15:59 +09:00
emit.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
evaluate.h [qfcc] Add a code generator for type expressions 2024-09-06 01:04:38 +09:00
evaluate_type.h [qfcc] Support @reference() in the same vein as @pointer 2025-01-21 22:38:23 +09:00
expr.h [qfcc] Add reference_expr() to create references 2025-01-22 14:59:03 +09:00
expr_names.h [qfcc] Implement inline function calls 2024-12-11 03:16:15 +09:00
flow.h [qfcc] Remove special treatment for flow/func statements 2024-02-21 22:41:08 +09:00
function.h [qfcc] Fix some forwarded enum issues 2025-02-11 12:49:52 +09:00
glsl-lang.h [qfcc] Apply general qualifiers 2025-02-16 10:48:45 +09:00
grab.h Merge branch 'qfcc-cse' 2012-12-13 20:17:28 +09:00
idstuff.h [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
image.h [qfcc] Handle image type promotions etc 2025-02-15 23:42:36 +09:00
linker.h [qfcc] Make type_t mostly const-correct 2024-02-20 16:47:04 +09:00
Makemodule.am [qfcc] Make image handles independent of glsl 2025-02-11 16:01:59 +09:00
mat_types.h [qfcc] Chain matrix and bool types 2024-04-25 11:22:35 +09:00
method.h [qfcc] Propagate rua_ctx_t to more functions 2024-12-23 22:03:47 +09:00
obj_file.h [qfcc] Give qfo spaces support for names 2024-09-12 13:50:33 +09:00
obj_type.h [qfcc] Make type_t mostly const-correct 2024-02-20 16:47:04 +09:00
opcodes.h [qfcc] Dump emitted statements when verbosity >= 2 2022-01-20 13:08:05 +09:00
options.h [qfcc] Support generating a C array of the output 2025-01-24 19:14:56 +09:00
pragma.h Allow pragmas to have arguments 2020-02-15 23:49:12 +09:00
qfcc.h [qfcc] Support generating a C array of the output 2025-01-24 19:14:56 +09:00
qfprogs.h Fix qfo strings dumping 2020-02-23 15:08:31 +09:00
reloc.h [qfcc] Support alignment in qfo spaces 2022-07-31 17:15:47 +09:00
rua-lang.h [qfcc] Force symbol lookup when processing expressions 2025-01-22 18:43:19 +09:00
shared.h [qfcc] Defer Ruamoko semantics processing 2024-12-07 02:38:00 +09:00
specifier.h [qfcc] Make push_constant blocks push_constant 2025-02-03 19:31:55 +09:00
spirv.h [qfcc] Set tess/geom in/out array sizes 2025-02-05 10:23:27 +09:00
spirv_grammar.h [qfcc] Add a silent spirv enum lookup function 2025-02-11 17:59:03 +09:00
statements.h [qfcc] Use columns for selecting instructions 2024-11-26 10:45:20 +09:00
strpool.h [qfcc] Use string offset/id slots in strpool 2025-01-21 17:25:32 +09:00
struct.h [qfcc] Fix some forwarded enum issues 2025-02-11 12:49:52 +09:00
switch.h [qfcc] Make expressions const-correct 2023-09-29 10:15:59 +09:00
sy_type_names.h [qfcc] Add xvalue expressions and symbols 2024-12-08 18:59:40 +09:00
symtab.h [qfcc] Fix some forwarded enum issues 2025-02-11 12:49:52 +09:00
target.h [qfcc] Improve handling of branched types 2025-02-16 18:51:13 +09:00
type.h [qfcc] Tidy up type.h a little 2025-02-02 11:34:23 +09:00
value.h [qfcc] Implement specialization constants 2024-10-02 02:11:53 +09:00
vec_types.h [qfcc] Implement some basics for the vector types 2022-02-04 00:25:31 +09:00