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_fs_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Work around dual-source blending hangs in combination with SIMD16
Danylo Piliaiev
2020-05-27
1
-2
/
+6
*
intel/ir: Import shader performance analysis pass.
Francisco Jerez
2020-04-28
1
-0
/
+2
*
intel/fs: Rename half() helpers to quarter(), allow index up to 3.
Francisco Jerez
2020-04-28
1
-7
/
+8
*
intel/fs/gen12: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
2020-04-28
1
-2
/
+3
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
1
-2
/
+12
*
i965: Move down genX_upload_sbe in profiles.
Mathias Fröhlich
2020-03-10
1
-0
/
+1
*
intel/compiler: Move register pressure calculation into IR analysis object
Francisco Jerez
2020-03-06
1
-4
/
+2
*
intel/compiler/fs: Switch liveness analysis to IR analysis framework
Francisco Jerez
2020-03-06
1
-1
/
+2
*
intel/compiler: Move all live interval analysis results into fs_live_variables
Francisco Jerez
2020-03-06
1
-2
/
+0
*
intel/fs: Use helper for discard sample mask flag subregister number.
Francisco Jerez
2020-02-14
1
-1
/
+1
*
intel/fs/gen11: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
2020-02-14
1
-0
/
+12
*
intel/fs: Set src0 alpha present bit in header when provided in message payload.
Francisco Jerez
2020-02-14
1
-2
/
+2
*
intel/fs: Switch to standard vector layout for barycentrics at optimization t...
Francisco Jerez
2020-01-17
1
-8
/
+7
*
intel/fs: Split fetch_payload_reg() into separate helper for barycentrics.
Francisco Jerez
2020-01-17
1
-2
/
+2
*
intel/fs/gen6: Use SEL instead of bashing thread payload for unlit centroid w...
Francisco Jerez
2020-01-17
1
-5
/
+8
*
intel/fs: Check for NULL key in fs_visitor constructor
Michel Dänzer
2019-10-24
1
-1
/
+4
*
intel/compiler: Remove emit_alpha_to_coverage workaround from backend
Sagar Ghuge
2019-10-21
1
-84
/
+0
*
intel/fs/gen12: Fix barrier codegen.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
i965/fs: add emit_shader_float_controls_execution_mode() and aux functions
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+58
*
Revert "intel/fs: Move the scalar-region conversion to the generator."
Jason Ekstrand
2019-09-06
1
-1
/
+1
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-3
/
+2
*
i965/fs: Print the scheduler mode.
Matt Turner
2019-07-30
1
-0
/
+1
*
i965/fs: Add a shader_stats struct.
Matt Turner
2019-07-30
1
-1
/
+1
*
i965: Use NIR to lower legacy userclipping.
Kenneth Graunke
2019-07-24
1
-81
/
+0
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-24
/
+3
*
intel/compiler/fs/icl: Use dummy masked urb write for tess eval
Topi Pohjolainen
2019-04-25
1
-1
/
+50
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
1
-1
/
+1
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
1
-1
/
+3
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-1
/
+93
*
intel/compiler: use 0 as sampler in emit_mcs_fetch
Caio Marcelo de Oliveira Filho
2019-02-08
1
-1
/
+1
*
intel/compiler/icl: Use barrier id bits 24:30 instead of 24:27,31
Topi Pohjolainen
2018-09-25
1
-3
/
+13
*
intel/fs: use uint type for per_slot_offset at GS
Jose Maria Casanova Crespo
2018-07-09
1
-1
/
+1
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
1
-0
/
+1
*
intel/fs: Fix Gen6+ interpolation setup for SIMD32
Francisco Jerez
2018-06-28
1
-56
/
+60
*
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
Jason Ekstrand
2018-06-28
1
-1
/
+3
*
intel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centroid workaround
Jason Ekstrand
2018-06-28
1
-11
/
+16
*
intel/fs: Generalize the unlit centroid workaround
Francisco Jerez
2018-06-28
1
-14
/
+8
*
intel/fs: Wrap FS payload register look-up in a helper function.
Francisco Jerez
2018-06-28
1
-7
/
+5
*
intel/fs: Use fs_regs instead of brw_regs in the unlit centroid workaround
Francisco Jerez
2018-06-28
1
-12
/
+12
*
intel/fs: Don't enable dual source blend if no outputs are written
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/fs: Rework KSP data to be SIMD width-based
Jason Ekstrand
2018-06-28
1
-1
/
+1
*
intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.
Francisco Jerez
2018-05-29
1
-0
/
+2
*
intel/fs: Use the ATTR file for FS inputs
Francisco Jerez
2018-05-29
1
-6
/
+4
*
intel/fs: Initialize fs_visitor::grf_used on construction.
Francisco Jerez
2017-12-21
1
-0
/
+1
*
intel/fs: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
1
-4
/
+3
*
intel/fs: Rework zero-length URB write handling
Jason Ekstrand
2017-11-07
1
-29
/
+31
*
intel/fs: Remove min_dispatch_width from fs_visitor
Jason Ekstrand
2017-11-07
1
-11
/
+0
*
intel/vs: Grow the param array for clip planes
Jason Ekstrand
2017-10-12
1
-0
/
+7
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-4
/
+4
*
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
2017-05-09
1
-38
/
+0
[next]