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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
1
-1
/
+1
*
i965: Enable ES 3.2 on Skylake.
Kenneth Graunke
2016-09-21
1
-1
/
+2
*
i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.
Chuanbo Weng
2016-09-21
1
-2
/
+7
*
i965/ir: Test thread dispatch packing assumptions.
Francisco Jerez
2016-09-21
1
-0
/
+30
*
i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch...
Francisco Jerez
2016-09-21
2
-3
/
+11
*
i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...
Francisco Jerez
2016-09-21
3
-0
/
+65
*
i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNEL
Jason Ekstrand
2016-09-21
5
-13
/
+50
*
i965/reg: Make brw_sr0_reg take a subnr and return a vec1 reg
Jason Ekstrand
2016-09-21
2
-13
/
+9
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
28
-170
/
+170
*
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
2016-09-20
6
-83
/
+85
*
mesa: Implement ARB_shader_viewport_layer_array for i965
Dylan Baker
2016-09-20
1
-0
/
+1
*
i965: Drop assertion about buffer offset at draw time.
Eric Anholt
2016-09-17
1
-11
/
+0
*
i965: enable ARB_ES3_2_compatibility on gen8+
Ilia Mirkin
2016-09-15
1
-0
/
+1
*
i965/nir: Roll set_default_interpolation into lower_fs_inputs
Jason Ekstrand
2016-09-15
3
-39
/
+26
*
i965/fs: Use NIR for handling forced per-sample interpolation
Jason Ekstrand
2016-09-15
3
-40
/
+12
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
2
-11
/
+11
*
i965/fs: Use sample interpolation for interpolateAtCentroid in persample mode
Jason Ekstrand
2016-09-15
1
-0
/
+26
*
intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE
Jason Ekstrand
2016-09-14
1
-0
/
+5
*
intel/blorp: Emit 3DSTATE_MULTISAMPLE directly
Jason Ekstrand
2016-09-14
1
-13
/
+0
*
i965/vec4: Assert that pull constant load offsets are 16B-aligned.
Francisco Jerez
2016-09-14
1
-0
/
+1
*
i965/vec4: Assert that ATTR regions are register-aligned.
Francisco Jerez
2016-09-14
1
-0
/
+1
*
i965/vec4: Don't spill non-GRF-aligned register regions.
Francisco Jerez
2016-09-14
2
-2
/
+5
*
i965/vec4: Fix copy propagation for non-register-aligned regions.
Francisco Jerez
2016-09-14
1
-3
/
+6
*
i965/vec4: Compare full register offsets in cmod propagation.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Assign correct destination offset to rewritten instruction in regi...
Francisco Jerez
2016-09-14
1
-2
/
+1
*
i965/vec4: Don't coalesce registers with overlapping writes not matching the ...
Francisco Jerez
2016-09-14
1
-4
/
+6
*
i965/vec4: Compare full register offsets in opt_register_coalesce nop move ch...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Check that the write offsets match when setting dependency controls.
Francisco Jerez
2016-09-14
1
-0
/
+2
*
i965/vec4: Change opt_vector_float to keep track of the last offset seen in b...
Francisco Jerez
2016-09-14
1
-3
/
+3
*
i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset().
Francisco Jerez
2016-09-14
1
-7
/
+8
*
i965/ir: Update several stale comments.
Francisco Jerez
2016-09-14
5
-26
/
+22
*
i965/ir: Don't print ARF subnr values twice.
Francisco Jerez
2016-09-14
2
-8
/
+0
*
i965/vec4: Print src/dst_reg::offset field consistently for all register files.
Francisco Jerez
2016-09-14
1
-6
/
+15
*
i965/fs: Print fs_reg::offset field consistently for all register files.
Francisco Jerez
2016-09-14
1
-16
/
+22
*
i965/fs: Misc simplification.
Francisco Jerez
2016-09-14
4
-6
/
+6
*
i965/fs: Get rid of fs_inst::set_smear().
Francisco Jerez
2016-09-14
3
-32
/
+15
*
i965/fs: Use region_contained_in() in compute-to-mrf coalescing pass.
Francisco Jerez
2016-09-14
1
-3
/
+2
*
i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files.
Francisco Jerez
2016-09-14
2
-14
/
+13
*
i965/fs: Change region_contained_in() to use byte units.
Francisco Jerez
2016-09-14
1
-15
/
+10
*
i965/fs: Simplify copy propagation LOAD_PAYLOAD ACP setup.
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
4
-15
/
+19
*
i965/fs: Simplify result_live calculation in dead_code_eliminate().
Francisco Jerez
2016-09-14
1
-9
/
+3
*
i965/fs: Simplify and fix buggy stride/offset calculations using subscript().
Francisco Jerez
2016-09-14
2
-59
/
+17
*
i965/fs: Simplify get_fpu_lowered_simd_width() by using inequalities instead ...
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/fs: Simplify byte_offset().
Francisco Jerez
2016-09-14
1
-8
/
+4
*
i965/fs: Fix signedness of the return value of fs_inst::size_read().
Francisco Jerez
2016-09-14
2
-2
/
+2
*
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/vec4: Drop backend_reg::in_range() in favor of regions_overlap().
Francisco Jerez
2016-09-14
5
-20
/
+12
[next]