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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Replace unreachable with vtn_fail
Jason Ekstrand
2017-12-04
6
-111
/
+118
*
spirv: Replace assert with vtn_assert
Jason Ekstrand
2017-12-04
5
-249
/
+251
*
spirv: Add vtn_fail and vtn_assert helpers
Jason Ekstrand
2017-12-04
2
-0
/
+67
*
spirv: Do something useful with OpSource
Jason Ekstrand
2017-12-04
1
-1
/
+21
*
spirv: Rework logging
Jason Ekstrand
2017-12-04
4
-18
/
+119
*
spirv: Re-arrange vtn_builder initialization
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
spirv: Parent the nir_shader to the builder while building
Jason Ekstrand
2017-12-04
1
-1
/
+4
*
glsl: don't run intrastage array validation when the interface type is not an...
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
*
glsl/es: precision qualifier doesn't need to match in UBOs
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
*
glsl: Match order of gl_LightSourceParameters elements.
Fabian Bieler
2017-12-03
1
-2
/
+2
*
nir: allow builin arrays to be lowered
Timothy Arceri
2017-12-04
1
-7
/
+10
*
nir: add array lowering function that assumes there are no indirects
Timothy Arceri
2017-12-04
2
-1
/
+44
*
nir: fix support for scalar arrays in nir_lower_io_types()
Timothy Arceri
2017-12-04
1
-7
/
+3
*
nir: add varying component packing helpers
Timothy Arceri
2017-12-04
2
-0
/
+332
*
nir: add varying array splitting pass
Timothy Arceri
2017-12-04
4
-0
/
+386
*
spirv: Convert the supported_extensions struct to spirv_options
Jason Ekstrand
2017-12-02
3
-18
/
+20
*
spirv: Only emit functions which are actually used
Jason Ekstrand
2017-12-02
3
-8
/
+26
*
spirv: Drop the impl field from vtn_builder
Jason Ekstrand
2017-12-02
4
-8
/
+6
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
1
-18
/
+33
*
mesa: rework _mesa_add_parameter() to only add a single param
Timothy Arceri
2017-11-29
1
-2
/
+2
*
compiler: fix typo
Eric Engestrom
2017-11-28
1
-1
/
+1
*
compiler: use NDEBUG to guard asserts
Eric Engestrom
2017-11-28
3
-6
/
+6
*
st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache
Timothy Arceri
2017-11-28
1
-1
/
+1
*
glsl: Fix typo nagivation -> navigation
Gwan-gyeong Mun
2017-11-28
1
-1
/
+1
*
nir: fill outputs_read field and add patch outputs read (v2)
Dave Airlie
2017-11-27
2
-12
/
+30
*
nir: allow texture offsets with cube maps
Ilia Mirkin
2017-11-25
1
-2
/
+13
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-23
/
+23
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
2
-3
/
+0
*
mesa: don't assign numbers to vertex attrib enums manually
Marek Olšák
2017-11-25
1
-34
/
+34
*
nir/gather_info: recognize load_patch_vertices_in as a system value
Iago Toral Quiroga
2017-11-22
1
-0
/
+1
*
glsl: Catch subscripted calls to undeclared subroutines
George Barrett
2017-11-20
1
-2
/
+7
*
glsl: s/unsigned/glsl_base_type/ in glsl type code (v2)
Brian Paul
2017-11-16
2
-22
/
+35
*
spirv: fix typo on DO NOT EDIT header
Alejandro Piñeiro
2017-11-14
1
-1
/
+1
*
nir/spirv: tg4 requires a sampler
Alex Smith
2017-11-13
2
-2
/
+1
*
spirv: Use correct type for sampled images
Alex Smith
2017-11-13
3
-6
/
+6
*
spirv: add DO NOT EDIT warning on generated spirv_info.c
Alejandro Piñeiro
2017-11-13
1
-1
/
+4
*
glsl/linker: use without_array() to retrieve type
Iago Toral Quiroga
2017-11-13
1
-3
/
+4
*
nir: add streams to nir data
Timothy Arceri
2017-11-12
2
-0
/
+9
*
nir: handle get_buffer_size in nir_lower_atomics_to_ssbo
Rob Clark
2017-11-10
1
-0
/
+1
*
glsl: Make #pragma STDGL invariant(all) only modify outputs.
Kenneth Graunke
2017-11-08
1
-24
/
+2
*
glsl: Transform fb buffers are only active if a variable uses them
Neil Roberts
2017-11-09
1
-9
/
+15
*
glsl: Minor cleanups after previous commit
Ian Romanick
2017-11-08
1
-18
/
+11
*
glsl: Use more link_calculate_matrix_stride in lower_buffer_access
Ian Romanick
2017-11-08
1
-20
/
+2
*
glsl: Use link_calculate_matrix_stride in lower_buffer_access and friends
Ian Romanick
2017-11-08
4
-70
/
+42
*
glsl: Refactor matrix stride calculation into a utility function
Ian Romanick
2017-11-08
2
-11
/
+50
*
glsl/linker: Optimize swizzles again after linking
Ian Romanick
2017-11-08
1
-0
/
+10
*
glsl: Combine nop-swizzle optimization with swizzle-swizzle optimization
Ian Romanick
2017-11-08
7
-118
/
+52
*
glsl: Make the swizzle-swizzle optimization greedy
Ian Romanick
2017-11-08
1
-30
/
+29
*
glsl: Remove program_resource_visitor::visit_field(const glsl_struct_field *)
Ian Romanick
2017-11-08
2
-18
/
+0
*
glsl: Silence unused parameter warning
Ian Romanick
2017-11-08
1
-1
/
+1
[next]