index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
ir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-2
/
+0
*
glsl: silence signed/unsigned comparison warning
Brian Paul
2017-09-21
1
-1
/
+1
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
1
-73
/
+19
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
1
-12
/
+12
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-5
/
+3
*
glsl: tidy up get_num_operands()
Timothy Arceri
2017-08-11
1
-3
/
+6
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-2
/
+20
*
glsl: Fix g++ initializer order warning
Brian Paul
2017-05-25
1
-1
/
+1
*
glsl: set mask via initialisation list rather than in constructor body
Timothy Arceri
2017-05-22
1
-3
/
+1
*
glsl: implement ARB_bindless_texture conversions
Samuel Pitoiset
2017-05-06
1
-1
/
+11
*
glsl: allow bindless samplers/images to be l-values
Samuel Pitoiset
2017-05-06
1
-0
/
+14
*
glsl: add _mesa_glsl_parse_state object to is_lvalue()
Samuel Pitoiset
2017-05-06
1
-1
/
+3
*
glsl: process bindless/bound layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+2
*
glsl: do not make sampler/image types readonly variables
Samuel Pitoiset
2017-05-06
1
-3
/
+0
*
glsl: rename image_* qualifiers to memory_*
Samuel Pitoiset
2017-05-04
1
-10
/
+10
*
glsl: remove the shader_group_vote and shader_ballot expression ops
Nicolai Hähnle
2017-04-28
1
-18
/
+0
*
glsl: make use of glsl_type::is_float()
Samuel Pitoiset
2017-04-21
1
-4
/
+3
*
glsl: make use of glsl_type::is_double()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: make use of glsl_type::is_record()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: add ARB_shader_ballot operations
Nicolai Hähnle
2017-04-05
1
-0
/
+12
*
glsl: use is_sampler() anywhere it's possible
Samuel Pitoiset
2017-02-27
1
-2
/
+2
*
glsl/ir: Add support for 64-bit integer conversions.
Dave Airlie
2017-01-20
1
-0
/
+55
*
glsl/ast/ir: Add 64-bit integer constant support
Dave Airlie
2017-01-20
1
-0
/
+117
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
1
-25
/
+0
*
glsl: Override the # of varying slots for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-0
/
+18
*
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
2017-01-06
1
-0
/
+7
*
glsl: use a non-malloc'd storage for short ir_variable names
Marek Olšák
2016-10-31
1
-0
/
+4
*
glsl: Remove ir_function_signature::_is_intrinsic field
Ian Romanick
2016-10-04
1
-1
/
+1
*
glsl: Add ir_function_signature::is_intrinsic() method
Ian Romanick
2016-10-04
1
-1
/
+1
*
glsl: Track a unique intrinsic ID with each intrinsic function
Ian Romanick
2016-10-04
1
-1
/
+1
*
glsl: Just access the ir_expression_operation strings table directly
Ian Romanick
2016-08-30
1
-15
/
+2
*
glsl: Pull operator_strs out to its own file
Ian Romanick
2016-08-30
1
-115
/
+1
*
glsl: Add support for representing framebuffer fetch in the GLSL IR.
Francisco Jerez
2016-08-24
1
-0
/
+1
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-4
/
+4
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-5
/
+5
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+9
*
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
2016-06-01
1
-23
/
+0
*
glsl: fix xfb_offset unsized array validation
Timothy Arceri
2016-05-30
1
-0
/
+23
*
glsl: make max array trackers ints and use -1 as base. (v2)
Dave Airlie
2016-05-24
1
-1
/
+1
*
glsl: fixed uninitialized pointer
Jakob Sinclair
2016-05-12
1
-0
/
+5
*
compiler/glsl: do not downcast list sentinel
Nicolai Hähnle
2016-05-07
1
-1
/
+4
*
glsl: remove unused helper
Timothy Arceri
2016-02-17
1
-15
/
+0
*
glsl/types: Rename sampler_type to sampled_type
Jason Ekstrand
2016-02-13
1
-1
/
+1
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
1
-9
/
+0
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+2039