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
*
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
*
nir: Lower !f2b(x) to x == 0.0
Ian Romanick
2018-06-01
1
-0
/
+1
*
nir: Add some missing "optimization undo" patterns
Ian Romanick
2018-06-01
1
-1
/
+19
*
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
2018-06-01
1
-0
/
+9
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
12
-1
/
+191
*
compiler/spirv: reject invalid shader code properly
Martin Pelikán
2018-06-01
2
-5
/
+38
*
nir: optimize iand(ieq(a, 0), ieq(b, 0)) to ieq(ior(a, b), 0)
Samuel Pitoiset
2018-05-31
1
-0
/
+2
*
nir: add unsigned comparison simplifications
Timothy Arceri
2018-05-30
1
-0
/
+2
*
glsl: parse #version XXX compatibility
Marek Olšák
2018-05-29
1
-4
/
+8
*
nir/print: fix printing of 8/16 bit constant variables
Karol Herbst
2018-05-29
1
-0
/
+31
*
nir: Implement optional b2f->iand lowering
Alyssa Rosenzweig
2018-05-18
2
-1
/
+7
*
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
2018-05-15
1
-0
/
+13
*
meson: remove dependency antipattern
Eric Engestrom
2018-05-14
1
-1
/
+1
*
anv,nir: add generated files to .gitignore(s)
Rhys Perry
2018-05-12
1
-0
/
+2
*
nir/format_convert: Add code for bitcasting vectors
Jason Ekstrand
2018-05-09
1
-0
/
+53
[next]