index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
1
-1
/
+2
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
5
-62
/
+14
*
glsl: Make is_fixed_function_array actually check for varyings.
Kenneth Graunke
2017-01-07
1
-0
/
+4
*
glsl: fix opt_minmax redundancy checks against baserange
Timothy Arceri
2017-01-07
1
-2
/
+2
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
3
-0
/
+816
*
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
2017-01-06
1
-0
/
+7
*
nir/builder: Add a load_deref_var helper
Jason Ekstrand
2017-01-06
1
-0
/
+16
*
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
2017-01-06
1
-9
/
+60
*
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
2017-01-06
1
-0
/
+3
*
nir: Make glsl_to_nir compact scalar TessLevel arrays.
Kenneth Graunke
2017-01-06
1
-1
/
+12
*
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
Kenneth Graunke
2017-01-06
1
-4
/
+11
*
glsl: Mark whole variable used for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-3
/
+23
*
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
5
-11
/
+17
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-3
/
+4
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+2
*
mesa/glsl: set sampler units directly in gl_program
Timothy Arceri
2017-01-06
1
-2
/
+3
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
3
-3
/
+3
*
mesa/glsl: remove hack to reset sampler units to zero
Timothy Arceri
2017-01-06
2
-15
/
+0
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
2
-4
/
+5
*
st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
Timothy Arceri
2017-01-06
3
-6
/
+8
*
st/mesa/glsl/i965: set num_ssbos directly in shader_info
Timothy Arceri
2017-01-06
4
-10
/
+9
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
3
-7
/
+7
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
4
-11
/
+10
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
2
-4
/
+4
*
mesa: add gl_constants::GLSLOptimizeConservatively
Marek Olšák
2017-01-05
2
-7
/
+23
*
glsl: run do_lower_jumps properly in do_common_optimizations
Marek Olšák
2017-01-05
1
-1
/
+2
*
glcpp: Remove illegal characters from tests
Carl Worth
2017-01-04
6
-6
/
+6
*
glcpp: Exhaustively test all legal characters in GLSL
Carl Worth
2017-01-04
2
-0
/
+154
*
glcpp: Allow vertical tab and form feed characters in GLSL
Carl Worth
2017-01-04
1
-1
/
+1
*
glcpp: Add testing for no space between macro name and replacement list
Carl Worth
2017-01-04
2
-0
/
+116
*
spirv: compute push constant access offset & range
Lionel Landwerlin
2017-01-04
1
-13
/
+65
*
spirv: move block_size() definition
Lionel Landwerlin
2017-01-04
1
-48
/
+48
*
nir: fix loop iteration count calculation for floats
Timothy Arceri
2017-01-04
1
-2
/
+2
*
glsl: Update ES 3.2 shader output restrictions.
Kenneth Graunke
2017-01-02
1
-11
/
+37
*
glsl/mesa: add reference to gl_shader_program_data from gl_program
Timothy Arceri
2016-12-31
3
-0
/
+16
*
nir/split_var_copies: Use a nir_shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
1
-3
/
+3
*
nir/opt_peephole_select: Pass around the actual nir_shader
Jason Ekstrand
2016-12-30
1
-4
/
+5
*
nir/conditional_if: Properly use the builder
Jason Ekstrand
2016-12-30
1
-11
/
+10
*
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
2
-9
/
+10
*
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
2016-12-30
1
-8
/
+8
*
nir/from_ssa: Use nir_builder for emit_copy
Jason Ekstrand
2016-12-30
1
-13
/
+13
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
12
-63
/
+50
*
spirv: always expose SpvCapabilityStorageImageExtendedFormats
Ilia Mirkin
2016-12-29
2
-4
/
+1
*
nir: Rewrite lower_regs_to_ssa to use the phi builder
Jason Ekstrand
2016-12-29
1
-421
/
+174
*
nir/phi-builder: Set the value in the block when creating a phi
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
nir: Add foreach_register helper macros
Jason Ekstrand
2016-12-29
1
-0
/
+5
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
6
-10
/
+9
*
mesa/glsl/i965: remove Driver.NewShader()
Timothy Arceri
2016-12-30
5
-19
/
+2
*
mesa/glsl: move BlendSupport bitfield to gl_program
Timothy Arceri
2016-12-30
3
-5
/
+5
[prev]
[next]