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: 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
*
spirv: initialize is_vertex_input
Caio Marcelo de Oliveira Filho
2018-07-18
1
-3
/
+1
*
nir: add lowering for gl_HelperInvocation
Rob Clark
2018-07-18
3
-0
/
+34
*
nir: fixup intrinsic comment
Rob Clark
2018-07-18
1
-1
/
+1
*
nir: add a couple of ior opts to nir_opt_algebraic
Timothy Arceri
2018-07-18
1
-0
/
+3
*
nir: allow opt_peephole_select to handle nir_instr_type_deref
Timothy Arceri
2018-07-18
1
-0
/
+1
*
nir/spirv: print id for unsupported alu opcode
Karol Herbst
2018-07-17
1
-1
/
+1
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
13
-53
/
+57
*
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
*
nir: fix msvc build
Roland Scheidegger
2018-07-16
1
-1
/
+1
*
nir/worklist: Rework the foreach macro
Jason Ekstrand
2018-07-16
2
-4
/
+3
*
spirv: Fix a couple of image atomic load/store bugs
Jason Ekstrand
2018-07-16
1
-17
/
+30
*
nir: fix printing of vec16 type
Karol Herbst
2018-07-15
1
-0
/
+1
*
nir/spirv: implement BuiltInWorkDim
Rob Clark
2018-07-15
5
-0
/
+9
*
nir/spirv: print id for unsupported builtins
Karol Herbst
2018-07-15
1
-1
/
+1
*
nir/lower_tex: Use nir_format_srgb_to_linear
Jason Ekstrand
2018-07-13
1
-18
/
+3
*
nir: cleanup oversized arrays in nir_swizzle calls
Karol Herbst
2018-07-13
5
-22
/
+17
*
nir: delete not needed for reinserted nir_cf_list
Caio Marcelo de Oliveira Filho
2018-07-12
1
-2
/
+0
*
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
*
nir/spirv: handle OpConstantComposites with OpUndef members
Karol Herbst
2018-07-12
1
-2
/
+13
*
nir/spirv: implement BuiltInGlobalSize
Karol Herbst
2018-07-12
4
-0
/
+13
*
nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a function
Karol Herbst
2018-07-12
1
-16
/
+14
*
compiler: add missing entries to gl_system_value_name
Karol Herbst
2018-07-12
1
-1
/
+4
*
nir/spirv: print extension name in fail msg
Rob Clark
2018-07-12
1
-4
/
+5
*
nir/spirv: Use imov where we might have 8 bit types
Rob Clark
2018-07-12
1
-2
/
+2
*
spirv: Fix InterpolateAt* instructions for vecs with dynamic index
Neil Roberts
2018-07-10
1
-5
/
+33
*
compiler/blob: Add blob_skip_bytes
Jordan Justen
2018-07-09
2
-0
/
+13
*
mesa: Add disk shader cache driver blob callback
Jordan Justen
2018-07-09
1
-0
/
+8
*
spirv/nir: Add support for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
2
-0
/
+7
*
spirv: Include headers and grammar for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
2
-7
/
+40
*
glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2
zhaowei yuan
2018-07-09
1
-2
/
+2
*
nir/print: Print texture and sampler indices
Jason Ekstrand
2018-07-07
1
-0
/
+11
*
python: Use the print function
Mathieu Bridon
2018-07-06
5
-10
/
+17
*
nir: Apply fragment color clamping to gl_FragData[] as well.
Eric Anholt
2018-07-05
1
-7
/
+2
*
python: Stabilize some script outputs
Mathieu Bridon
2018-07-05
2
-2
/
+4
*
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
5
-9
/
+16
*
nir/linker: Add a pure NIR implementation of the atomic counter linker
Neil Roberts
2018-07-03
4
-0
/
+287
*
nir/types: Add wrappers for a couple of atomic counter methods
Neil Roberts
2018-07-03
2
-0
/
+15
*
spirv/nir: add capability check for SpvCapabilityAtomicStorage
Alejandro Piñeiro
2018-07-03
2
-1
/
+5
*
spirv/nir: add atomic counter support on vtn_handle_ssbo_or_shared_atomic
Alejandro Piñeiro
2018-07-03
1
-6
/
+84
*
spirv/nir: initialize offset on the nir var at vtn_create_variable
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
nir/spirv: Fix atomic counter (multidimensional-)arrays
Antia Puentes
2018-07-03
1
-3
/
+24
*
spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounter
Alejandro Piñeiro
2018-07-03
1
-1
/
+11
*
nir_types: add glsl_atomic_uint_type() helper
Alejandro Piñeiro
2018-07-03
2
-0
/
+8
[next]