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
/
intel
/
compiler
/
brw_fs_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Use image_deref intrinsics instead of image_var
Jason Ekstrand
2018-06-22
1
-73
/
+84
*
intel/fs: shuffle_64bit_data_for_32bit_write is not used anymore
Jose Maria Casanova Crespo
2018-06-16
1
-32
/
+0
*
intel/fs: Use new shuffle_32bit_write for all 64-bit storage writes
Jose Maria Casanova Crespo
2018-06-16
1
-7
/
+6
*
intel/fs: shuffle_32bit_load_result_to_64bit_data is not used anymore
Jose Maria Casanova Crespo
2018-06-16
1
-53
/
+0
*
intel/fs: Use shuffle_from_32bit_read for 64-bit FS load_input
Jose Maria Casanova Crespo
2018-06-16
1
-4
/
+4
*
intel/fs: shuffle_from_32bit_read at load_per_vertex_input at TCS/TES
Jose Maria Casanova Crespo
2018-06-16
1
-14
/
+8
*
intel/fs: Use shuffle_from_32bit_read at VS load_input
Jose Maria Casanova Crespo
2018-06-16
1
-10
/
+5
*
intel/fs: Use shuffle_from_32bit_read for 64-bit gs_input_load
Jose Maria Casanova Crespo
2018-06-16
1
-5
/
+5
*
intel/fs: shuffle_from_32bit_read for 64-bit do_untyped_vector_read
Jose Maria Casanova Crespo
2018-06-16
1
-10
/
+2
*
intel/fs: Remove old 16-bit shuffle/unshuffle functions
Jose Maria Casanova Crespo
2018-06-16
1
-62
/
+0
*
intel/fs: Use shuffle_for_32bit_write for 16-bits store_ssbo
Jose Maria Casanova Crespo
2018-06-16
1
-5
/
+2
*
intel/fs: Use shuffle_from_32bit_read to read 16-bit SSBO
Jose Maria Casanova Crespo
2018-06-16
1
-4
/
+2
*
intel/fs: New shuffle_for_32bit_write and shuffle_from_32bit_read
Jose Maria Casanova Crespo
2018-06-16
1
-0
/
+43
*
intel/fs: general 8/16/32/64-bit shuffle_src_to_dst function
Jose Maria Casanova Crespo
2018-06-16
1
-0
/
+101
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-0
/
+15
*
intel/fs: Replace the CINTERP opcode with a simple MOV
Francisco Jerez
2018-05-29
1
-2
/
+2
*
intel/fs: Use the ATTR file for FS inputs
Francisco Jerez
2018-05-29
1
-5
/
+3
*
intel/fs: Rename a local variable so it doesn't shadow component()
Francisco Jerez
2018-05-29
1
-4
/
+4
*
i965/compiler: handle conversion to smaller type in the lowering pass for that
Iago Toral Quiroga
2018-05-05
1
-11
/
+3
*
intel/compiler: handle 16-bit to 64-bit conversions in BSW platforms
Iago Toral Quiroga
2018-05-05
1
-4
/
+4
*
Revert "i965/compiler: handle conversion to smaller type in the lowering pass...
Mark Janes
2018-05-03
1
-3
/
+11
*
intel/compiler: implement 16-bit pack/unpack opcodes
Iago Toral Quiroga
2018-05-03
1
-0
/
+10
*
intel/compiler: fix 16-bit comparisons
Iago Toral Quiroga
2018-05-03
1
-8
/
+30
*
intel/compiler: implement nir_instr_type_load_const for 16-bit constants
Jose Maria Casanova Crespo
2018-05-03
1
-0
/
+5
*
intel/compiler: implement conversions from 16-bit int/float to bool
Iago Toral Quiroga
2018-05-03
1
-5
/
+11
*
intel/compiler: implement conversion between float/int 16-bit types
Iago Toral Quiroga
2018-05-03
1
-0
/
+4
*
i965/compiler: handle conversion to smaller type in the lowering pass for that
Iago Toral Quiroga
2018-05-03
1
-11
/
+3
*
intel/compiler: fix isign for 16-bit integers
Iago Toral Quiroga
2018-05-03
1
-5
/
+12
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
1
-4
/
+4
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
1
-0
/
+2
*
i965/fs: retype offset_reg to UD at load_ssbo
Jose Maria Casanova Crespo
2018-04-20
1
-1
/
+1
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
1
-0
/
+4
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
1
-6
/
+5
*
intel/fs: Don't emit a des copy for image ops with has_dest == false
Jason Ekstrand
2018-03-27
1
-3
/
+6
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-23
/
+23
*
intel/fs: Add support for subgroup quad operations
Jason Ekstrand
2018-03-07
1
-0
/
+94
*
intel/fs: Implement reduce and scan opeprations
Jason Ekstrand
2018-03-07
1
-0
/
+154
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
1
-0
/
+8
*
i965/fs: Support nir_intrinsic_vote_feq
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
i965/fs: Implement basic SPIR-V subgroup intrinsics
Jason Ekstrand
2018-03-07
1
-0
/
+8
*
Revert "i965/fs: Predicate byte scattered writes if needed"
Francisco Jerez
2018-03-02
1
-14
/
+1
*
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
Jose Maria Casanova Crespo
2018-02-28
1
-5
/
+10
*
i965/fs: Support 16-bit store_ssbo with VK_KHR_relaxed_block_layout
Jose Maria Casanova Crespo
2018-02-28
1
-7
/
+15
*
i965/fs: Support 16-bit do_read_vector with VK_KHR_relaxed_block_layout
Jose Maria Casanova Crespo
2018-02-28
1
-14
/
+37
*
i965/fs: shuffle_32bit_load_result_to_16bit_data now skips components
Jose Maria Casanova Crespo
2018-02-28
1
-2
/
+4
*
isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit
Jose Maria Casanova Crespo
2018-02-28
1
-1
/
+30
*
i965/compiler: clean up nir_intrinsic_load_input for vertex shaders
Iago Toral Quiroga
2018-02-14
1
-11
/
+2
*
intel/compiler: fix first_component for 64-bit types on vertex inputs
Iago Toral Quiroga
2018-02-14
1
-0
/
+3
*
i965/fs: Use UW types when using V immediates
Jason Ekstrand
2018-01-11
1
-2
/
+2
[next]