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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add gl_HelperInvocation system value
Ilia Mirkin
2015-11-12
2
-0
/
+4
*
glsl: Correctly handle vector extract on function parameter
Jordan Justen
2015-11-12
1
-2
/
+2
*
glsl: set matrix_stride for non matrices with atomic counter buffers
Tapani Pälli
2015-11-12
1
-0
/
+2
*
glsl: do not lose precision information when packing varyings
Tapani Pälli
2015-11-12
1
-0
/
+1
*
glsl: Add precision information to ir_variable
Iago Toral Quiroga
2015-11-12
4
-24
/
+303
*
glsl: Move the definition of precision_qualifier_allowed
Iago Toral Quiroga
2015-11-12
1
-36
/
+35
*
glsl: Add user-defined default precision qualifiers to the symbol table
Iago Toral Quiroga
2015-11-12
1
-19
/
+10
*
glsl: Add default precision qualifiers to the symbol table
Iago Toral Quiroga
2015-11-12
1
-0
/
+12
*
glsl: Add API to put default precision qualifiers in the symbol table
Iago Toral Quiroga
2015-11-12
2
-0
/
+26
*
glsl: add helper to check for enhanced layouts support
Timothy Arceri
2015-11-12
1
-0
/
+5
*
mesa: add ARB_enhanced_layouts
Timothy Arceri
2015-11-12
3
-0
/
+4
*
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
Eduardo Lima Mitev
2015-11-10
3
-270
/
+0
*
glsl: Use array deref for access to vector components
Kristian Høgsberg Kristensen
2015-11-10
10
-68
/
+138
*
glsl: Lower UBO and SSBO access in glsl linker
Kristian Høgsberg Kristensen
2015-11-10
1
-0
/
+8
*
glsl: Drop exec_list argument to lower_ubo_reference
Kristian Høgsberg Kristensen
2015-11-10
2
-3
/
+3
*
nir/glsl: switch to using the builder
Connor Abbott
2015-11-10
1
-441
/
+259
*
nir/glsl: make emit() take nir_ssa_def * sources
Connor Abbott
2015-11-10
1
-18
/
+18
*
nir/glsl: convert nir_visitor::result to a nir_ssa_def *
Connor Abbott
2015-11-10
1
-6
/
+7
*
nir/glsl: make evaluate_rvalue() return a nir_ssa_def *
Connor Abbott
2015-11-10
1
-37
/
+53
*
nir: Store PatchInputsRead and PatchOutputsWritten in nir_shader_info.
Kenneth Graunke
2015-11-10
2
-0
/
+7
*
glsl: Use shared storage variable type for shared variables
Jordan Justen
2015-11-09
1
-0
/
+2
*
glsl: Add shared variable type
Jordan Justen
2015-11-09
2
-1
/
+2
*
glsl: Add space to shader_storage in print_visitor
Jordan Justen
2015-11-09
1
-1
/
+1
*
glsl: Align comments on variables types
Jordan Justen
2015-11-09
1
-7
/
+7
*
glsl: Parse shared keyword for compute shader variables
Jordan Justen
2015-11-09
5
-1
/
+17
*
glsl: simplify interface block stream qualifier validation
Timothy Arceri
2015-11-10
2
-23
/
+14
*
nir: Add a nir_deref_tail helper
Jason Ekstrand
2015-11-07
3
-23
/
+13
*
nir/types: Add an is_vector_or_scalar helper
Jason Ekstrand
2015-11-07
2
-0
/
+7
*
nir/validate: Add better validation of load/store types
Jason Ekstrand
2015-11-07
1
-2
/
+14
*
nir: Add new barrier functions for compute shaders
Jordan Justen
2015-11-06
2
-0
/
+26
*
glsl: Add new barrier functions for compute shaders
Jordan Justen
2015-11-06
1
-6
/
+49
*
nir: some small cleanups
Rob Clark
2015-11-06
2
-14
/
+14
*
nir: Rename nir_live_variables.c to nir_liveness.c.
Kenneth Graunke
2015-11-05
2
-1
/
+1
*
nir: Rename live_variables to live_ssa_defs.
Kenneth Graunke
2015-11-05
7
-14
/
+14
*
glsl: make sure to only add subroutines to resource list
Timothy Arceri
2015-11-04
1
-1
/
+2
*
glsl: remove old TODO
Timothy Arceri
2015-11-04
1
-5
/
+0
*
nir: Properly invalidate metadata in nir_opt_remove_phis().
Kenneth Graunke
2015-11-03
1
-0
/
+5
*
nir: Properly invalidate metadata in nir_lower_vec_to_movs().
Kenneth Graunke
2015-11-03
1
-0
/
+5
*
nir: Properly invalidate metadata in nir_opt_copy_prop().
Kenneth Graunke
2015-11-03
1
-0
/
+6
*
nir: Properly invalidate metadata in nir_remove_dead_variables().
Kenneth Graunke
2015-11-03
1
-2
/
+8
*
nir: Properly invalidate metadata in nir_split_var_copies().
Kenneth Graunke
2015-11-03
1
-0
/
+5
*
nir: Properly invalidate metadata in nir_lower_global_vars_to_local().
Kenneth Graunke
2015-11-03
1
-0
/
+3
*
nir: Unexpose _impl versions of copy_prop and dce
Jason Ekstrand
2015-11-03
3
-4
/
+2
*
mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndex
Jordan Justen
2015-11-03
3
-11
/
+11
*
glsl: join calculate_array_size() and calculate_array_stride()
Juha-Pekka Heikkila
2015-11-02
1
-110
/
+80
*
glsl: OpenGLES GLSL 3.1 precision qualifiers ordering rules
Jordan Justen
2015-10-31
1
-2
/
+4
*
glsl: Add compute shader builtin variables for OpenGLES 3.1
Jordan Justen
2015-10-31
1
-1
/
+1
*
glsl: set image access qualifiers for AoA
Timothy Arceri
2015-10-31
1
-28
/
+49
*
nir: add shader_clock intrinsic
Emil Velikov
2015-10-30
2
-0
/
+14
*
glsl: add support for the clock2x32ARB function
Emil Velikov
2015-10-30
1
-0
/
+43
[next]