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/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
*
i965/fs: use SSA values directly
Connor Abbott
2015-06-30
1
-23
/
+41
*
i965/nir: Support barrier intrinsic function
Jordan Justen
2015-06-12
1
-0
/
+4
*
i965/fs: Fix unused variable warning
Chad Versace
2015-06-12
1
-1
/
+2
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
1
-3
/
+0
*
i965/fs: Migrate translation of NIR texturing instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-4
/
+4
*
i965/fs: Migrate translation of NIR intrinsics to the IR builder.
Francisco Jerez
2015-06-09
1
-40
/
+40
*
i965/fs: Migrate translation of NIR ALU instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-96
/
+96
*
i965/fs: Migrate translation of NIR control flow to the IR builder.
Francisco Jerez
2015-06-09
1
-11
/
+12
*
i965/fs: Migrate NIR variable handling to the IR builder.
Francisco Jerez
2015-06-09
1
-11
/
+10
*
i965/fs: Migrate NIR emit_percomp() to the IR builder.
Francisco Jerez
2015-06-09
1
-6
/
+10
*
i965/fs: Migrate pull constant loads to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+2
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-1
/
+4
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
1
-31
/
+25
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
1
-34
/
+2
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
1
-3
/
+0
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+0
*
i965: Fix variable indexing of sampler arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-2
/
+2
*
i965: Fix variable indexing of UBO arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-4
/
+4
*
i965/fs: Fix code emission for imul_high in NIR.
Matt Turner
2015-04-27
1
-1
/
+23
*
i965/nir: Use the correct offsets when handling register indirects
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-21
/
+21
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-7
/
+6
*
i965/nir: Make INTEL_DEBUG=ann work with NIR.
Kenneth Graunke
2015-04-11
1
-0
/
+4
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-173
/
+1
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-2
/
+3
*
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2015-04-11
1
-1
/
+0
[next]