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
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
2016-10-26
1
-2
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-42
/
+43
*
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
2016-10-24
1
-13
/
+0
*
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
2016-10-24
1
-0
/
+6
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
1
-24
/
+19
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.
Kenneth Graunke
2016-10-02
1
-5
/
+1
*
i965/ir: Test thread dispatch packing assumptions.
Francisco Jerez
2016-09-21
1
-0
/
+30
*
i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...
Francisco Jerez
2016-09-21
1
-0
/
+8
*
i965/reg: Make brw_sr0_reg take a subnr and return a vec1 reg
Jason Ekstrand
2016-09-21
1
-1
/
+1
*
i965/nir: Roll set_default_interpolation into lower_fs_inputs
Jason Ekstrand
2016-09-15
1
-39
/
+1
*
i965/fs: Use NIR for handling forced per-sample interpolation
Jason Ekstrand
2016-09-15
1
-37
/
+3
*
i965/fs: Use sample interpolation for interpolateAtCentroid in persample mode
Jason Ekstrand
2016-09-15
1
-0
/
+26
*
i965/ir: Update several stale comments.
Francisco Jerez
2016-09-14
1
-11
/
+7
*
i965/ir: Don't print ARF subnr values twice.
Francisco Jerez
2016-09-14
1
-4
/
+0
*
i965/fs: Print fs_reg::offset field consistently for all register files.
Francisco Jerez
2016-09-14
1
-16
/
+22
*
i965/fs: Get rid of fs_inst::set_smear().
Francisco Jerez
2016-09-14
1
-26
/
+12
*
i965/fs: Use region_contained_in() in compute-to-mrf coalescing pass.
Francisco Jerez
2016-09-14
1
-3
/
+2
*
i965/fs: Simplify a bunch of fs_inst::size_written calculations by using comp...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Simplify and fix buggy stride/offset calculations using subscript().
Francisco Jerez
2016-09-14
1
-50
/
+15
*
i965/fs: Simplify get_fpu_lowered_simd_width() by using inequalities instead ...
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/fs: Fix signedness of the return value of fs_inst::size_read().
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Switch mask_relative_to() used in compute-to-mrf to byte units.
Francisco Jerez
2016-09-14
1
-10
/
+10
*
i965/fs: Fix bogus sub-MRF offset calculation in compute-to-mrf.
Francisco Jerez
2016-09-14
1
-6
/
+6
*
i965/fs: Take into account copy register offset during compute-to-mrf.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
Francisco Jerez
2016-09-14
1
-6
/
+0
*
i965/fs: Don't consider LOAD_PAYLOAD with stride > 1 source to behave like a ...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offset to behave like a raw...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Take into account misalignment in regs_written() and regs_read().
Francisco Jerez
2016-09-14
1
-25
/
+1
*
i965/fs: Return more accurate read size for LINTERP from fs_inst::size_read.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Return more accurate read size from fs_inst::size_read for IMM and U...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
Francisco Jerez
2016-09-14
1
-24
/
+22
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-36
/
+37
*
i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.
Francisco Jerez
2016-09-14
1
-14
/
+14
*
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-17
/
+15
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-27
/
+29
*
i965/fs: Fail the shader compile instead of asserting when we can't spill
Jason Ekstrand
2016-09-08
1
-2
/
+3
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-15
/
+15
*
i965/fs: Define logical framebuffer read opcode and lower it to physical reads.
Francisco Jerez
2016-08-25
1
-0
/
+24
*
i965/fs: Define framebuffer read virtual opcode.
Francisco Jerez
2016-08-25
1
-0
/
+2
*
i965/fs: Emit interpolation setup if non-coherent framebuffer fetch is in use.
Francisco Jerez
2016-08-25
1
-1
/
+2
*
i965/fs: Force per-sample dispatch if the shader reads from a multisample FBO.
Francisco Jerez
2016-08-25
1
-1
/
+2
*
i965/fs: Switch to per-subspan discard jumps.
Francisco Jerez
2016-08-18
1
-3
/
+1
*
i965/fs: Estimate maximum sampler message execution size more accurately.
Francisco Jerez
2016-08-16
1
-37
/
+72
*
i965/fs: Return zero from fs_inst::components_read for non-present sources.
Francisco Jerez
2016-08-16
1
-2
/
+5
*
i965/fs: Lower TEX to TXL during NIR translation.
Francisco Jerez
2016-08-16
1
-10
/
+0
*
i965: fix comparison warning
Timothy Arceri
2016-08-01
1
-1
/
+1
*
i965: Fix move_interpolation_to_top() pass.
Kenneth Graunke
2016-07-29
1
-21
/
+29
*
i965: Include VUE handles for GS with invocations > 1.
Kenneth Graunke
2016-07-21
1
-1
/
+1
*
i965: bring back type_size_vec4_times_4()
Timothy Arceri
2016-07-21
1
-0
/
+13
[next]