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/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
*
i965/fs: Don't apply POW/FDIV workaround on Gen10+
Matt Turner
2017-10-04
1
-0
/
+1
*
i965: Fix src0 vs src1 typo
Matt Turner
2017-10-04
1
-1
/
+1
*
intel: compiler: vec4: add missing default 0 lod
Lionel Landwerlin
2017-10-03
1
-0
/
+9
*
meson: convert gtest to an internal dependency
Dylan Baker
2017-10-03
1
-3
/
+3
*
i965: skip reading unused slots at the begining of the URB for the FS
Iago Toral Quiroga
2017-10-02
2
-4
/
+32
*
i965: Normalize types for FBL, FBH, etc
Matt Turner
2017-09-30
2
-15
/
+11
*
i965/fs: force pull model for 64-bit GS inputs
Iago Toral Quiroga
2017-09-29
2
-7
/
+15
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+155
*
intel: use a flag instead of setting PYTHONPATH
Dylan Baker
2017-09-27
1
-8
/
+25
*
i965: Support copy propagating of untyped atomic surface indexes.
Kenneth Graunke
2017-09-26
1
-0
/
+7
*
i965/vec4: Fix swizzles on atomic sources.
Kenneth Graunke
2017-09-26
1
-4
/
+9
*
i965/vec4: Actually handle atomic op intrinsics.
Kenneth Graunke
2017-09-26
1
-2
/
+10
*
i965/nir: export nir_optimize
Timothy Arceri
2017-09-26
2
-7
/
+11
*
i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders.
Kenneth Graunke
2017-09-21
1
-3
/
+3
*
intel/eu/validate: Look up types on demand in execution_type()
Jason Ekstrand
2017-09-12
1
-4
/
+2
*
i965: Drop unnecessary conditional
Matt Turner
2017-08-29
1
-4
/
+4
*
intel/compiler: Cast reg types explicitly
Topi Pohjolainen
2017-08-28
1
-2
/
+2
*
anv,i965: Move CS shared lowering into anv
Jason Ekstrand
2017-08-24
1
-2
/
+0
*
i965: Stop using wm_prog_data->binding_table.render_target_start.
Kenneth Graunke
2017-08-23
1
-2
/
+7
*
i965: Add a brw_wm_prog_data::has_render_target_reads field.
Kenneth Graunke
2017-08-23
2
-0
/
+3
*
i965: Mark functions static
Matt Turner
2017-08-21
3
-20
/
+21
*
i965/vec4: Use 'class' src_reg, rather than 'struct' src_reg
Matt Turner
2017-08-21
1
-1
/
+1
*
i965/vec4: Return float from spill_cost_for_type()
Matt Turner
2017-08-21
1
-1
/
+1
*
i965: Optimize reading the destination type
Matt Turner
2017-08-21
1
-1
/
+3
*
i965: Mark brw_hw_type_to_reg_type() as a pure function
Matt Turner
2017-08-21
1
-1
/
+7
[next]