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
*
glsl/nir: Only claim to handle intrinsic functions
Jason Ekstrand
2018-06-22
1
-23
/
+2
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
35
-0
/
+84
*
nir/deref: Add some deref cleanup functions
Jason Ekstrand
2018-06-22
2
-0
/
+57
*
nir: Add helpers for working with deref instructions
Jason Ekstrand
2018-06-22
5
-0
/
+363
*
nir: Add deref sources to texture instructions
Jason Ekstrand
2018-06-22
2
-0
/
+8
*
nir: Add _deref versions of all of the _var intrinsics
Jason Ekstrand
2018-06-22
4
-1
/
+144
*
nir/builder: Add deref building helpers
Jason Ekstrand
2018-06-22
1
-0
/
+106
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
9
-13
/
+580
*
nir/validate: Rework intrinsic type validation
Jason Ekstrand
2018-06-22
1
-31
/
+31
*
nir/linker: Add nir_build_program_resource_list()
Eduardo Lima Mitev
2018-06-21
4
-0
/
+72
*
compiler/link: move add_program_resource to linker_util
Alejandro Piñeiro
2018-06-21
5
-56
/
+91
*
nir/linker: Set the uniform initial values
Neil Roberts
2018-06-21
5
-0
/
+298
*
nir/linker: Add gl_nir_link_uniforms()
Eduardo Lima Mitev
2018-06-21
4
-0
/
+506
*
compiler/link: add linker_util.h, move linker_error/warning to it
Alejandro Piñeiro
2018-06-21
6
-14
/
+48
*
spirv: Set nir_variable->explicit_binding
Neil Roberts
2018-06-21
2
-0
/
+3
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
4
-37
/
+16
*
spirv: translate default-block uniforms
Nicolai Hähnle
2018-06-21
2
-10
/
+16
*
nir/types: Add a utility wrapper to glsl_type::sampler_index()
Eduardo Lima Mitev
2018-06-21
2
-0
/
+8
*
nir/types: Add a glsl_get_component_slots() utility
Eduardo Lima Mitev
2018-06-21
2
-0
/
+7
*
nir/lower_samplers: Limit assert to GLSL shader programs
Eduardo Lima Mitev
2018-06-21
1
-1
/
+2
*
nir: Add explicit_binding to nir_variable
Neil Roberts
2018-06-21
2
-0
/
+6
*
glsl/tests/glcpp: reinstate "error out if no tests found"
Emil Velikov
2018-06-21
1
-0
/
+9
*
glsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
Emil Velikov
2018-06-21
1
-0
/
+13
*
glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
Emil Velikov
2018-06-21
3
-5
/
+1
*
nir: add pass to move load_const
Rob Clark
2018-06-19
4
-0
/
+144
*
nir: add comment for loop_unroll pass
Rob Clark
2018-06-19
1
-0
/
+4
*
glsl: fix random typo
Rob Clark
2018-06-19
1
-1
/
+1
*
glsl: fix desktop glsl linking regression
Timothy Arceri
2018-06-19
1
-1
/
+2
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
2
-10
/
+15
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-1
/
+2
*
nir: Document a couple instances of parent_instr
Ian Romanick
2018-06-15
1
-0
/
+2
*
glsl: Don't copy propagate elements from SSBO or shared variables either
Ian Romanick
2018-06-14
1
-0
/
+8
*
glsl: Don't copy propagate from SSBO or shared variables either
Ian Romanick
2018-06-14
1
-0
/
+2
*
glsl: allow standalone semicolons outside main()
Dave Airlie
2018-06-14
1
-0
/
+1
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
3
-0
/
+13
*
nir: Add global invocation id intrinsic.
Plamena Manolova
2018-06-07
2
-0
/
+5
*
nir: add opt_if_loop_terminator()
Timothy Arceri
2018-06-07
1
-0
/
+68
*
nir: move ends_in_break() helper to nir_loop_analyze.h
Timothy Arceri
2018-06-07
2
-13
/
+13
*
nir: Look into uniform structs for samplers when counting num_textures.
Eric Anholt
2018-06-06
1
-12
/
+44
*
nir: Add lowering for nir_op_bit_count.
Eric Anholt
2018-06-06
2
-0
/
+38
*
nir: Add lowering for nir_op_bitfield_reverse.
Eric Anholt
2018-06-06
2
-1
/
+48
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
4
-0
/
+170
*
nir: Add lowering for find_lsb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering for ifind_msb to ufind_msb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: Add lowering for bitfieldInsert without using bfi.
Eric Anholt
2018-06-06
2
-0
/
+19
*
glsl: Take 'double' as reserved after GLSL ES 1.0
zhaowei yuan
2018-06-05
1
-1
/
+1
*
nir: implement the GLSL equivalent of if simplication in nir_opt_if
Samuel Pitoiset
2018-06-04
1
-5
/
+92
*
nir: make is_comparison() a non-static helper function
Samuel Pitoiset
2018-06-04
2
-25
/
+25
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
2
-15
/
+5
[next]