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_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use LZD to implement nir_op_find_lsb on Gen < 7
Ian Romanick
2016-07-19
1
-1
/
+21
*
i965: Use LZD to implement nir_op_ifind_msb on Gen < 7
Ian Romanick
2016-07-19
1
-10
/
+44
*
i965: Use LZD to implement nir_op_ufind_msb
Ian Romanick
2016-07-19
1
-1
/
+25
*
i965/tes/scalar: fix 64-bit indirect input loads
Iago Toral Quiroga
2016-07-18
1
-22
/
+64
*
i965/tcs/scalar: only update imm_offset for second message in 64bit input loads
Iago Toral Quiroga
2016-07-18
1
-7
/
+1
*
i965: Move pulls_bary setting to emit_pixel_interpolator_send().
Kenneth Graunke
2016-07-17
1
-4
/
+4
*
i965: Write gl_FragCoord directly to the destination.
Kenneth Graunke
2016-07-17
1
-3
/
+1
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-5
/
+5
*
i965/fs: emit DIM instruction to load 64-bit immediates in HSW
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+10
*
i965/fs: use the new helper function to create double immediates
Iago Toral Quiroga
2016-07-13
1
-3
/
+4
*
i965/fs: add a helper function to create double immediates
Iago Toral Quiroga
2016-07-13
1
-0
/
+38
*
i965: add double packing support to tess stages
Timothy Arceri
2016-07-07
1
-9
/
+18
*
i965: add double support packing support to gs inputs
Timothy Arceri
2016-07-07
1
-2
/
+3
*
i965: add indirect packing support to gs load inputs
Timothy Arceri
2016-07-07
1
-3
/
+15
*
i965: add indirect packing support for tcs and tes
Timothy Arceri
2016-07-07
1
-4
/
+29
*
i965: add component packing support for tcs
Timothy Arceri
2016-07-07
1
-3
/
+8
*
i965: add component packing support for tes
Timothy Arceri
2016-07-07
1
-5
/
+33
*
i965: add component packing support for gs
Timothy Arceri
2016-07-07
1
-4
/
+18
*
i965: Drop unnecessary inst->base_mrf = -1 assignments.
Kenneth Graunke
2016-06-24
1
-12
/
+0
*
i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
Samuel Iglesias Gonsálvez
2016-06-17
1
-3
/
+25
*
i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT
Iago Toral Quiroga
2016-06-17
1
-0
/
+25
*
i965: remove type_size_vec4_times_4()
Timothy Arceri
2016-06-15
1
-1
/
+1
*
i965/gs/scalar: Fix load input for doubles
Samuel Iglesias Gonsálvez
2016-06-06
1
-18
/
+54
*
i965/fs: fix offset when loading double vector input varyings
Samuel Iglesias Gonsálvez
2016-06-06
1
-1
/
+21
*
i965/fs Add a wm_prog_data bit for has_side_effects
Jason Ekstrand
2016-06-03
1
-0
/
+14
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
1
-7
/
+0
*
i965: Add nir channel_num system value
Jordan Justen
2016-06-01
1
-0
/
+15
*
i965: Fix isoline reads in scalar TES.
Kenneth Graunke
2016-06-01
1
-1
/
+1
*
i965: If control_data_header_size_bits is zero, don't do EndPrimitive
Ian Romanick
2016-06-01
1
-0
/
+3
*
i965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardless of the dispatch wi...
Francisco Jerez
2016-05-27
1
-22
/
+18
*
i965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE instruction unnecessarily.
Francisco Jerez
2016-05-27
1
-1
/
+0
*
i965/fs: Emit fixed width memory fence opcode regardless of the dispatch width.
Francisco Jerez
2016-05-27
1
-2
/
+3
*
i965/fs: Remove extract virtual opcodes.
Francisco Jerez
2016-05-27
1
-13
/
+9
*
i965/fs: Handle SAMPLEINFO consistently like other texturing instructions.
Francisco Jerez
2016-05-27
1
-17
/
+3
*
i965/compute: Fix uniform init issue when SIMD8 is skipped
Jordan Justen
2016-05-27
1
-1
/
+1
*
i965/gen7: Fix gl_HelperInvocation
Jordan Justen
2016-05-24
1
-1
/
+1
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+13
*
i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.
Francisco Jerez
2016-05-23
1
-1
/
+2
*
i965/fs: do not depend on std140 alignment rules for UBO loads
Francisco Jerez
2016-05-23
1
-46
/
+13
*
i965, anv: Use NIR FragCoord re-center and y-transform passes.
Kenneth Graunke
2016-05-20
1
-15
/
+7
*
i965: Pass nir_src/nir_dest by reference.
Matt Turner
2016-05-20
1
-3
/
+3
*
i965/fs: Add and use get_nir_src_imm().
Matt Turner
2016-05-19
1
-4
/
+18
*
i965/fs: Assert that nir_op_extract_*'s src1 is a constant.
Matt Turner
2016-05-18
1
-0
/
+2
*
i965/fs: shuffle 32bits into 64bits for doubles
Juan A. Suarez Romero
2016-05-17
1
-0
/
+8
*
i965/tes/scalar: Fix load input for doubles
Iago Toral Quiroga
2016-05-16
1
-2
/
+2
*
i965/tcs/scalar: fix store output for doubles
Iago Toral Quiroga
2016-05-16
1
-21
/
+96
*
i965/tcs/scalar: fix load input for doubles
Iago Toral Quiroga
2016-05-16
1
-25
/
+73
*
i965/fs: fix nir_intrinsic_store_output for doubles
Iago Toral Quiroga
2016-05-16
1
-1
/
+14
*
i965/fs: fix number of output components for doubles
Iago Toral Quiroga
2016-05-16
1
-4
/
+9
*
i965/fs: support doubles with shared variable stores
Iago Toral Quiroga
2016-05-16
1
-5
/
+35
[next]