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
*
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
2018-05-15
1
-0
/
+13
*
meson: remove dependency antipattern
Eric Engestrom
2018-05-14
1
-1
/
+1
*
anv,nir: add generated files to .gitignore(s)
Rhys Perry
2018-05-12
1
-0
/
+2
*
nir/format_convert: Add code for bitcasting vectors
Jason Ekstrand
2018-05-09
1
-0
/
+53
*
nir/format_convert: Add a function to pack RGB9_E5 formats
Jason Ekstrand
2018-05-09
1
-0
/
+64
*
nir/format_convert: Add pack/unpack for R11F_G11F_B10F
Jason Ekstrand
2018-05-09
1
-0
/
+38
*
nir/format_convert: Add linear <-> sRGB helpers
Jason Ekstrand
2018-05-09
1
-0
/
+26
*
nir: Add the start of a format conversion helper header
Jason Ekstrand
2018-05-09
3
-0
/
+108
*
glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
Brian Paul
2018-05-08
1
-1
/
+7
*
nir: Transform discard_if(true) into discard
Matt Turner
2018-05-07
1
-1
/
+16
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
2
-1
/
+4
*
compiler/spirv: implement 16-bit bitcasts
Iago Toral Quiroga
2018-05-03
1
-9
/
+22
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
4
-6
/
+6
*
nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.
Iago Toral Quiroga
2018-05-03
1
-5
/
+59
*
nir: add opcodes for 16-bit packing and unpacking
Iago Toral Quiroga
2018-05-03
1
-0
/
+19
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
4
-0
/
+134
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-03
1
-3
/
+3
*
spirv: convert some operands for bitwise shift and bitwise ops to uint32
Samuel Iglesias Gonsálvez
2018-05-03
1
-0
/
+35
*
nir: add missing dependency in meson.build
Rob Clark
2018-05-02
1
-1
/
+1
*
compiler/nir: Add conditional lowering for gl_BaseVertex
Antia Puentes
2018-05-02
2
-0
/
+21
*
compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics
Antia Puentes
2018-05-02
5
-0
/
+14
*
glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statements
Brian Paul
2018-04-30
1
-0
/
+6
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
8
-32
/
+74
*
glsl: replace some asserts with unreachable when processing the ast
Timothy Arceri
2018-04-27
1
-6
/
+3
*
nir/opt_constant_folding: fix folding of 8 and 16 bit ints
Karol Herbst
2018-04-26
1
-2
/
+12
*
nir: print 8 and 16 bit constants correctly
Karol Herbst
2018-04-26
1
-2
/
+14
*
nir: support converting to 8-bit integers in nir_type_conversion_op
Karol Herbst
2018-04-26
1
-1
/
+6
*
spirv: Don’t check for NaN for most OpFOrd* comparisons
Neil Roberts
2018-04-26
1
-11
/
+6
*
mesa: GL_EXT_texture_norm16 extension plumbing
Tapani Pälli
2018-04-25
1
-6
/
+6
*
meson: remove dummy_cpp
Dylan Baker
2018-04-24
1
-1
/
+1
*
glsl/glcpp: Handle hex constants with 0X prefix
Vlad Golovkin
2018-04-24
3
-7
/
+12
*
compiler/glsl: close fd's in glcpp_test.py
Dylan Baker
2018-04-23
1
-2
/
+4
*
nir: Do not use progress for unreachable code in return lowering.
Bas Nieuwenhuizen
2018-04-23
1
-1
/
+6
*
autotools: Include new meson files
18.1-branchpoint
Dylan Baker
2018-04-20
1
-0
/
+1
*
glsl: prevent spurious Valgrind errors when serializing NIR
Nicolai Hähnle
2018-04-20
1
-2
/
+4
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-1
/
+1
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-1
/
+4
*
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
2018-04-19
5
-0
/
+21
*
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2018-04-18
2
-0
/
+5
*
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2018-04-18
2
-0
/
+7
*
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2018-04-18
2
-4
/
+183
*
meson: enable glcpp test
Dylan Baker
2018-04-18
1
-1
/
+17
*
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
2018-04-18
3
-267
/
+223
*
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
2018-04-18
1
-58
/
+0
*
meson: enable optimization-test
Dylan Baker
2018-04-18
1
-0
/
+5
*
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
2018-04-18
4
-238
/
+215
*
meson: run glsl compiler warnings test
Dylan Baker
2018-04-18
1
-1
/
+9
*
glsl/tests: reimplement warnings-test in python
Dylan Baker
2018-04-18
2
-56
/
+75
*
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
2018-04-17
1
-4
/
+18
*
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
2018-04-17
1
-3
/
+4
[next]