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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-0
/
+2
*
intel/eu: Use EXECUTE_1 for JMPI
Jason Ekstrand
2017-10-25
2
-2
/
+1
*
i965/fs: Add brw_reg_type_from_bit_size utility method
Alejandro Piñeiro
2017-10-25
1
-5
/
+64
*
i965/fs/nir: Use the nir_src_bit_size helper
Jason Ekstrand
2017-10-25
1
-9
/
+3
*
intel/fs: Handle flag read/write aliasing in needs_src_copy
Jason Ekstrand
2017-10-25
1
-1
/
+3
*
intel/nir: Zero local index const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
*
meson: extract out variable for nir_algebraic.py
Rob Clark
2017-10-24
1
-1
/
+1
*
i965: Fix memmem compiler warnings.
Eric Anholt
2017-10-24
1
-1
/
+2
*
i965/fs: Use align1 mode on ternary instructions on Gen10+
Matt Turner
2017-10-20
1
-4
/
+8
*
i965: Add align1 ternary instruction emission support
Matt Turner
2017-10-20
1
-55
/
+160
*
i965: Add align1 ternary instruction disassembler support
Matt Turner
2017-10-20
2
-75
/
+288
*
i965: Add align1 ternary instruction-word support
Matt Turner
2017-10-20
1
-0
/
+108
*
i965: Add align1 ternary instruction support to conversion functions
Matt Turner
2017-10-20
4
-34
/
+101
*
i965: Add align1 ternary instruction field encodings
Matt Turner
2017-10-20
1
-0
/
+35
*
i965: Add functions to abstract access to 3src register types
Matt Turner
2017-10-20
2
-20
/
+23
*
i965: Rename brw_inst's functions that access the 3src register type
Matt Turner
2017-10-20
3
-18
/
+18
*
i965: Rename brw_inst 3src functions in preparation for align1
Matt Turner
2017-10-20
4
-86
/
+92
*
i965: Print subreg in units of type-size on ternary instructions
Matt Turner
2017-10-20
1
-5
/
+26
*
i965: Add functions for brw_reg_type <-> hw 3src type
Matt Turner
2017-10-20
2
-0
/
+58
*
i965: Move brw_reg_type_is_floating_point to brw_reg_type.h
Matt Turner
2017-10-20
2
-13
/
+15
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
6
-21
/
+21
*
i965/vec4: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
2
-21
/
+0
*
i965/fs: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2017-10-20
1
-9
/
+0
*
i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.
Kenneth Graunke
2017-10-19
1
-22
/
+10
*
i965: Move fs_inst::has_side_effects()'s eot check to the parent class.
Kenneth Graunke
2017-10-19
5
-9
/
+3
*
intel/cs: Make thread_local_id a regular builtin param
Jason Ekstrand
2017-10-12
3
-28
/
+29
*
intel/compiler: Allocate pull_param in assign_constant_locations
Jason Ekstrand
2017-10-12
2
-6
/
+14
*
intel: Allocate prog_data::[pull_]param deeper inside the compiler
Jason Ekstrand
2017-10-12
2
-4
/
+4
*
intel/vs: Grow the param array for clip planes
Jason Ekstrand
2017-10-12
2
-0
/
+14
*
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
2017-10-12
2
-15
/
+9
*
intel/compiler: Make brw_nir_lower_intrinsics compute-specific
Jason Ekstrand
2017-10-12
4
-18
/
+12
*
intel/compiler: Add a helper for growing the prog_data::param array
Jason Ekstrand
2017-10-12
1
-0
/
+13
*
intel/compiler: Add a flag for pull constant support
Jason Ekstrand
2017-10-12
3
-2
/
+11
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-4
/
+0
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
8
-40
/
+90
*
i965: Fix output register sizes when multiple variables share a slot.
Kenneth Graunke
2017-10-10
1
-5
/
+18
*
i965: Don't try to decode types for non-existent src1.
Kenneth Graunke
2017-10-10
1
-1
/
+2
*
i965/tes: account for the fact that dvec3/4 inputs take two slots
Iago Toral Quiroga
2017-10-10
1
-2
/
+7
*
intel/compiler: Don't propagate cmod into integer multiplies
Jason Ekstrand
2017-10-05
2
-0
/
+34
*
intel/compiler: Don't cmod propagate into a saturated operation
Jason Ekstrand
2017-10-05
2
-0
/
+16
*
i965: Validate "Special Requirements for Handling Double Precision Data Types"
Matt Turner
2017-10-04
2
-0
/
+792
*
i965: Fix and enable forgotten validation test
Matt Turner
2017-10-04
1
-14
/
+17
*
i965: Only insert error message if not already present
Matt Turner
2017-10-04
1
-5
/
+13
*
i965: Avoid validation error when src1 is not present
Matt Turner
2017-10-04
1
-1
/
+1
*
i965: Remove validate_reg()
Matt Turner
2017-10-04
1
-80
/
+0
*
i965: Add and use STRIDE and WIDTH macros
Matt Turner
2017-10-04
1
-18
/
+15
*
i965: Add GLK, CFL, CNL to test_eu_validate.c
Matt Turner
2017-10-04
1
-0
/
+7
*
i965: Fix support for disassembling 64-bit integer immediates
Matt Turner
2017-10-04
1
-2
/
+2
*
i965/fs: Rewrite fsign64 to skip the float -> double conversion
Matt Turner
2017-10-04
1
-41
/
+9
*
i965/fs: Unpack count argument to 64-bit shift ops on Atom
Matt Turner
2017-10-04
1
-6
/
+28
[next]