index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
spirv: fix AtomicLoad/Store on images
Lionel Landwerlin
1
-10
/
+3
2016-09-22
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2
-29
/
+55
2016-09-21
nir/spirv/glsl450: Add support for the InterpolateAt opcodes
Jason Ekstrand
1
-1
/
+53
2016-09-21
nir/spirv: Claim support for SampleRateShading
Jason Ekstrand
1
-1
/
+1
2016-09-21
nir/spirv: Bring back the spirv2nir helper binary
Jason Ekstrand
2
-0
/
+73
2016-09-20
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
3
-2
/
+15
2016-09-19
glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.
Kenneth Graunke
1
-1
/
+27
2016-09-16
glsl: remove interpolateAt* instructions for demoted inputs
Marek Olšák
2
-0
/
+15
2016-09-16
spirv: use subpass image type (v1.1)
Dave Airlie
1
-1
/
+2
2016-09-16
glsl: add subpass image type (v2)
Dave Airlie
4
-2
/
+18
2016-09-15
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2
-7
/
+23
2016-09-14
glsl: grammar fix
Eero Tamminen
1
-2
/
+2
2016-09-14
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2
-6
/
+16
2016-09-14
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2
-17
/
+27
2016-09-14
nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
Kenneth Graunke
1
-0
/
+3
2016-09-14
nir/lower_tex: fix typo with sample_dim
Rob Clark
1
-1
/
+1
2016-09-14
nir: move tex_instr_remove_src
Rob Clark
3
-18
/
+20
2016-09-14
nir/lower_tex: remove tex_instr_find_src()
Rob Clark
1
-14
/
+3
2016-09-13
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
Ilia Mirkin
2
-16
/
+44
2016-09-12
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
5
-5
/
+5
2016-09-12
glsl: Convert glcpp-parse to the util hash table
Thomas Helland
2
-21
/
+35
2016-09-12
glsl: Convert loop analysis to the util hash table
Thomas Helland
2
-15
/
+18
2016-09-12
glsl: Convert varying test to the util hash table
Thomas Helland
1
-57
/
+29
2016-09-12
glsl: Convert output read lowering to the util hash table
Thomas Helland
1
-8
/
+9
2016-09-12
glsl: Convert interface block lowering to the util hash table
Thomas Helland
1
-13
/
+14
2016-09-12
glsl: Convert if lowering to use a set
Thomas Helland
1
-23
/
+26
2016-09-12
glsl: Convert linker to the util hash table
Thomas Helland
1
-12
/
+17
2016-09-12
glsl: Convert link_varyings to the util hash table
Thomas Helland
1
-25
/
+33
2016-09-12
glsl: Change link_functions to use a set
Thomas Helland
1
-13
/
+15
2016-09-12
glsl: Convert recursion detection to the util hash table
Thomas Helland
1
-13
/
+17
2016-09-12
glsl: Convert constant_expression to the util hash table
Thomas Helland
1
-11
/
+14
2016-09-12
glsl: Convert ast_to_hir to the util hash table
Thomas Helland
1
-11
/
+13
2016-09-12
glsl: Convert ir_clone to the util hash table
Thomas Helland
1
-16
/
+18
2016-09-12
glsl: Convert function inlining to the util hash table
Thomas Helland
1
-3
/
+3
2016-09-12
mesa: Remove prog_hash_table.c
Thomas Helland
1
-2
/
+0
2016-09-12
mesa: Remove unused hash table includes
Thomas Helland
3
-3
/
+0
2016-09-09
glsl: use hash instead of exec_list in copy propagation
Tapani Pälli
1
-51
/
+41
2016-09-08
nir/gcm: Add global value numbering support
Jason Ekstrand
2
-6
/
+25
2016-09-08
nir/gcm: Call nir_metadata_preserve
Jason Ekstrand
1
-0
/
+3
2016-09-08
nir/spirv: Refactor variable deocration handling
Jason Ekstrand
1
-15
/
+29
2016-09-08
nir/spirv: Break variable decoration handling into a helper
Jason Ekstrand
1
-74
/
+81
2016-09-07
spirv/nir: Implement OpAtomicLoad/Store for shared variables
Lionel Landwerlin
1
-1
/
+34
2016-09-07
nir/spirv: Remove an erroneous "fall through" comment
Jason Ekstrand
1
-1
/
+0
2016-09-07
spirv/nir: Add support for OpAtomicLoad/Store
Lionel Landwerlin
1
-11
/
+113
2016-09-06
nir: fix definition of pack_uvec2_to_uint
Ilia Mirkin
1
-1
/
+1
2016-09-06
nir/spirv: Use fill_common_atomic_sources for image atomics
Jason Ekstrand
1
-56
/
+43
2016-09-06
nir/spirv: Use the correct sources for CompareExchange on images
Jason Ekstrand
1
-2
/
+2
2016-09-06
nir/spirv: Swap the argument order for AtomicCompareExchange
Jason Ekstrand
1
-2
/
+2
2016-09-06
glsl: Add positional argument specifiers.
Vinson Lee
1
-5
/
+5
2016-09-06
glsl: Add .gitignore for make check warnings test
Jason Ekstrand
1
-0
/
+1
[next]