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
/
intel
/
compiler
/
brw_schedule_instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Mark visitor parameters to scheduler const
Matt Turner
2020-03-09
1
-10
/
+10
*
intel/compiler: Make instructions_to_schedule a local variable
Matt Turner
2020-03-09
1
-4
/
+2
*
intel/vec4: Make implied_mrf_writes() a vec4_instruction method
Matt Turner
2020-03-09
1
-2
/
+2
*
intel/compiler/fs: Switch liveness analysis to IR analysis framework
Francisco Jerez
2020-03-06
1
-10
/
+9
*
intel/compiler: Move all live interval analysis results into fs_live_variables
Francisco Jerez
2020-03-06
1
-2
/
+2
*
intel/compiler: Pass detailed dependency classes to invalidate_analysis()
Francisco Jerez
2020-03-06
1
-2
/
+2
*
intel/compiler: Introduce backend_shader method to propagate IR changes to an...
Francisco Jerez
2020-03-06
1
-2
/
+2
*
intel/fs: Make implied_mrf_writes() an fs_inst method.
Francisco Jerez
2020-01-10
1
-2
/
+2
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
1
-0
/
+2
*
intel/compiler: Use generic SEND for Gen7+ FB writes
Kenneth Graunke
2019-08-27
1
-0
/
+5
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
1
-3
/
+3
*
intel/schedule_instructions: Move some comments
Jason Ekstrand
2019-02-28
1
-37
/
+37
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
1
-4
/
+0
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
1
-0
/
+2
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
1
-0
/
+4
*
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
2019-01-29
1
-1
/
+0
*
intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
Jason Ekstrand
2019-01-29
1
-0
/
+17
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
1
-0
/
+72
*
intel/fs: Add a generic SEND opcode
Jason Ekstrand
2019-01-29
1
-0
/
+7
*
intel/compiler: Heap-allocate temporary storage
Matt Turner
2019-01-09
1
-3
/
+5
*
intel/compiler: Prevent warnings in the following patch
Matt Turner
2019-01-09
1
-3
/
+3
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-0
/
+1
*
intel/compiler: Add scheduler deps for instructions that implicitly read g0
Ian Romanick
2018-04-24
1
-0
/
+3
*
intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s...
Ian Romanick
2018-04-24
1
-5
/
+5
*
intel/ir: Allow representing additional flag subregisters in the IR.
Francisco Jerez
2018-03-02
1
-1
/
+1
*
intel/fs: Teach instruction scheduler about GRF bank conflict cycles.
Francisco Jerez
2017-12-07
1
-2
/
+3
*
i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.
Kenneth Graunke
2017-10-19
1
-22
/
+10
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-0
/
+1753