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
/
intel
/
compiler
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/fs: Fix constness of implied_mrf_writes() argument.
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/fs: Define is_payload() method of the IR instruction class.
Francisco Jerez
2019-10-11
1
-0
/
+38
*
intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like inst...
Francisco Jerez
2019-10-11
1
-0
/
+3
*
intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
Jason Ekstrand
2019-09-27
1
-6
/
+28
*
intel/compiler: Record whether any pull constant loads occur
Kenneth Graunke
2019-09-18
1
-0
/
+4
*
intel/compiler: Set "Null Render Target" ex_desc bit on Gen11
Kenneth Graunke
2019-09-17
1
-0
/
+3
*
i965/fs: add support for shader float control to remove_extra_rounding_modes()
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+14
*
intel/fs: Handle UNDEF in split_virtual_grfs
Jason Ekstrand
2019-09-13
1
-1
/
+25
*
Revert "intel/fs: Move the scalar-region conversion to the generator."
Jason Ekstrand
2019-09-06
1
-1
/
+1
*
intel/fs: Fix FB write inst groups
Jason Ekstrand
2019-09-06
1
-1
/
+1
*
intel/compiler: Use new Gen11 headerless RT writes for MRT cases
Kenneth Graunke
2019-08-27
1
-2
/
+13
*
intel/compiler: Use generic SEND for Gen7+ FB writes
Kenneth Graunke
2019-08-27
1
-6
/
+23
*
intel/compiler: Refactor FB write message control setup into a helper.
Kenneth Graunke
2019-08-27
1
-0
/
+32
*
intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs fails
Paulo Zanoni
2019-08-26
1
-1
/
+1
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-7
/
+3
*
intel/fs: Add SLM size to brw_cs_prog_data
Jason Ekstrand
2019-08-12
1
-0
/
+1
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-4
/
+9
*
intel/fs: add 64 bit integer multiplication lowering
Paulo Zanoni
2019-08-12
1
-4
/
+69
*
intel/compiler: invert the logic of lower_integer_multiplication()
Paulo Zanoni
2019-08-12
1
-13
/
+10
*
intel/compiler: don't instantiate a builder for each instruction
Paulo Zanoni
2019-08-12
1
-8
/
+8
*
intel/compiler: extract subfunctions of lower_integer_multiplication()
Paulo Zanoni
2019-08-12
1
-186
/
+193
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-0
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
Jason Ekstrand
2019-07-30
1
-3
/
+3
*
i965/fs: Print the scheduler mode.
Matt Turner
2019-07-30
1
-0
/
+7
*
i965/fs: Add a shader_stats struct.
Matt Turner
2019-07-30
1
-14
/
+11
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
1
-5
/
+3
*
intel/fs: Remove calculate_urb_setup from fs_visitor
Jason Ekstrand
2019-07-29
1
-13
/
+8
*
i965: Use NIR to lower legacy userclipping.
Kenneth Graunke
2019-07-24
1
-2
/
+0
*
intel/compiler: Allow for required subgroup sizes
Jason Ekstrand
2019-07-24
1
-3
/
+22
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
1
-2
/
+4
*
intel/nir: Make brw_nir_apply_sampler_key more generic
Jason Ekstrand
2019-07-24
1
-2
/
+2
*
intel/fs: Stop stack allocating large arrays
Jason Ekstrand
2019-07-22
1
-6
/
+12
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-8
/
+11
*
intel/fs: Use nir_lower_interpolation on gen11+
Jason Ekstrand
2019-07-02
1
-46
/
+0
*
intel/fs: Actually implement the load_barycentric intrinsics
Jason Ekstrand
2019-07-02
1
-3
/
+30
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
1
-4
/
+6
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-13
/
+40
*
intel/compiler: Don't repeat dispatch max fixing condition
Kenneth Graunke
2019-05-14
1
-2
/
+5
*
intel/compiler: Rename invocation_id_mask to instance_id_mask
Kenneth Graunke
2019-05-14
1
-4
/
+4
*
intel/compiler: Refactor TCS invocation ID setup into a helper
Kenneth Graunke
2019-05-14
1
-14
/
+21
*
intel/fs/ra: Do the spill loop inside RA
Jason Ekstrand
2019-05-14
1
-3
/
+1
*
intel/fs: Stop doing extra RA calls
Jason Ekstrand
2019-05-14
1
-19
/
+27
*
intel/compiler: Replicate 16 bit immediate value correctly
Sagar Ghuge
2019-05-07
1
-0
/
+3
*
Revert "intel/compiler: split is_partial_write() into two variants"
Juan A. Suarez Romero
2019-04-25
1
-25
/
+6
*
intel/fs: Add a lowering pass for linear interpolation.
Rafael Antognolli
2019-04-22
1
-0
/
+46
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
1
-1
/
+1
*
intel/fs: Add support for bindless image load/store/atomic
Jason Ekstrand
2019-04-19
1
-1
/
+16
*
intel/fs: Add support for bindless texture ops
Jason Ekstrand
2019-04-19
1
-6
/
+61
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-1
/
+11
[next]