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: copy each field's precision information in glsl_types's structure const...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl: copy each field's precision information from the old gl_PerVertex inter...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+2
*
glsl: copy each field's precision information when generating varying variables
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl: initialize data.precision value in ir_variable constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl/nir: initialize precision field in glsl_struct_field constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+2
*
nir: reduce memory footprint of glsl_struct_field's precision
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+1
*
glsl: initialize precision when adding per vertex record fields
Tapani Pälli
2015-11-17
1
-0
/
+1
*
nir/glsl: Fix copy-n-paste mistakes from commit 213f864.
Matt Turner
2015-11-16
1
-3
/
+3
*
nir/glsl_to_nir: use _mesa_fls() to compute num_textures
Juan A. Suarez Romero
2015-11-16
1
-7
/
+2
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-16
1
-1
/
+6
*
nir: Silence GCC maybe-uninitialized warnings.
Vinson Lee
2015-11-13
1
-0
/
+3
*
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
2015-11-13
1
-9
/
+28
*
nir: Add helpers for getting input/output intrinsic sources.
Kenneth Graunke
2015-11-13
2
-0
/
+45
*
nir: Don't lower TCS outputs to temporaries.
Kenneth Graunke
2015-11-13
1
-0
/
+3
*
nir: Allow outputs reads and add the relevant intrinsics.
Kenneth Graunke
2015-11-13
4
-8
/
+21
*
nir/lower_io: Introduce nir_store_per_vertex_output intrinsics.
Kenneth Graunke
2015-11-13
3
-5
/
+26
*
nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES.
Kenneth Graunke
2015-11-13
1
-4
/
+8
*
Revert "nir/copy_propagate: do not copy-propagate MOV srcs with source modifi...
Iago Toral Quiroga
2015-11-13
1
-10
/
+7
*
glsl: fix 'shared' layout qualifier related regressions
Samuel Iglesias Gonsálvez
2015-11-13
1
-0
/
+5
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-13
1
-7
/
+10
*
nir/vars_to_ssa: Delete dead output set code
Jason Ekstrand
2015-11-12
1
-7
/
+0
*
nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store
Jason Ekstrand
2015-11-12
1
-1
/
+4
*
nir/validate: Allow subroutine types for the tails of derefs
Jason Ekstrand
2015-11-12
1
-2
/
+6
*
mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true
Nanley Chery
2015-11-12
2
-2
/
+1
*
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
[prev]
[next]