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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: don't let an 'if' then-branch kill copy propagation (elements) for else...
Caio Marcelo de Oliveira Filho
2018-07-19
1
-19
/
+21
*
glsl: change opt_copy_propagation_elements data structures
Caio Marcelo de Oliveira Filho
2018-07-19
1
-117
/
+125
*
glsl: separate copy propagation state
Caio Marcelo de Oliveira Filho
2018-07-19
1
-126
/
+142
*
glsl: remove unnecessary parenthesis from macro
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+1
*
glsl: do second pass of const propagation in loops
Caio Marcelo de Oliveira Filho
2018-07-16
1
-6
/
+23
*
glsl: don't let an 'if' then-branch kill const propagation for else-branch
Caio Marcelo de Oliveira Filho
2018-07-16
1
-16
/
+23
*
glsl: remove struct kill_entry in constant propagation
Caio Marcelo de Oliveira Filho
2018-07-12
1
-26
/
+7
*
glsl: slim the kill_entry struct used in const propagation
Caio Marcelo de Oliveira Filho
2018-07-12
1
-8
/
+5
*
mesa: Add disk shader cache driver blob callback
Jordan Justen
2018-07-09
1
-0
/
+8
*
glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2
zhaowei yuan
2018-07-09
1
-2
/
+2
*
nir/linker: fix msvc build
Roland Scheidegger
2018-07-05
1
-1
/
+1
*
nir: Fix OpAtomicCounterIDecrement for uniform atomic counters
Antia Puentes
2018-07-03
2
-4
/
+8
*
nir/linker: Add a pure NIR implementation of the atomic counter linker
Neil Roberts
2018-07-03
3
-0
/
+286
*
nir/linker: handle uniforms without explicit location
Alejandro Piñeiro
2018-07-03
1
-2
/
+62
*
compiler/glsl: refactor empty_uniform_block utilities to linker_util
Alejandro Piñeiro
2018-07-03
5
-63
/
+79
*
glsl/cache: save and restore ExternalSamplersUsed
Marek Olšák
2018-06-30
1
-0
/
+2
*
glsl: skip comparison opt when adding vars of different size
Timothy Arceri
2018-06-28
1
-0
/
+6
*
glsl: Make sure that packed varyings reflect always_active_io properly.
Eric Anholt
2018-06-27
1
-2
/
+7
*
glsl: serialize data from glTransformFeedbackVaryings
Tapani Pälli
2018-06-26
1
-0
/
+20
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
3
-6
/
+0
*
nir: Remove deref chain support from lower_atomics
Jason Ekstrand
2018-06-22
1
-144
/
+2
*
nir/lower_samplers: remove legacy version
Rob Clark
2018-06-22
3
-166
/
+0
*
nir: convert lower_samplers_as_deref to deref instructions
Rob Clark
2018-06-22
1
-65
/
+117
*
nir: Use derefs in nir_lower_samplers
Jason Ekstrand
2018-06-22
2
-69
/
+88
*
nir/lower_samplers: Clean up function arguments
Jason Ekstrand
2018-06-22
1
-8
/
+8
*
nir/lower_samplers: split out _legacy version for deref chains
Rob Clark
2018-06-22
3
-0
/
+166
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-1
/
+0
*
nir: Support deref instructions in lower_atomics
Jason Ekstrand
2018-06-22
1
-9
/
+112
*
glsl/nir: Use deref instructions instead of dref chains
Jason Ekstrand
2018-06-22
1
-145
/
+94
*
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
3
-0
/
+6
*
nir/linker: Add nir_build_program_resource_list()
Eduardo Lima Mitev
2018-06-21
3
-0
/
+71
*
compiler/link: move add_program_resource to linker_util
Alejandro Piñeiro
2018-06-21
4
-56
/
+90
*
nir/linker: Set the uniform initial values
Neil Roberts
2018-06-21
4
-0
/
+297
*
nir/linker: Add gl_nir_link_uniforms()
Eduardo Lima Mitev
2018-06-21
3
-0
/
+504
*
compiler/link: add linker_util.h, move linker_error/warning to it
Alejandro Piñeiro
2018-06-21
5
-14
/
+47
*
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
1
-0
/
+1
*
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
2
-4
/
+1
*
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
*
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
*
glsl: Take 'double' as reserved after GLSL ES 1.0
zhaowei yuan
2018-06-05
1
-1
/
+1
*
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
2018-06-01
1
-0
/
+9
[next]