index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
2
-6
/
+6
*
glsl: Delete linker stuff relating to built-in functions.
Kenneth Graunke
2016-09-23
2
-58
/
+16
*
glsl: Delete ftransform support from builtin_functions.cpp.
Kenneth Graunke
2016-09-23
1
-26
/
+4
*
glsl: Immediately inline built-ins rather than generating calls.
Kenneth Graunke
2016-09-23
1
-24
/
+22
*
glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.
Kenneth Graunke
2016-09-23
2
-99
/
+19
*
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2016-09-24
2
-6
/
+6
*
mesa: add GL_OES_viewport_array to the extension string
Ilia Mirkin
2016-09-22
1
-0
/
+1
*
glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex
Ilia Mirkin
2016-09-22
2
-3
/
+8
*
spirv: fix AtomicLoad/Store on images
Lionel Landwerlin
2016-09-22
1
-10
/
+3
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
2
-29
/
+55
*
nir/spirv/glsl450: Add support for the InterpolateAt opcodes
Jason Ekstrand
2016-09-21
1
-1
/
+53
*
nir/spirv: Claim support for SampleRateShading
Jason Ekstrand
2016-09-21
1
-1
/
+1
*
nir/spirv: Bring back the spirv2nir helper binary
Jason Ekstrand
2016-09-21
2
-0
/
+73
*
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
2016-09-20
3
-2
/
+15
*
glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.
Kenneth Graunke
2016-09-19
1
-1
/
+27
*
glsl: remove interpolateAt* instructions for demoted inputs
Marek Olšák
2016-09-16
2
-0
/
+15
*
spirv: use subpass image type (v1.1)
Dave Airlie
2016-09-16
1
-1
/
+2
*
glsl: add subpass image type (v2)
Dave Airlie
2016-09-16
4
-2
/
+18
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
2
-7
/
+23
*
glsl: grammar fix
Eero Tamminen
2016-09-14
1
-2
/
+2
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
2
-6
/
+16
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
2
-17
/
+27
*
nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
Kenneth Graunke
2016-09-14
1
-0
/
+3
*
nir/lower_tex: fix typo with sample_dim
Rob Clark
2016-09-14
1
-1
/
+1
*
nir: move tex_instr_remove_src
Rob Clark
2016-09-14
3
-18
/
+20
*
nir/lower_tex: remove tex_instr_find_src()
Rob Clark
2016-09-14
1
-14
/
+3
*
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
Ilia Mirkin
2016-09-13
2
-16
/
+44
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
5
-5
/
+5
*
glsl: Convert glcpp-parse to the util hash table
Thomas Helland
2016-09-12
2
-21
/
+35
*
glsl: Convert loop analysis to the util hash table
Thomas Helland
2016-09-12
2
-15
/
+18
*
glsl: Convert varying test to the util hash table
Thomas Helland
2016-09-12
1
-57
/
+29
*
glsl: Convert output read lowering to the util hash table
Thomas Helland
2016-09-12
1
-8
/
+9
*
glsl: Convert interface block lowering to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+14
*
glsl: Convert if lowering to use a set
Thomas Helland
2016-09-12
1
-23
/
+26
*
glsl: Convert linker to the util hash table
Thomas Helland
2016-09-12
1
-12
/
+17
*
glsl: Convert link_varyings to the util hash table
Thomas Helland
2016-09-12
1
-25
/
+33
*
glsl: Change link_functions to use a set
Thomas Helland
2016-09-12
1
-13
/
+15
*
glsl: Convert recursion detection to the util hash table
Thomas Helland
2016-09-12
1
-13
/
+17
*
glsl: Convert constant_expression to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+14
*
glsl: Convert ast_to_hir to the util hash table
Thomas Helland
2016-09-12
1
-11
/
+13
*
glsl: Convert ir_clone to the util hash table
Thomas Helland
2016-09-12
1
-16
/
+18
*
glsl: Convert function inlining to the util hash table
Thomas Helland
2016-09-12
1
-3
/
+3
*
mesa: Remove prog_hash_table.c
Thomas Helland
2016-09-12
1
-2
/
+0
*
mesa: Remove unused hash table includes
Thomas Helland
2016-09-12
3
-3
/
+0
*
glsl: use hash instead of exec_list in copy propagation
Tapani Pälli
2016-09-09
1
-51
/
+41
*
nir/gcm: Add global value numbering support
Jason Ekstrand
2016-09-08
2
-6
/
+25
*
nir/gcm: Call nir_metadata_preserve
Jason Ekstrand
2016-09-08
1
-0
/
+3
*
nir/spirv: Refactor variable deocration handling
Jason Ekstrand
2016-09-08
1
-15
/
+29
*
nir/spirv: Break variable decoration handling into a helper
Jason Ekstrand
2016-09-08
1
-74
/
+81
*
spirv/nir: Implement OpAtomicLoad/Store for shared variables
Lionel Landwerlin
2016-09-07
1
-1
/
+34
[next]