index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...
Aaron Watry
1
-1
/
+3
2016-11-23
compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...
Aaron Watry
1
-2
/
+8
2016-11-23
nir/spirv: implement ordered / unordered floating point comparisons properly
Iago Toral Quiroga
1
-1
/
+52
2016-11-22
nir: Add a layer_id system value intrinsic
Jason Ekstrand
1
-0
/
+1
2016-11-22
spirv: Stop warning about input attachments
Jason Ekstrand
1
-1
/
+1
2016-11-22
spirv: Handle the InputAttachmentIndex decoration
Jason Ekstrand
2
-0
/
+5
2016-11-22
compiler: Add the rest of the subpassInput types
Jason Ekstrand
3
-6
/
+22
2016-11-22
glsl: add gl_linked_shader::SourceChecksum
Marek Olšák
1
-0
/
+10
2016-11-23
mesa/glsl: remove unused uses_builtin_functions field
Timothy Arceri
1
-1
/
+0
2016-11-22
spirv: Silence unsupported capability warnings for Clip/CullDistance.
Kenneth Graunke
1
-2
/
+2
2016-11-22
nir: add a pass to compact clip/cull distances.
Kenneth Graunke
3
-0
/
+190
2016-11-22
nir: Add a "compact array" flag and IO lowering code.
Kenneth Graunke
7
-18
/
+67
2016-11-22
glsl: fix NULL check
Timothy Arceri
1
-1
/
+1
2016-11-21
glsl/lower_output_reads: remove unused mem_ctx
Nicolai Hähnle
1
-4
/
+0
2016-11-21
glsl/lower_output_reads: bail early in tessellation control shaders
Nicolai Hähnle
1
-2
/
+6
2016-11-21
glsl/lower_output_reads: fix geometry shader output handling with conditional...
Nicolai Hähnle
1
-1
/
+0
2016-11-21
glsl: don't flatten if-blocks with dynamic array indices
Nicolai Hähnle
1
-2
/
+17
2016-11-19
nir: Add a C wrapper for glsl_type::is_array_of_arrays().
Kenneth Graunke
2
-0
/
+7
2016-11-19
compiler: Store the clip/cull distance array sizes in shader_info.
Kenneth Graunke
2
-4
/
+7
2016-11-19
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
9
-164
/
+176
2016-11-19
glsl: add new program driver function to standalone compiler
Timothy Arceri
1
-18
/
+43
2016-11-19
glsl: tidy up entries temporary
Timothy Arceri
1
-6
/
+8
2016-11-19
glsl/i965: move per stage AtomicBuffers list to gl_program
Timothy Arceri
1
-4
/
+4
2016-11-19
glsl: create gl_program at the start of linking rather than the end
Timothy Arceri
1
-0
/
+16
2016-11-18
mesa: add NV_image_formats extension support
Lionel Landwerlin
3
-41
/
+49
2016-11-16
nir/spirv: Fix handling of gl_PrimitiveId
Jason Ekstrand
1
-2
/
+6
2016-11-16
nir: Avoid an extra NIR op in integer divide lowering.
Eric Anholt
1
-2
/
+1
2016-11-17
glsl: stub out _mesa_reference_program() in standalone compiler
Timothy Arceri
2
-0
/
+12
2016-11-17
mesa/glsl: copy num_abos to gl_program
Timothy Arceri
1
-1
/
+0
2016-11-17
mesa/glsl: copy num_images to gl_program
Timothy Arceri
1
-1
/
+0
2016-11-17
nir: add support for counting AoA uniforms in nir_shader_gather_info()
Timothy Arceri
1
-2
/
+2
2016-11-17
compiler: remove now unused copy_shader_info() declaration
Timothy Arceri
1
-7
/
+0
2016-11-17
compiler: include shader_enums.h in shader_info.h
Timothy Arceri
1
-0
/
+2
2016-11-15
glsl/lower_if: conditionally lower if-branches based on their size
Marek Olšák
2
-7
/
+50
2016-11-15
glsl/lower_if: don't lower branches touching tess control outputs
Marek Olšák
3
-5
/
+23
2016-11-15
glsl/lower_if: check more node types in check_control_flow -> check_ir_node
Marek Olšák
1
-3
/
+6
2016-11-15
glsl/lower_if: move and rename found_control_flow
Marek Olšák
1
-7
/
+10
2016-11-15
util/disk_cache: use unambiguous naming
Marek Olšák
1
-70
/
+70
2016-11-15
util: import cache.c/h from glsl
Marek Olšák
5
-916
/
+1
2016-11-12
glsl: Don't crash on function names with invalid identifiers.
Kenneth Graunke
1
-2
/
+4
2016-11-12
glsl: Fix assert fails when assignment expressions are in array sizes.
Kenneth Graunke
1
-8
/
+11
2016-11-11
glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro
Brian Paul
1
-0
/
+1
2016-11-11
glsl: automake: add opt_add_neg_to_sub.h to the sources list
Emil Velikov
1
-0
/
+1
2016-11-11
android: add SPIRV_FILES to libmesa_nir
Tapani Pälli
1
-1
/
+2
2016-11-10
glsl: include inttypes.h for PRIx64 macro
Brian Paul
1
-0
/
+1
2016-11-10
glsl/standalone: Add the ability to generate ir_builder code
Ian Romanick
3
-0
/
+14
2016-11-10
glsl: Add a C++ code generator that uses ir_builder to rebuild a program
Ian Romanick
3
-0
/
+790
2016-11-10
glsl: Generate strings that are the enum names without the ir_*op_ prefix
Ian Romanick
2
-0
/
+7
2016-11-10
glsl/standalone: Enable par-linking
Ian Romanick
4
-2
/
+49
2016-11-10
glsl/standalone: Optimize dead variable declarations
Ian Romanick
1
-0
/
+61
[next]