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 the tex projector lowering pass instead of hand-rolling it.
Eric Anholt
2015-04-03
1
-10
/
+4
*
i965/nir: Run DCE again before going out of SSA
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
i965/nir: Run the ffma peephole after the rest of the optimizations
Jason Ekstrand
2015-04-01
1
-2
/
+6
*
nir: Add a dedicated ffma peephole optimization
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
2015-04-01
1
-0
/
+3
*
i965/fs: Add ARB_fragment_program support to the NIR backend.
Kenneth Graunke
2015-03-27
1
-17
/
+44
*
i965/fs: Implement texture projection support.
Kenneth Graunke
2015-03-25
1
-1
/
+10
*
i965/fs: Rename offset to tex_offset to avoid shadowing offset().
Kenneth Graunke
2015-03-25
1
-4
/
+4
*
i965/nir: Use signed integer type for booleans
Jason Ekstrand
2015-03-23
1
-3
/
+3
*
i965/nir: Do boolean resolves on GEN <= 5
Jason Ekstrand
2015-03-23
1
-0
/
+20
*
i965/nir: Properly set the predicate on the SEL used in min/max
Jason Ekstrand
2015-03-23
1
-0
/
+2
*
i965/nir: Use emit_lrp for emitting flrp
Jason Ekstrand
2015-03-23
1
-2
/
+1
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-11
/
+1
*
i965/nir: Sort uniforms direct-first and use two different uniform registers
Jason Ekstrand
2015-03-19
1
-6
/
+21
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
1
-0
/
+4
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-10
/
+3
*
i965/fs: Add VS output support to nir_setup_outputs().
Kenneth Graunke
2015-03-12
1
-5
/
+11
*
i965/fs: Handle VS inputs in the NIR backend.
Kenneth Graunke
2015-03-12
1
-1
/
+22
*
i965/fs: Refactor fs_visitor::nir_setup_inputs().
Kenneth Graunke
2015-03-12
1
-10
/
+19
*
i965: Implement NIR intrinsics for loading VS system values.
Kenneth Graunke
2015-03-12
1
-0
/
+51
*
i965/nir: Lower to registers a bit later.
Kenneth Graunke
2015-03-12
1
-3
/
+3
*
i965/nir: Optimize after nir_lower_var_copies().
Kenneth Graunke
2015-03-12
1
-0
/
+3
*
i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.
Kenneth Graunke
2015-03-12
1
-3
/
+4
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-1
/
+1
*
nir: Plumb the shader stage into glsl_to_nir().
Kenneth Graunke
2015-03-08
1
-1
/
+1
*
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
2015-03-08
1
-1
/
+1
*
nir: Try to make sense of the nir_shader_compiler_options code.
Kenneth Graunke
2015-03-08
1
-1
/
+4
*
i965/nir: Resolve source modifiers on Gen8+ logic operations.
Kenneth Graunke
2015-03-08
1
-0
/
+15
*
i965/fs/nir: Mark fallthrough.
Matt Turner
2015-02-28
1
-0
/
+1
*
i965/fs/nir: Mark fallthrough.
Matt Turner
2015-02-28
1
-0
/
+1
*
i965/fs/nir: Use emit_math for nir_op_fpow
Ian Romanick
2015-02-27
1
-1
/
+1
*
i965/fs: Handle conditional discards.
Kenneth Graunke
2015-02-24
1
-8
/
+14
*
i965/fs/nir: Optimize integer multiply by a 16-bit constant.
Matt Turner
2015-02-24
1
-1
/
+23
*
i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
1
-0
/
+87
*
i965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
Kenneth Graunke
2015-02-19
1
-5
/
+6
*
i965/fs: Use VARYING_SLOT checks rather than strcmp().
Kenneth Graunke
2015-02-19
1
-1
/
+1
*
i965/nir: Don't support gl_FrontFacing as an input variable
Jason Ekstrand
2015-02-14
1
-3
/
+0
*
i965/nir: Add support for nir_intrinsic_load_front_face
Jason Ekstrand
2015-02-14
1
-1
/
+3
*
i965: Shut up a compiler warning about uninitialized var.
Eric Anholt
2015-02-12
1
-1
/
+1
*
i965/fs: Fix saturate on MAD and LRP with the NIR backend.
Kenneth Graunke
2015-02-04
1
-2
/
+4
*
i965/nir: use redundant phi optimization
Connor Abbott
2015-02-03
1
-0
/
+2
*
i965/fs_nir: Get rid of get_alu_src
Jason Ekstrand
2015-02-03
1
-58
/
+75
*
i965/fs: Use NIR's scalarizing abilities and stop handling vectors
Jason Ekstrand
2015-02-03
1
-334
/
+161
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
1
-5
/
+3
*
i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.
Kenneth Graunke
2015-01-23
1
-0
/
+32
*
i965/nir: Print NIR on INTEL_DEBUG=fs.
Kenneth Graunke
2015-01-23
1
-0
/
+11
*
i965/nir: Do optimizations again just before lowering source mods.
Kenneth Graunke
2015-01-23
1
-13
/
+21
*
i965/nir: Use offset() instead of altering reg_offset directly.
Kenneth Graunke
2015-01-19
1
-59
/
+32
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
1
-13
/
+14
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-9
/
+9
[next]