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_vec4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
1
-1
/
+4
*
i965/vs: Rework the logic for generating NIR from ARB vertex programs
Jason Ekstrand
2015-05-28
1
-12
/
+11
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-2
/
+2
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
1
-1
/
+2
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-1
/
+1
*
i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
Francisco Jerez
2015-05-04
1
-0
/
+41
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+10
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+2
*
i965/vec4: Add support for untyped surface message sends from GRF.
Francisco Jerez
2015-05-04
1
-3
/
+4
*
i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.
Jordan Justen
2015-05-02
1
-12
/
+1
*
i965: Unhardcode a few more stage names and abbreviations.
Kenneth Graunke
2015-04-30
1
-4
/
+2
*
i965/vs: Remove unnecessary NULL check on generate_code() result.
Kenneth Graunke
2015-04-27
1
-2
/
+1
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-11
/
+11
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-3
/
+14
*
i965: Check the INTEL_USE_NIR environment variable once at context creation
Jason Ekstrand
2015-04-03
1
-1
/
+3
*
i965/nir: Use NIR for ARB_vertex_program support on Gen8+.
Kenneth Graunke
2015-03-27
1
-4
/
+10
*
i965: Drop unnecessary brw->gen >= 8 check from scalar VS code.
Kenneth Graunke
2015-03-25
1
-1
/
+1
*
i965/vec4: Define helpers to calculate the common live interval of a range of...
Francisco Jerez
2015-03-23
1
-4
/
+2
*
i965/vec4: Fix handling of multiple register reads and writes in split_virtua...
Francisco Jerez
2015-03-23
1
-9
/
+6
*
i965/vec4: Fix handling of multiple register reads and writes in opt_register...
Francisco Jerez
2015-03-23
1
-14
/
+10
*
i965/vec4: Some more trivial swizzle clean-up.
Francisco Jerez
2015-03-23
1
-6
/
+2
*
i965/vec4: Improve src_reg/dst_reg conversion constructors.
Francisco Jerez
2015-03-23
1
-26
/
+2
*
i965/vec4: Pass argument by reference to src_reg/dst_reg conversion construct...
Francisco Jerez
2015-03-23
1
-2
/
+2
*
i965/vec4: Remove swizzle_for_size() in favour of brw_swizzle_for_size().
Francisco Jerez
2015-03-23
1
-21
/
+1
*
i965/vec4: Simplify opt_register_coalesce() using the swizzle utils.
Francisco Jerez
2015-03-23
1
-26
/
+7
*
i965/vec4: Simplify reswizzle() using the swizzle utils.
Francisco Jerez
2015-03-23
1
-29
/
+11
*
i965/vec4: Simplify opt_reduce_swizzle() using the swizzle utils.
Francisco Jerez
2015-03-23
1
-44
/
+7
*
i965/vec4: Fix signedness of dst_reg::writemask.
Francisco Jerez
2015-03-23
1
-1
/
+1
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-1
/
+2
*
i965/vec4: Handle saturate in dump_instruction().
Matt Turner
2015-03-05
1
-0
/
+2
*
i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.
Francisco Jerez
2015-02-19
1
-1
/
+2
*
i965: Optimize multiplication by -1 into a negated MOV.
Matt Turner
2015-02-15
1
-0
/
+5
*
i965: Quiet another compiler warning about uninitialized values.
Eric Anholt
2015-02-12
1
-2
/
+2
*
i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
i965/vec4: Init mlen for several send from GRF instructions.
Francisco Jerez
2015-02-10
1
-1
/
+3
*
i965/vec4: Fix the scheduler to take into account reads and writes of multipl...
Francisco Jerez
2015-02-10
1
-0
/
+18
*
i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...
Francisco Jerez
2015-02-10
1
-1
/
+1
*
i965/vec4: Implement equals() method for dst_reg too.
Francisco Jerez
2015-02-10
1
-0
/
+16
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-2
/
+9
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-10
/
+10
*
i965/vec4: Correct MUL destination hazard
Ben Widawsky
2015-02-06
1
-4
/
+4
*
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2015-01-23
1
-0
/
+12
*
i965/vec4: Make sure that imm writes are to registers in the same file.
Matt Turner
2015-01-15
1
-2
/
+8
*
i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.
Kenneth Graunke
2015-01-14
1
-1
/
+1
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
1
-1
/
+1
*
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2015-01-04
1
-1
/
+3
*
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2015-01-03
1
-1
/
+1
*
i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-03
1
-8
/
+12
*
i965/vec4: Do separate copy followed by constant propagation after opt_vector...
Matt Turner
2014-12-29
1
-1
/
+2
[prev]
[next]