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/shader: Pull setup_image_uniform_values out of backend_shader
Jason Ekstrand
2015-10-02
1
-1
/
+2
*
i965/cs: Generate code to load gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-0
/
+28
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-4
/
+4
*
i965/nir/fs: Implement nir_intrinsic_ssbo_atomic_*
Iago Toral Quiroga
2015-09-25
1
-0
/
+77
*
i965/nir/fs: Implement nir_intrinsic_load_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+62
*
i965/nir/fs: Implement nir_intrinsic_store_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+71
*
i965/fs/nir: implement nir_intrinsic_get_buffer_size
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+24
*
i965/nir: Support gl_WorkGroupID variable
Jordan Justen
2015-09-13
1
-1
/
+9
*
i965/nir: Support gl_LocalInvocationID variable
Jordan Justen
2015-09-13
1
-0
/
+17
*
i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTOR
Jordan Justen
2015-09-10
1
-0
/
+2
*
i965: add handling for imageSamples
Ilia Mirkin
2015-09-10
1
-0
/
+5
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+10
*
i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.
Kenneth Graunke
2015-09-08
1
-37
/
+10
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
1
-2
/
+0
*
i965/fs: Do not set the size for zero-size uniforms
Marta Lofstedt
2015-08-28
1
-3
/
+4
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
1
-1
/
+1
*
i965/fs: Rework uniform handling
Jason Ekstrand
2015-08-25
1
-22
/
+8
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
1
-1
/
+1
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
1
-12
/
+1
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-1
/
+1
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-2
/
+5
*
i965: Fix "handle nir_intrinsic_image_size"
Martin Peres
2015-08-20
1
-4
/
+3
*
i965: handle nir_intrinsic_image_size
Martin Peres
2015-08-20
1
-0
/
+46
*
i965/fs: Clamp image array indices to the array bounds on IVB.
Francisco Jerez
2015-08-11
1
-4
/
+21
*
i965/fs: Translate image load, store and atomic NIR intrinsics.
Francisco Jerez
2015-08-11
1
-0
/
+106
*
i965/fs: Handle image uniforms in NIR programs.
Francisco Jerez
2015-08-11
1
-8
/
+43
*
i965/fs: Make resolve_source_modifiers consistent with the vec4 version
Jason Ekstrand
2015-08-10
1
-7
/
+7
*
i965/fs: Implement nir_op_imul/umul_high in terms of MULH.
Francisco Jerez
2015-08-06
1
-31
/
+2
*
i965/nir: Add new utility method brw_glsl_base_type_for_nir_type()
Eduardo Lima Mitev
2015-08-03
1
-14
/
+2
*
i965/nir: Move brw_type_for_nir_type() to brw_nir to allow reuse
Eduardo Lima Mitev
2015-08-03
1
-18
/
+0
*
i965/fs: Fix regression with SIMD8 VS since b5f1a48e234d47b24df38cb562cffb894...
Francisco Jerez
2015-07-31
1
-1
/
+2
*
i965/fs: Translate memory barrier NIR intrinsics.
Francisco Jerez
2015-07-29
1
-0
/
+7
*
i965/fs: Execute nir_setup_uniforms, _inputs and _outputs unconditionally.
Francisco Jerez
2015-07-29
1
-15
/
+7
*
i965/fs: Don't overwrite fs_visitor::uniforms and ::param_size during the SIM...
Francisco Jerez
2015-07-29
1
-3
/
+4
*
i965/fs: Drop unused untyped surface read and atomic emit methods.
Francisco Jerez
2015-07-29
1
-8
/
+5
*
i965/fs: Revisit NIR atomic counter intrinsic translation.
Francisco Jerez
2015-07-29
1
-17
/
+32
*
i965: Lift the constness restriction on surface indices passed to untyped ops.
Francisco Jerez
2015-07-29
1
-0
/
+3
*
i965: fix warning since tess merge.
Dave Airlie
2015-07-23
1
-0
/
+2
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
1
-2
/
+2
*
i965/nir/fs: removed unneeded support for global variables
Alejandro PiƱeiro
2015-07-20
1
-12
/
+4
*
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
2015-07-16
1
-22
/
+4
*
i965: Implement b2f and b2i using negation.
Francisco Jerez
2015-07-16
1
-3
/
+1
*
i965: Switch on shader stage in nir_setup_outputs().
Kenneth Graunke
2015-07-09
1
-26
/
+33
*
i965/vs: Fix matNxM vertex attributes where M != 4.
Kenneth Graunke
2015-07-07
1
-4
/
+11
*
i965/gen4-5: Enable 16-wide dispatch on shaders with control flow.
Francisco Jerez
2015-07-07
1
-7
/
+1
*
i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
Neil Roberts
2015-07-06
1
-0
/
+4
*
i965/fs: Don't disable SIMD16 when using the pixel interpolator
Neil Roberts
2015-07-03
1
-8
/
+3
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
1
-2
/
+4
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
1
-29
/
+29
*
i965/fs: emit constants only once
Connor Abbott
2015-06-30
1
-13
/
+14
[next]