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
/
mesa
/
program
/
ir_to_mesa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
1
-6
/
+6
*
mesa/program: Fix -Wunused-param warning
Gert Wollny
2018-01-19
1
-1
/
+1
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
program: Don't reset SamplersValidated when restoring from shader cache
Jordan Justen
2017-12-13
1
-7
/
+9
*
mesa: refuse to compile SPIR-V shaders or link mixed shaders
Nicolai Hähnle
2017-12-12
1
-1
/
+16
*
glsl: Add 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-0
/
+6
*
mesa: rework _mesa_add_parameter() to only add a single param
Timothy Arceri
2017-11-29
1
-3
/
+16
*
mesa: rework how we free gl_shader_program_data
Timothy Arceri
2017-11-09
1
-0
/
+2
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-30
/
+0
*
mesa/st: fix infinite loops
Timothy Arceri
2017-09-21
1
-1
/
+1
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
1
-1
/
+2
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
1
-1
/
+1
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
1
-1
/
+1
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
1
-4
/
+6
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
1
-2
/
+4
*
glsl: Remove unused private fields
Matt Turner
2017-08-21
1
-2
/
+1
*
mesa: count uniform against storage when its bindless
Timothy Arceri
2017-08-15
1
-5
/
+13
*
mesa: correctly calculate the storage offset for i915
Timothy Arceri
2017-08-15
1
-3
/
+1
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-2
/
+4
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-3
/
+3
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-2
/
+2
*
glsl: simplify add_uniform_to_shader::visit_field
Nicolai Hähnle
2017-07-05
1
-6
/
+5
*
mesa: remove unused parameter/member of add_uniform_to_shader
Nicolai Hähnle
2017-07-03
1
-6
/
+3
*
mesa: stop assigning unused storage for non-bindless opaque types
Timothy Arceri
2017-06-16
1
-36
/
+6
*
mesa: associate uniform storage to bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-0
/
+25
*
mesa: pass gl_program to _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-06-14
1
-3
/
+4
*
mesa: store bindless samplers as PROGRAM_UNIFORM
Samuel Pitoiset
2017-06-14
1
-1
/
+1
*
mesa: keep track of the current variable in add_uniform_to_shader
Samuel Pitoiset
2017-06-14
1
-0
/
+2
*
mesa: remove unrequired double calc
Timothy Arceri
2017-05-25
1
-10
/
+2
*
mesa: fix indentation in _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-05-16
1
-52
/
+49
*
glsl: add ARB_bindless_texture operations
Samuel Pitoiset
2017-05-06
1
-0
/
+4
*
glsl: remove the shader_group_vote and shader_ballot expression ops
Nicolai Hähnle
2017-04-28
1
-6
/
+0
*
mesa: validate sampler type across the whole program
Timothy Arceri
2017-04-22
1
-0
/
+5
*
glsl: make use of glsl_type::is_float()
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
/
+3
*
glsl: ir_explog_to_explog2 is no more
Erik Faye-Lund
2017-04-01
1
-1
/
+3
*
mesa: remove MESA_GLSL=no_opts env option
Timothy Arceri
2017-03-31
1
-3
/
+1
*
st/mesa: don't propagate uniforms when restoring from cache
Timothy Arceri
2017-03-08
1
-5
/
+9
*
glsl: fix scons builds with shader cache
Timothy Arceri
2017-02-17
1
-0
/
+2
*
glsl: make use of on disk shader cache
Timothy Arceri
2017-02-17
1
-0
/
+8
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-2
/
+2
*
mesa/program: Translate csel operation from GLSL IR.
Francisco Jerez
2017-01-31
1
-1
/
+8
*
mesa/program: Add unused ir operations.
Dave Airlie
2017-01-20
1
-0
/
+28
*
glsl: Add basic ARB_gpu_shader_int64 types
Dave Airlie
2017-01-20
1
-0
/
+14
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+0
*
glsl: run do_lower_jumps properly in do_common_optimizations
Marek Olšák
2017-01-05
1
-2
/
+0
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-7
/
+7
[next]