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
*
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
2017-12-30
1
-1
/
+1
*
i965/fs: Use untyped_surface_read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-7
/
+20
*
i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit reg
Jose Maria Casanova Crespo
2017-12-06
1
-15
/
+43
*
i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit components
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+60
*
i965/fs: Use byte scattered read for 16-bit load_ssbo
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+13
*
i965/fs: Predicate byte scattered writes if needed
Alejandro Piñeiro
2017-12-06
1
-1
/
+14
*
i965/fs: Use byte_scattered_write on 16-bit store_ssbo
Alejandro Piñeiro
2017-12-06
1
-20
/
+45
*
i965/fs: Enable rounding mode on f2f16 ops
Alejandro Piñeiro
2017-12-06
1
-0
/
+18
*
i965/fs: Handle 32-bit to 16-bit conversions
Alejandro Piñeiro
2017-12-06
1
-0
/
+25
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
1
-47
/
+0
*
i965/fs: Fix extract_i8/u8 to a 64-bit destination
Matt Turner
2017-11-14
1
-2
/
+23
*
i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK
Matt Turner
2017-11-14
1
-4
/
+4
*
intel/fs/nir: Return Q types from brw_reg_type_for_bit_size
Jason Ekstrand
2017-11-07
1
-2
/
+2
*
intel/fs/nir: Use Q immediates for load_const on gen8+
Jason Ekstrand
2017-11-07
1
-3
/
+11
*
intel/fs/nir: Setup immediates based on type in i2b and f2b
Jason Ekstrand
2017-11-07
1
-1
/
+2
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
1
-4
/
+0
*
intel/fs: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
1
-4
/
+4
*
intel/compiler/fs: Set up subgroup invocation as a system value
Jason Ekstrand
2017-11-07
1
-13
/
+21
*
intel/cs: Push subgroup ID instead of base thread ID
Jason Ekstrand
2017-11-07
1
-4
/
+4
*
intel/cs: Rework the way thread local ID is handled
Jason Ekstrand
2017-11-07
1
-0
/
+14
*
intel/fs: use pull constant locations to check for first compile of a shader
Jason Ekstrand
2017-11-07
1
-1
/
+4
*
intel/fs: Retype dest to match value in read[First]Invocation
Jason Ekstrand
2017-11-07
1
-4
/
+2
*
intel/fs: Uniformize the index in readInvocation
Jason Ekstrand
2017-11-07
1
-1
/
+1
*
i965/fs/nir: Don't stomp 64-bit values to D in get_nir_src
Jason Ekstrand
2017-11-07
1
-13
/
+24
*
i965/fs/nir: Minor refactor of store_output
Jason Ekstrand
2017-11-07
1
-4
/
+3
*
i965/fs: Return a fs_reg from shuffle_64bit_data_for_32bit_write
Jason Ekstrand
2017-11-07
1
-25
/
+9
*
i965/fs/nir: Simplify 64-bit store_output
Jason Ekstrand
2017-11-07
1
-19
/
+6
*
intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/all
Jason Ekstrand
2017-11-07
1
-9
/
+33
*
intel/fs: Use an explicit D type for vote any/all/eq intrinsics
Jason Ekstrand
2017-11-07
1
-0
/
+6
*
intel/fs: Don't stomp f0.1 in SIMD16 ballot
Jason Ekstrand
2017-11-07
1
-2
/
+9
*
intel/fs: Use ANY/ALL32 predicates in SIMD32
Jason Ekstrand
2017-11-07
1
-12
/
+30
*
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
2017-10-25
1
-5
/
+64
*
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
2017-10-25
1
-9
/
+3
*
i965/fs: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
1
-9
/
+0
*
i965: Fix output register sizes when multiple variables share a slot.
Kenneth Graunke
2017-10-10
1
-5
/
+18
*
i965/tes: account for the fact that dvec3/4 inputs take two slots
Iago Toral Quiroga
2017-10-10
1
-2
/
+7
*
i965/fs: Rewrite fsign64 to skip the float -> double conversion
Matt Turner
2017-10-04
1
-41
/
+9
*
i965/fs: Unpack count argument to 64-bit shift ops on Atom
Matt Turner
2017-10-04
1
-6
/
+28
*
i965/fs: force pull model for 64-bit GS inputs
Iago Toral Quiroga
2017-09-29
1
-1
/
+3
*
i965/fs: Match destination type to size for ballot
Matt Turner
2017-07-20
1
-1
/
+5
*
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
2017-07-20
1
-0
/
+46
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
1
-1
/
+1
*
i965/fs: Implement ARB_shader_group_vote operations
Matt Turner
2017-07-20
1
-0
/
+50
*
i965: Use pushed UBO data in the scalar backend.
Kenneth Graunke
2017-07-13
1
-0
/
+28
*
intel/compiler: no need to check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
intel: compiler/i965: fix is_broxton checks
Lionel Landwerlin
2017-06-20
1
-2
/
+2
*
i965/fs: Move remapping of gl_PointSize to the NIR level
Jason Ekstrand
2017-05-09
1
-23
/
+3
*
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
2017-05-09
1
-29
/
+1
*
i965: Move multiply by 4 for VS ATTR setup into the scalar backend.
Jason Ekstrand
2017-05-09
1
-1
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-9
/
+9
[next]