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/tests: Handle no-exec errors
Dylan Baker
2019-10-10
2
-4
/
+42
*
meson: glcpp tests are expected to fail on windows
Dylan Baker
2019-10-10
1
-1
/
+2
*
meson: Add idep_getopt for tests
Dylan Baker
2019-10-10
2
-4
/
+4
*
meson: force inclusion of inttypes.h for glcpp with msvc
Dylan Baker
2019-10-10
1
-2
/
+12
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_const
Marek Olšák
2019-10-10
1
-4
/
+5
*
nir/drawpixels: handle load_color0, load_input, load_interpolated_input
Marek Olšák
2019-10-10
1
-1
/
+26
*
nir: move gl_nir_opt_access from glsl directory
Marek Olšák
2019-10-10
6
-8
/
+5
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
2
-3
/
+18
*
nir: add shader_info::last_msaa_image
Marek Olšák
2019-10-09
2
-0
/
+8
*
nir/sink: Don't sink load_ubo to outside of its defining loop
Connor Abbott
2019-10-09
1
-5
/
+32
*
nir/sink: Rewrite loop handling logic
Connor Abbott
2019-10-09
1
-35
/
+40
*
meson: drop unused inc_nir
Eric Engestrom
2019-10-07
1
-1
/
+0
*
meson: drop duplicate inc_nir from spirv2nir
Eric Engestrom
2019-10-07
1
-1
/
+1
*
meson: drop duplicate inc_nir from libglsl
Eric Engestrom
2019-10-07
1
-1
/
+1
*
meson: rename libnir to _libnir to make it clear it's not meant to be used an...
Eric Engestrom
2019-10-07
1
-2
/
+2
*
nir/constant_folding: fold load_constant intrinsics
Rhys Perry
2019-10-07
1
-0
/
+58
*
nir/constant_folding: add back and use constant_fold_state
Rhys Perry
2019-10-07
1
-22
/
+19
*
spirv: Implement SPV_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
2
-0
/
+36
*
nir: Fix some wonky whitespace in nir_search.h.
Eric Anholt
2019-10-04
1
-2
/
+2
*
nir: Factor out most of the algebraic passes C code to .c/.h.
Eric Anholt
2019-10-04
3
-146
/
+173
*
nir: Keep the range analysis HT around intra-pass until we make a change.
Eric Anholt
2019-10-04
7
-38
/
+52
*
nir: Skip emitting no-op movs from the builder.
Eric Anholt
2019-10-04
2
-3
/
+12
*
nir: Make nir_search's dumping go to stderr.
Eric Anholt
2019-10-04
1
-16
/
+16
*
nir/print: always use the right FILE *
Rhys Perry
2019-10-04
1
-2
/
+4
*
nir: initialize needs_helper_invocations as well
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
nir: initialize uses_discard to false
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
glsl: Add helperInvocationEXT() builtin
Caio Marcelo de Oliveira Filho
2019-09-30
3
-0
/
+47
*
glsl: Parse `demote` statement
Caio Marcelo de Oliveira Filho
2019-09-30
5
-1
/
+49
*
glsl: Add ir_demote
Caio Marcelo de Oliveira Filho
2019-09-30
9
-0
/
+81
*
mesa: Extension boilerplate for EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
2
-0
/
+3
*
nir: Remove unnecessary subtraction optimizations
Daniel Schürmann
2019-09-30
1
-10
/
+0
*
nir: recombine nir_op_*sub when lower_sub = false
Daniel Schürmann
2019-09-30
1
-8
/
+13
*
android: compiler/nir: build nir_divergence_analysis.c
Mauro Rossi
2019-09-28
1
-0
/
+1
*
glsl: disallow incompatible matrices multiplication
Andrii Simiklit
2019-09-27
1
-3
/
+3
*
shader_enums: Move MAX_DRAW_BUFFERS to this file.
Eric Anholt
2019-09-27
1
-1
/
+3
*
nir/range-analysis: Use types to provide better ranges from bcsel and mov
Ian Romanick
2019-09-25
1
-25
/
+4
*
nir/range-analysis: Use types in the hash key
Ian Romanick
2019-09-25
1
-38
/
+98
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-25
1
-0
/
+20
*
glsl: turn runtime asserts of compile-time value into compile-time asserts
Eric Engestrom
2019-09-25
1
-6
/
+12
*
nir: Fix overlapping vars in nir_assign_io_var_locations()
Connor Abbott
2019-09-25
1
-1
/
+1
*
glsl: correct bitcast-helpers
Erik Faye-Lund
2019-09-25
1
-2
/
+2
*
nir/opt_remove_phis: handle phis with no sources
Rhys Perry
2019-09-25
1
-5
/
+6
*
nir/opt_large_constants: Handle store writemasks
Connor Abbott
2019-09-24
1
-20
/
+24
*
nir: define 8-byte size and alignment for bindless variables
Marek Olšák
2019-09-23
1
-1
/
+6
*
nir: don't add bindless variables to num_textures and num_images
Marek Olšák
2019-09-23
1
-0
/
+4
*
nir/repair_ssa: Replace the unreachable check with the phi builder
Jason Ekstrand
2019-09-23
1
-35
/
+44
*
nir/algebraic: Additional D3D Boolean optimization
Ian Romanick
2019-09-19
1
-0
/
+1
*
nir/algebraic: Do not apply late DPH optimization in vertex processing stages
Ian Romanick
2019-09-19
1
-3
/
+12
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
8
-1095
/
+2
[next]