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: Update assertion to account for Gen < 7
Ian Romanick
2016-07-19
1
-1
/
+4
*
i965: Write gl_FragCoord directly to the destination.
Kenneth Graunke
2016-07-17
1
-6
/
+2
*
i965: Drop has_pln checks in unlit centroid workaround.
Kenneth Graunke
2016-07-17
1
-5
/
+2
*
i965: Drop VARYING_SLOT_FACE special case in barycentric setup.
Kenneth Graunke
2016-07-17
1
-3
/
+2
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-13
/
+13
*
i965: Remove the emit_linterp() helper.
Kenneth Graunke
2016-07-15
1
-18
/
+8
*
i965: Reduce the number of fs_reg(brw_reg) calls in LINTERP handling.
Kenneth Graunke
2016-07-15
1
-4
/
+4
*
i965: Make a barycentric_mode() helper function.
Kenneth Graunke
2016-07-15
1
-51
/
+49
*
i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.
Kenneth Graunke
2016-07-15
1
-17
/
+17
*
i965: Handle default interpolation modes and locations in NIR.
Kenneth Graunke
2016-07-15
1
-45
/
+56
*
i965/fs: do d2x lowering before simd splitting
Samuel Iglesias Gonsálvez
2016-07-13
1
-5
/
+5
*
i965/fs: do pack lowering before simd splitting
Iago Toral Quiroga
2016-07-13
1
-5
/
+5
*
i965/fs/gen7: split instructions that run into exec masking bugs
Iago Toral Quiroga
2016-07-13
1
-0
/
+29
*
i965: Print EOT in fs_visitor::dump_instruction().
Kenneth Graunke
2016-06-27
1
-0
/
+4
*
i965: Delete send-from-GRF only opcodes from implied_mrf_writes().
Kenneth Graunke
2016-06-24
1
-19
/
+0
*
i965: Drop unnecessary inst->base_mrf = -1 assignments.
Kenneth Graunke
2016-06-24
1
-4
/
+0
*
i965: Set fs_inst::base_mrf = -1 by default.
Kenneth Graunke
2016-06-24
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
i965/fs: Use a default Y coordinate of 0 for TXF on gen9+
Jason Ekstrand
2016-06-22
1
-0
/
+2
*
i965: Reorganize prog_data->total_scratch code a bit.
Kenneth Graunke
2016-06-21
1
-16
/
+19
*
i965: Fix multiplication of immediates on Cherryview/Broxton.
Kenneth Graunke
2016-06-20
1
-1
/
+4
*
i965: remove type_size_vec4_times_4()
Timothy Arceri
2016-06-15
1
-13
/
+0
*
i965/fs: Fix regs_written for SIMD-lowered instructions some more.
Francisco Jerez
2016-06-13
1
-3
/
+3
*
i965: Assert that the scratch spaces are in range.
Kenneth Graunke
2016-06-12
1
-0
/
+14
*
i965: Fix CS scratch size calculations on Ivybridge and Baytrail.
Kenneth Graunke
2016-06-12
1
-0
/
+6
*
i965: Fix Haswell CS per-thread scratch space encoding.
Kenneth Graunke
2016-06-12
1
-1
/
+11
*
i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyings
Samuel Iglesias Gonsálvez
2016-06-06
1
-1
/
+12
*
i965/fs: Reindent emit_zip().
Francisco Jerez
2016-06-02
1
-14
/
+14
*
i965/fs: Skip SIMD lowering destination zipping if possible.
Francisco Jerez
2016-06-02
1
-0
/
+55
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
1
-93
/
+1
*
i965: Enable cross-thread constants and compact local IDs for hsw+
Jordan Justen
2016-06-01
1
-11
/
+5
*
i965: Add CS push constant info to brw_cs_prog_data
Jordan Justen
2016-06-01
1
-0
/
+61
*
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
2016-06-01
1
-3
/
+12
*
i965: Add nir based intrinsic lowering and thread ID uniform
Jordan Justen
2016-06-01
1
-0
/
+1
*
i965: Put CS local thread ID uniform in last push register
Jordan Justen
2016-06-01
1
-1
/
+25
*
i965: Add uniform for a CS thread local base ID
Jordan Justen
2016-06-01
1
-1
/
+17
*
i965/fs: Copy the offset when lowering logical pull constant sends
Jason Ekstrand
2016-06-01
1
-0
/
+8
*
i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.
Francisco Jerez
2016-05-31
1
-8
/
+8
*
i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...
Francisco Jerez
2016-05-31
1
-10
/
+36
*
i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.
Francisco Jerez
2016-05-31
1
-1
/
+23
*
i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...
Francisco Jerez
2016-05-31
1
-10
/
+25
*
i965/fs: Fix compute-to-mrf VGRF region coverage condition.
Francisco Jerez
2016-05-31
1
-3
/
+6
*
i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...
Francisco Jerez
2016-05-31
1
-47
/
+13
*
i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.
Francisco Jerez
2016-05-29
1
-2
/
+2
*
i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.
Francisco Jerez
2016-05-29
1
-2
/
+21
*
i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.
Francisco Jerez
2016-05-29
1
-60
/
+84
*
i965/fs: Implement opt_sampler_eot() in terms of logical sends.
Francisco Jerez
2016-05-29
1
-55
/
+39
*
i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().
Francisco Jerez
2016-05-29
1
-6
/
+9
*
i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.
Francisco Jerez
2016-05-29
1
-2
/
+1
*
i965/fs: Run SIMD and logical send lowering after the optimization loop.
Francisco Jerez
2016-05-29
1
-4
/
+25
[next]