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: fix packing support for arrays of doubles
Timothy Arceri
2015-04-28
1
-2
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
7
-13
/
+13
*
glsl: replace while loop with without_array function
Timothy Arceri
2015-04-27
1
-3
/
+1
*
glsl: support packing of arrays of arrays
Timothy Arceri
2015-04-27
1
-8
/
+2
*
glsl: add arrays of arrays support to without_array function
Timothy Arceri
2015-04-27
1
-1
/
+6
*
nir: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
2015-04-24
1
-0
/
+1
*
glsl: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
2015-04-24
1
-0
/
+20
*
nir/lower_source_mods: Don't propagate register sources
Jason Ekstrand
2015-04-22
1
-0
/
+7
*
nir: Rewrite instr_rewrite_src
Jason Ekstrand
2015-04-22
1
-24
/
+28
*
nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays
Jason Ekstrand
2015-04-22
1
-0
/
+8
*
nir/locals_to_regs: Initialize registers with constant initializers
Jason Ekstrand
2015-04-22
1
-0
/
+103
*
nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctx
Jason Ekstrand
2015-04-22
1
-13
/
+13
*
nir: Add a simple growing array data structure
Jason Ekstrand
2015-04-22
1
-0
/
+96
*
nir/types: Make glsl_get_length smarter
Jason Ekstrand
2015-04-22
4
-55
/
+8
*
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
2015-04-22
3
-62
/
+65
*
nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx
Jason Ekstrand
2015-04-22
1
-14
/
+14
*
nir/print: Print the closing paren on load_const instructions
Jason Ekstrand
2015-04-22
1
-0
/
+2
*
nir/tex: Use the correct return size for query_levels and lod
Jason Ekstrand
2015-04-22
1
-1
/
+4
*
nir: Refactor tex_instr_dest_size to use a switch statement
Jason Ekstrand
2015-04-22
1
-5
/
+8
*
nir/lower_vars_to_ssa: Actually look for indirects when determining aliasing
Jason Ekstrand
2015-04-22
1
-0
/
+4
*
mesa: remove the gl_sl_pragmas structure
Jason Ekstrand
2015-04-22
1
-3
/
+0
*
glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflow
Brian Paul
2015-04-22
1
-10
/
+13
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-2
/
+1
*
android: nir: add build rules for nir_builder_opcodes.h
Emil Velikov
2015-04-22
1
-0
/
+10
*
android: add inital NIR build
Mauro Rossi
2015-04-22
2
-3
/
+55
*
android: add gallium dirs to more places in the tree
Emil Velikov
2015-04-22
1
-2
/
+6
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
1
-2
/
+0
*
glsl: correct indentation of comment, Trivial.
Tapani Pälli
2015-04-21
1
-1
/
+1
*
glsl: add fallthrough comment on switch
Tapani Pälli
2015-04-21
1
-1
/
+2
*
nir: Allow abs/neg in select peephole pass.
Matt Turner
2015-04-17
1
-1
/
+3
*
nir/builder: add nir_builder_insert_after_instr()
Rob Clark
2015-04-17
1
-2
/
+18
*
nir: Convert the if-test for num_inputs == 2 to an assertion
Ian Romanick
2015-04-16
1
-2
/
+2
*
mesa,glsl: rename `interface` to `programInterface`.
Jose Fonseca
2015-04-16
1
-4
/
+4
*
mesa/glsl: build list of program resources during linking
Tapani Pälli
2015-04-16
1
-0
/
+192
*
linker: fix varying linking if SSO program has only gs and fs
Tapani Pälli
2015-04-16
1
-12
/
+17
*
nir: Try commutative sources in CSE
Ian Romanick
2015-04-15
1
-9
/
+18
*
glsl: fix assignment of multiple scalar and vecs to matrices.
Samuel Iglesias Gonsalvez
2015-04-15
1
-61
/
+49
*
nir: Fix typo in "ushr by 0" algebraic replacement
Ian Romanick
2015-04-14
1
-1
/
+1
*
nir: Silence unused parameter warnings
Ian Romanick
2015-04-14
2
-1
/
+3
*
nir/cse: fix bug with comparing non-per-component sources
Connor Abbott
2015-04-14
1
-10
/
+7
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-0
/
+3
*
glsl: Mark path as unreachable.
Matt Turner
2015-04-11
1
-1
/
+1
*
nir: fix bit of cargo-culting in lower_idiv
Rob Clark
2015-04-11
1
-2
/
+0
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
2
-2
/
+4
*
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
2015-04-10
2
-6
/
+6
*
nir: Remove linker_error calls from nir_lower_samplers().
Kenneth Graunke
2015-04-10
1
-7
/
+2
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
2
-15
/
+13
*
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
2015-04-10
2
-0
/
+18
*
nir: Fix #include guards in shader_enums.h.
Kenneth Graunke
2015-04-10
1
-3
/
+3
*
glsl: check for forced_language_version in is_version()
Brian Paul
2015-04-08
1
-1
/
+3
[next]