quakeforge/tools/qfcc/source
Bill Currie 02bf7dbc03 [qfcc] Correct an error message
Why is it I always find these things when posting them in discord?
2025-02-18 12:53:16 +09:00
..
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
algebra.c [qfcc] Rename type attributes to properties 2025-01-16 17:31:04 +09:00
attribute.c [qfcc] Make spirv kinds easier to use 2025-01-24 13:47:57 +09:00
class.c [qfcc] Rename obj_types_assignable 2025-02-16 18:11:26 +09:00
codespace.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
constfold.c [qfcc] Parse vector literals correctly 2024-09-03 20:50:31 +09:00
cpp.c [qfcc] Make __VA_ARGS__ an actual macro parameter 2025-02-11 19:56:13 +09:00
dags.c [qfcc] Improve support for matrix types 2024-09-05 14:06:30 +09:00
debug.c [qfcc] Fix some glsl parsing issues 2024-09-01 17:02:42 +09:00
def.c [qfcc] Check const_initializers option for constexpr 2025-01-18 20:36:23 +09:00
defspace.c [qfcc] Separate out backend function building 2024-11-03 16:58:10 +09:00
diagnostic.c Merge branch 'master' into wip-ruaspirv 2024-04-18 09:46:10 +09:00
disassemble.c [qfprogs] Create a stack for disassembly of locals 2023-09-12 22:21:55 +09:00
dot.c [qfcc] Make expressions const-correct 2023-09-29 10:15:59 +09:00
dot_dag.c [qfcc] Avoid (null) labels for dot graphs 2024-10-01 14:30:09 +09:00
dot_expr.c [qfcc] Dump compound init expressions 2025-02-16 12:16:39 +09:00
dot_flow.c [qfcc] Avoid (null) labels for dot graphs 2024-10-01 14:30:09 +09:00
dot_sblock.c [qfcc] Avoid (null) labels for dot graphs 2024-10-01 14:30:09 +09:00
dot_type.c [qfcc] Use count for number of array elements 2024-11-17 15:27:10 +09:00
dump_globals.c [qfcc] Use count for number of array elements 2024-11-17 15:27:10 +09:00
dump_lines.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
dump_modules.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
dump_strings.c [qfprogs] Dump hex for non-ascii chars 2022-12-10 21:53:00 +09:00
embed.py [qfcc] Parse the spirv grammar json files 2025-01-07 03:26:12 +09:00
emit.c [qfcc] Make the type union anonymous 2024-08-16 17:23:29 +09:00
evaluate.c [qfcc] Check for unused operands in evaluate_constexpr 2025-02-04 07:39:30 +09:00
evaluate_type.c [qfcc] Support @reference() in the same vein as @pointer 2025-01-21 22:38:23 +09:00
expr.c [qfcc] Add reference_expr() to create references 2025-01-22 14:59:03 +09:00
expr_algebra.c [qfcc] Count terms correctly 2025-01-18 20:47:06 +09:00
expr_assign.c [qfcc] Auto-cast compatible structs in assignment 2025-02-03 14:06:27 +09:00
expr_binary.c [qfcc] Move countof macro to qtypes 2025-01-20 15:02:21 +09:00
expr_bool.c [qfcc] Get ?: working for references 2025-01-24 14:50:28 +09:00
expr_call.c [qfcc] Cast args to inline/intrinsic functions 2025-01-23 00:14:52 +09:00
expr_cast.c [qfcc] Improve handling of branched types 2025-02-16 18:51:13 +09:00
expr_compound.c [qfcc] Implement compound initializers for spir-v 2024-11-17 22:45:18 +09:00
expr_construct.c [qfcc] Auto-cast compatible structs in assignment 2025-02-03 14:06:27 +09:00
expr_dag.c [qfcc] Check implicit is the same for dagged values 2025-01-03 13:22:29 +09:00
expr_obj.c [qfcc] Handle explicit arguments to intrinsics 2025-01-17 18:14:21 +09:00
expr_optimize.c [qfcc] Respect parentheses when scattering sums 2024-09-30 13:51:52 +09:00
expr_process.c [qfcc] Fix some source location tracking 2025-02-17 15:13:37 +09:00
expr_type.c [qfcc] Avoid some unnecessary internal errors 2025-02-15 15:41:15 +09:00
expr_unary.c [qfcc] Support marking expression for the back-end 2025-01-20 11:26:20 +09:00
expr_vector.c [qfcc] Defer Ruamoko semantics processing 2024-12-07 02:38:00 +09:00
flow.c [qfcc] Use the called function for ruamoko progs 2024-11-18 03:42:26 +09:00
function.c [qfcc] Set function attributes correctly 2025-02-17 18:50:54 +09:00
glsl-attribute.c [qfcc] Apply general qualifiers 2025-02-16 10:48:45 +09:00
glsl-block.c [qfcc] Fix some gcc purity issues 2025-02-17 19:43:15 +09:00
glsl-builtins.c [qfcc] Implement discard 2025-02-17 20:58:45 +09:00
glsl-declaration.c [qfcc] Rework interface block handling 2025-02-17 12:55:57 +09:00
glsl-layout.c [qfcc] Implement input_attachment_index 2025-02-16 11:01:54 +09:00
glsl-parse.y [qfcc] Correct an error message 2025-02-18 12:53:16 +09:00
glsl-sub_comp.c [qfcc] Ensure compute shaders set all local_size elements 2025-01-21 12:14:06 +09:00
glsl-sub_frag.c [qfcc] Handle execution modes for spir-v/glsl 2025-01-21 10:42:56 +09:00
glsl-sub_geom.c [qfcc] Ensure geometry shader invocations is set 2025-02-05 10:26:21 +09:00
glsl-sub_tesc.c [qfcc] Handle execution modes for spir-v/glsl 2025-01-21 10:42:56 +09:00
glsl-sub_tese.c [qfcc] Handle execution modes for spir-v/glsl 2025-01-21 10:42:56 +09:00
glsl-sub_vert.c [qfcc] Handle execution modes for spir-v/glsl 2025-01-21 10:42:56 +09:00
grab.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
idstuff.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
image.c [qfcc] Handle image type promotions etc 2025-02-15 23:42:36 +09:00
linker.c Merge branch 'master' into wip-ruaspirv 2024-04-18 09:46:10 +09:00
Makemodule.am [qfcc] Make image handles independent of glsl 2025-02-11 16:01:59 +09:00
method.c [qfcc] Resurrect is_function 2025-01-03 17:52:19 +09:00
obj_file.c [qfcc] Use count for number of array elements 2024-11-17 15:27:10 +09:00
obj_type.c [qtypes] Remove field_offset macro 2025-01-20 20:57:54 +09:00
opcodes.c [qfcc] Correct a typo in a comment 2024-11-28 21:05:34 +09:00
options.c [qfcc] Support generating a C array of the output 2025-01-24 19:14:56 +09:00
pragma.c [qfcc] Separate out backend function building 2024-11-03 16:58:10 +09:00
pre-parse.y [qfcc] Use a context object to hold current language 2024-12-07 23:55:48 +09:00
qc-lex.l [qfcc] simplify __VA_OPT__ handling 2025-02-15 13:14:58 +09:00
qc-parse.y [qfcc] (rua) Copy spec attributes correctly 2025-02-17 18:55:42 +09:00
qfcc.c [qfcc] Catch errors during spirv code-gen 2025-02-16 18:51:28 +09:00
qfpreqcc Better handling of progs.dat and line numbers. 2012-11-15 15:04:51 +09:00
qfprogs.c [qfprogs] Create a stack for disassembly of locals 2023-09-12 22:21:55 +09:00
qp-lex.l [qfcc] Make short-circuit boolean logic language dependent 2025-01-12 23:29:56 +09:00
qp-parse.y [qfcc] Resurrect is_function 2025-01-03 17:52:19 +09:00
reloc.c [qfcc] Use rua_loc_t for most location information 2023-11-06 14:25:20 +09:00
rua-declaration.c [qfcc] Propagate rua_ctx_t to more functions 2024-12-23 22:03:47 +09:00
shared.c [qfcc] Use a separate enum for glsl interfaces 2024-09-09 11:40:57 +09:00
spirv_grammar.c [qfcc] Add a silent spirv enum lookup function 2025-02-11 17:59:03 +09:00
statements.c [qfcc] Use const type_t * for new_horizontal_expr 2025-01-20 00:51:38 +09:00
strpool.c [qfcc] Use string offset/id slots in strpool 2025-01-21 17:25:32 +09:00
struct.c [qfcc] Support struct/enum/handle in type_ref 2024-12-23 21:44:07 +09:00
stub.c [qfcc] Improve handling of branched types 2025-02-16 18:51:13 +09:00
switch.c [qfcc] Remove convert_name 2024-12-07 18:35:01 +09:00
symtab.c [qfcc] Improve handling of branched types 2025-02-16 18:51:13 +09:00
target.c [qfcc] Make max_params a code option 2024-10-11 10:01:45 +09:00
target_rua.c [qfcc] Use the ruamoko test_expr for spirv 2025-01-20 01:34:27 +09:00
target_spirv.c [qfcc] Implement discard 2025-02-17 20:58:45 +09:00
target_v6.c [qfcc] Split test_expr per target 2025-01-20 00:55:01 +09:00
type.c [qfcc] Don't copy params for aliased function types 2025-02-17 18:53:55 +09:00
value.c [qtypes] Remove field_offset macro 2025-01-20 20:57:54 +09:00