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
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
4
-47
/
+21
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-4
/
+1
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
7
-35
/
+49
*
glsl: fixer lexer for unreachable defines
Timothy Arceri
2018-09-06
2
-23
/
+38
*
glsl: avoid lowering texcoord array except in simple cases
Ilia Mirkin
2018-08-29
1
-0
/
+6
*
glsl: add a mechanism to allow layout qualifiers on function params
Timothy Arceri
2018-08-30
3
-0
/
+20
*
glsl: skip stringification in preprocessor if in unreachable branch
Timothy Arceri
2018-08-30
1
-2
/
+4
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
1
-3
/
+3
*
nir: Add handle/index-based image intrinsics
Jason Ekstrand
2018-08-29
3
-20
/
+82
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
6
-29
/
+39
*
glsl/link,i965: Make ImageAccess four-state
Jason Ekstrand
2018-08-29
2
-6
/
+10
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
1
-0
/
+9
*
nir/types: Add a wrapper for coordinate_components
Jason Ekstrand
2018-08-29
2
-0
/
+8
*
nir: Make image load/store intrinsics variable-width
Jason Ekstrand
2018-08-29
3
-4
/
+11
*
nir/format_convert: Fix a bitmask in unpack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Rename pack_r11g11b10f to pack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Add [us]norm conversion helpers
Jason Ekstrand
2018-08-29
1
-0
/
+56
*
nir/format_convert: Rename nir_format_bitcast_uint_vec
Jason Ekstrand
2018-08-29
1
-2
/
+3
*
nir/format_convert: Add vec mask and sign-extend helpers
Jason Ekstrand
2018-08-29
1
-8
/
+27
*
nir/format_convert: Add support for unpacking signed integers
Jason Ekstrand
2018-08-29
1
-8
/
+29
*
nir/opcodes: Make unpack_half_2x16_split_* variable-width
Jason Ekstrand
2018-08-29
1
-4
/
+4
*
nir/algebraic: Add some max/min optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+6
*
nir/algebraic: Add more extract_[iu](8|16) optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+10
*
nir/algebraic: Be more careful converting ushr to extract_u8/16
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
glsl/linker: Link all out vars from a shader objects on a single stage
vadym.shovkoplias
2018-08-29
1
-0
/
+37
*
nir: add loop unroll support for wrapper loops
Timothy Arceri
2018-08-29
1
-0
/
+77
*
nir/opt_loop_unroll: Remove unneeded phis if we make progress
Timothy Arceri
2018-08-29
1
-1
/
+9
*
nir: add complex_loop bool to loop info
Timothy Arceri
2018-08-29
2
-2
/
+12
*
nir: always attempt to find loop terminators
Timothy Arceri
2018-08-29
1
-7
/
+7
*
nir: Remove outdated comment
Caio Marcelo de Oliveira Filho
2018-08-28
1
-3
/
+0
*
mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering
Kevin Rogovin
2018-08-28
6
-0
/
+28
*
glsl/linker: Allow unused in blocks which are not declated on previous stage
vadym.shovkoplias
2018-08-27
2
-3
/
+9
*
nir: Pull block_ends_in_jump into nir.h
Jason Ekstrand
2018-08-27
3
-23
/
+13
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
5
-5
/
+5
*
mesa: expose AMD_gpu_shader_int64
Marek Olšák
2018-08-24
5
-12
/
+18
*
mesa: expose ARB_post_depth_coverage in the Compatibility profile
Marek Olšák
2018-08-24
1
-0
/
+1
*
nir: Add an array copy optimization
Jason Ekstrand
2018-08-23
4
-0
/
+415
*
nir: Add a array-of-vector variable shrinking pass
Jason Ekstrand
2018-08-23
2
-0
/
+718
*
nir: Add an array splitting pass
Jason Ekstrand
2018-08-23
2
-0
/
+584
*
nir: Add a structure splitting pass
Jason Ekstrand
2018-08-23
4
-0
/
+278
*
nir/types: Add array_or_matrix helpers
Jason Ekstrand
2018-08-23
2
-0
/
+17
*
glsl: fix error checking against MAX_UNIFORM_LOCATIONS
Marek Olšák
2018-08-23
1
-2
/
+6
*
mesa: add ctx->Const.MaxGeometryShaderInvocations
Marek Olšák
2018-08-23
2
-1
/
+3
*
configure: allow building with python3
Emil Velikov
2018-08-23
5
-5
/
+5
*
glsl: remove execute bit and shebang from python tests
Emil Velikov
2018-08-23
3
-3
/
+0
*
nir: Add floating point atomic min, max, and compare-swap instrinsics
Ian Romanick
2018-08-22
4
-8
/
+50
*
nir: Add floating point atomic add instrinsics
Ian Romanick
2018-08-22
5
-5
/
+22
*
glsl: Add support for lowering shared-variable float atomics
Ian Romanick
2018-08-22
1
-3
/
+3
*
glsl: Add support for lowering SSBO float atomics
Ian Romanick
2018-08-22
1
-3
/
+3
*
glsl: Add built-in functions for INTEL_shader_atomic_float_minmax
Ian Romanick
2018-08-22
1
-1
/
+32
[next]