index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
glsl/spirv: Emit ir_emit_vertex and ir_end_primitive
emit-spirv
Ian Romanick
1
-6
/
+10
2018-03-29
glsl/spirv: Emit ir_return
Ian Romanick
1
-3
/
+8
2018-03-29
glsl/spirv: Emit loops
Ian Romanick
2
-7
/
+90
2018-03-29
glsl/spirv: Emit ir_discard
Ian Romanick
1
-4
/
+33
2018-03-29
glsl/spirv: SpvBuiltInSampleMask requires SpvCapabilitySampleRateShading
Ian Romanick
2
-1
/
+5
2018-03-29
glsl/spirv: Emit ir_if
Ian Romanick
1
-3
/
+40
2018-03-29
WIP: i965: Don't delete GLSL IR if GL_PROGRAM_BINARY_RETRIEVABLE_HINT is set
Ian Romanick
1
-7
/
+9
2018-03-29
WIP: mesa: Connect the SPIR-V generator with glGetProgramBinary
Ian Romanick
1
-0
/
+28
2018-03-29
WIP: debug printfs
Ian Romanick
1
-1
/
+15
2018-03-29
glsl/spirv: Emit some ir_texture
Ian Romanick
2
-2
/
+224
2018-03-29
glsl/spirv: Sampler types
Ian Romanick
1
-3
/
+65
2018-03-29
WIP: glsl/spirv: Emit expressions
Ian Romanick
3
-2
/
+457
2018-03-29
glsl/spirv: Skeleton of emitting expressions
Ian Romanick
4
-6
/
+92
2018-03-29
glsl/spriv: Add a code generator generator for ir_expression to SPIR-V
Ian Romanick
5
-1
/
+647
2018-03-29
glsl: Add an ir_constant constructor that takes an arbitrary value
Ian Romanick
2
-0
/
+94
2018-03-29
glsl: Add IR tree search and replace
Ian Romanick
4
-0
/
+301
2018-03-29
glsl: Generate a table of "is commutative" flags
Ian Romanick
2
-16
/
+25
2018-03-29
glsl/spirv: Emit swizzles as SpvOpShuffle, SpvOpCompositeExtract, SpvOptCompo...
Ian Romanick
3
-2
/
+374
2018-03-29
glsl: Emit SPIR-V from the standalone compiler
Ian Romanick
4
-1
/
+13
2018-03-29
WIP: glsl/spirv: Add high-level function to generate the SPIR-V byte stream
Ian Romanick
4
-0
/
+98
2018-03-29
WIP: glsl: Add pass to replace vector-scalar operations with vector-vector op...
Ian Romanick
4
-0
/
+104
2018-03-29
glsl/spirv: Emit functions definitions and variable declarations
Ian Romanick
1
-6
/
+45
2018-03-29
glsl/spirv: Refactor emit_function_declaration to create emit_function_defini...
Ian Romanick
2
-2
/
+30
2018-03-29
glsl: Refactor get_main to be another overload of _mesa_get_main_function_sig...
Ian Romanick
3
-20
/
+28
2018-03-29
glsl/spirv: Emit loads and stores
Ian Romanick
6
-14
/
+1175
2018-03-29
glsl/spirv: Skeleton of spirv_visitor
Ian Romanick
5
-0
/
+261
2018-03-29
glsl/spirv/tests: Add mechanism for pattern-based matching of instructions
Ian Romanick
4
-2
/
+464
2018-03-29
glsl/spirv: Enable GLSL.std.450 extension
Ian Romanick
2
-1
/
+34
2018-03-29
glsl/spirv: Emit SPIR-V OpConstantComposite for record types
Ian Romanick
3
-1
/
+88
2018-03-29
glsl/spirv: Emit SPIR-V OpConstantComposite for array types
Ian Romanick
2
-1
/
+378
2018-03-29
glsl/spirv: Emit SPIR-V header and OpCapability instructions
Ian Romanick
5
-2
/
+317
2018-03-29
glsl/spirv: Emit SPIR-V OpEntryPoint and OpExecutionMode for compute shaders
Ian Romanick
2
-0
/
+111
2018-03-29
glsl/spirv: Emit SPIR-V OpEntryPoint and OpExecutionMode for fragment shaders
Ian Romanick
2
-0
/
+161
2018-03-29
glsl/spirv: Emit SPIR-V OpEntryPoint and OpExecutionMode for geometry shaders
Ian Romanick
2
-1
/
+304
2018-03-29
glsl/spirv: Emit SPIR-V OpEntryPoint and OpExecutionMode for tessellation sha...
Ian Romanick
2
-0
/
+476
2018-03-29
glsl/spirv: Emit SPIR-V OpEntryPoint and OpExecutionMode for vertex shaders
Ian Romanick
5
-2
/
+300
2018-03-29
glsl/spirv: Emit GLSL function declarations in SPIR-V
Ian Romanick
7
-1
/
+480
2018-03-29
glsl/spirv: Emit GLSL gl_ClipDistance and gl_CullDistance variables in SPIR-V
Ian Romanick
2
-2
/
+252
2018-03-29
glsl/spirv: Emit GLSL fragment shader special output variables in SPIR-V
Ian Romanick
2
-2
/
+45
2018-03-29
glsl/spirv: Emit GLSL geometry shader special output variables in SPIR-V
Ian Romanick
2
-1
/
+33
2018-03-29
glsl/spirv: Emit GLSL tessellation shader special output variables in SPIR-V
Ian Romanick
2
-4
/
+35
2018-03-29
glsl/spirv: Emit GLSL vertex shader special output variables in SPIR-V
Ian Romanick
2
-2
/
+160
2018-03-29
glsl/spirv: Emit GLSL shader output variables in SPIR-V
Ian Romanick
2
-1
/
+139
2018-03-29
glsl/spirv: Emit GLSL atomic_uint variables in SPIR-V
Ian Romanick
3
-10
/
+209
2018-03-29
glsl/spirv: Emit GLSL compute shader system value variables in SPIR-V
Ian Romanick
2
-0
/
+156
2018-03-29
glsl/spirv: Emit GLSL fragment shader system value variables in SPIR-V
Ian Romanick
2
-4
/
+80
2018-03-29
glsl/spirv: Emit GLSL tessellation shader system value variables in SPIR-V
Ian Romanick
2
-0
/
+97
2018-03-29
glsl/spirv: Emit GLSL vertex shader system value variables in SPIR-V
Ian Romanick
2
-1
/
+92
2018-03-29
glsl/spirv: Emit GLSL geometry shader special input variables in SPIR-V
Ian Romanick
2
-1
/
+13
2018-03-29
glsl/spirv: Emit GLSL tessellation evaluation shader special input variables ...
Ian Romanick
2
-3
/
+54
[next]