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: Fixup algebraic test for variable-sized conversions
Connor Abbott
2018-12-07
1
-1
/
+1
*
nir/algebraic: Make algebraic_parser_test.sh executable.
Vinson Lee
2018-12-06
1
-0
/
+0
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
13
-45
/
+79
*
nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleans
Jason Ekstrand
2018-12-05
1
-56
/
+56
*
nir/opt_algebraic: Drop bit-size suffixes from conversions
Jason Ekstrand
2018-12-05
1
-29
/
+29
*
nir/opt_algebraic: Simplify an optimization using the new search ops
Jason Ekstrand
2018-12-05
1
-7
/
+2
*
nir/algebraic: Add support for unsized conversion opcodes
Jason Ekstrand
2018-12-05
3
-10
/
+140
*
nir/algebraic: Refactor codegen a bit
Jason Ekstrand
2018-12-05
1
-10
/
+11
*
nir/algebraic: Clean up some __str__ cruft
Jason Ekstrand
2018-12-05
1
-4
/
+0
*
nir/opcodes: Rename tbool to tbool32
Jason Ekstrand
2018-12-05
1
-11
/
+11
*
nir/opcodes: Pull in the type helpers from constant_expressions
Jason Ekstrand
2018-12-05
3
-35
/
+35
*
nir/algebraic: Add unit tests for bitsize validation
Connor Abbott
2018-12-05
4
-1
/
+129
*
nir/algebraic: Rewrite bit-size inference
Connor Abbott
2018-12-05
3
-366
/
+317
*
spirv: add SpvCapabilityInt64Atomics
Samuel Pitoiset
2018-12-05
2
-1
/
+5
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
3
-0
/
+13
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
6
-28
/
+0
*
nir: Fix assert in print_intrinsic_instr().
Józef Kucia
2018-11-29
1
-1
/
+1
*
nir/derefs: Add a nir_derefs_do_not_alias enum value
Jason Ekstrand
2018-11-28
2
-3
/
+4
*
glsl: Remove unused member variable
Matt Turner
2018-11-27
1
-4
/
+0
*
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
2018-11-27
1
-0
/
+1
*
nir: add fceil lowering
Jonathan Marek
2018-11-27
2
-0
/
+4
*
glsl: free or reuse memory allocated for TF varying
Gert Wollny
2018-11-26
1
-1
/
+8
*
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
2018-11-21
1
-4
/
+0
*
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
2018-11-21
1
-2
/
+5
*
meson: Add tests to suites
Dylan Baker
2018-11-20
3
-7
/
+19
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
2
-12
/
+35
*
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
2018-11-19
1
-16
/
+8
*
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-41
/
+32
*
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-4
/
+2
*
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
2018-11-20
1
-2
/
+2
*
nir: move getting deref from var after we check deref type.
Dave Airlie
2018-11-20
1
-4
/
+3
*
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2018-11-20
2
-8
/
+10
*
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2018-11-19
2
-1
/
+49
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
7
-10
/
+85
*
nir/lower_io: Add shared to get_io_offset_src
Jason Ekstrand
2018-11-15
1
-0
/
+2
*
nir/glsl: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-5
/
+12
*
nir/spirv: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-2
/
+8
*
nir/builder: Add a nir_pack/unpack/bitcast helpers
Jason Ekstrand
2018-11-15
2
-76
/
+151
*
nir/builder: Add iadd_imm and imul_imm helpers
Jason Ekstrand
2018-11-15
3
-11
/
+20
*
nir/builder: Assert that intN_t immediates fit
Jason Ekstrand
2018-11-15
1
-0
/
+4
*
nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
Jason Ekstrand
2018-11-15
1
-0
/
+1
*
glsl: Refactor type checking for redeclarations
Ian Romanick
2018-11-15
1
-12
/
+7
*
glsl: Omit redundant qualifier checks on redeclarations
Ian Romanick
2018-11-15
1
-6
/
+3
*
glsl: prevent qualifiers modification of predeclared variables
Ian Romanick
2018-11-15
1
-24
/
+27
*
compiler: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
1
-2
/
+1
*
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2018-11-14
2
-31
/
+57
*
nir/spirv: cast shift operand to u32
Karol Herbst
2018-11-14
2
-0
/
+31
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
2
-4
/
+2
*
nir: add const_index parameters to system value builder function
Karol Herbst
2018-11-14
1
-2
/
+19
*
nir: Don't lower the local work group size if it's variable.
Plamena Manolova
2018-11-13
1
-6
/
+18
[next]