index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
fmax-fmin-denorm
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
most-constants
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
glsl: Skip type conversions in loop-size estimates on float-only arches.
loop
Kenneth Graunke
1
-0
/
+6
2012-04-02
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
1
-5
/
+0
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-2
/
+0
2012-04-02
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
1
-5
/
+5
2012-03-26
glsl: Make ir_dereference_variable ctor assert the variable exists.
Kenneth Graunke
1
-1
/
+3
2012-03-26
glsl: Make ir_dereference_record constructor assert the variable exists.
Kenneth Graunke
1
-4
/
+4
2012-03-26
glsl: Make ir_dereference_array constructor assert the variable exists.
Kenneth Graunke
1
-10
/
+9
2011-11-03
linker: Check that initializers for global variables match
Ian Romanick
1
-0
/
+5
2011-10-27
glsl: add ir_variable::determine_interpolation_mode() function.
Paul Berry
1
-0
/
+15
2011-10-27
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
1
-1
/
+2
2011-10-27
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
1
-4
/
+4
2011-10-07
glsl: Remove unused method ir_variable::component_slots
Ian Romanick
1
-8
/
+0
2011-09-14
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
1
-4
/
+1
2011-08-23
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
1
-6
/
+10
2011-08-15
glsl: Make is_lvalue() and variable_referenced() const.
Paul Berry
1
-2
/
+2
2011-07-18
glsl: Move type_contains_sampler() into glsl_type for later reuse.
Paul Berry
1
-16
/
+1
2011-06-29
glsl: Add ir_unop_i2u and ir_unop_u2i operations.
Bryan Cain
1
-0
/
+8
2011-03-15
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
1
-12
/
+8
2011-01-31
glsl: Introduce a new "const_in" variable mode.
Kenneth Graunke
1
-1
/
+16
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-9
/
+9
2011-01-26
glsl: Propagate depth layout qualifier from AST to IR
Chad Versace
1
-0
/
+1
2011-01-26
glsl: Define enum ir_depth_layout
Chad Versace
1
-0
/
+16
2011-01-12
glsl: Track variable usage, use that to enforce semantics
Ian Romanick
1
-0
/
+1
2011-01-11
glsl: Add type inference support for remaining expression opcodes.
Kenneth Graunke
1
-0
/
+48
2010-12-02
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
1
-1
/
+1
2010-11-30
glsl: Add a helper constructor for expressions that works out result type.
Eric Anholt
1
-0
/
+102
2010-11-19
glsl: Add a helper function for determining if an rvalue could be a saturate.
Eric Anholt
1
-0
/
+56
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
1
-2
/
+23
2010-11-19
glsl: Add unary ir_expression constructor
Ian Romanick
1
-0
/
+13
2010-11-19
glsl: Add ir_rvalue::is_negative_one predicate
Ian Romanick
1
-0
/
+41
2010-11-19
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
1
-0
/
+2
2010-11-18
glsl: Make is_zero and is_one virtual methods of ir_rvalue
Ian Romanick
1
-0
/
+10
2010-11-17
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-0
/
+3
2010-11-17
glsl: Refactor get_num_operands.
Kenneth Graunke
1
-70
/
+5
2010-11-17
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
1
-2
/
+0
2010-11-16
glsl: Refactor is_vec_{zero,one} to be methods of ir_constant
Ian Romanick
1
-0
/
+73
2010-10-14
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
1
-0
/
+2
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
1
-0
/
+1
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
1
-1
/
+28
2010-09-16
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
1
-2
/
+2
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
1
-0
/
+5
2010-09-09
glsl2: Add ir_unop_noise
Ian Romanick
1
-0
/
+3
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
1
-1
/
+13
2010-09-03
ir_expression: Add static operator_string method
Ian Romanick
1
-3
/
+7
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
1
-0
/
+12
2010-09-01
glsl: Add proper handling for constant matrix-from-matrix constructors.
Kenneth Graunke
1
-0
/
+25
2010-09-01
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
1
-0
/
+35
2010-09-01
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
1
-1
/
+1
2010-08-29
glsl: Completely initialize value member in ir_constant constructor.
Vinson Lee
1
-0
/
+3
[next]