index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/linker: take into account hidden uniforms
Alejandro Piñeiro
2018-08-13
2
-1
/
+8
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-2
/
+2
*
glsl: handle error case with ast_post_inc, ast_post_dec
Tapani Pälli
2018-08-09
1
-0
/
+5
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
5
-21
/
+27
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
glsl: fix function inlining with opaque parameters
Rhys Perry
2018-08-01
1
-8
/
+44
*
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2018-08-01
1
-2
/
+30
*
glsl: allow ?: operator with images and samplers when bindless is enabled
Rhys Perry
2018-08-01
1
-3
/
+5
*
nir/linker: Add the start of a pure-NIR linker for XFB
Neil Roberts
2018-07-31
3
-0
/
+320
*
nir: Add members for the explicit XFB properties to nir_variable
Neil Roberts
2018-07-31
1
-0
/
+4
*
glsl: use only copy_propagation_elements
Caio Marcelo de Oliveira Filho
2018-07-27
5
-374
/
+0
*
glsl: teach copy_propagation_elements to deal with whole variables
Caio Marcelo de Oliveira Filho
2018-07-27
1
-29
/
+118
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
python: Better use iterators
Mathieu Bridon
2018-07-24
1
-1
/
+3
*
glsl: remove delegating constructors to allow build with C++98
Caio Marcelo de Oliveira Filho
2018-07-23
1
-6
/
+8
*
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
[next]