index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Make better use of the builder in shader_time
Jason Ekstrand
2015-06-30
1
-6
/
+8
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
1
-17
/
+25
*
i965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
Jason Ekstrand
2015-06-30
1
-0
/
+5
*
i965/fs: Report the right value in fs_inst::regs_read() for PIXEL_X/Y
Jason Ekstrand
2015-06-30
1
-2
/
+9
*
i965/fs: Fix fs_inst::regs_read() for uniform pull constant loads
Jason Ekstrand
2015-06-30
1
-0
/
+6
*
i965/fs: Actually set/use the mlen for gen7 uniform pull constant loads
Jason Ekstrand
2015-06-30
1
-7
/
+12
*
i965/fs: Use a switch statement in fs_inst::regs_read()
Jason Ekstrand
2015-06-30
1
-22
/
+23
*
i965/vs: Move compute_clip_distance() out of emit_urb_writes().
Kenneth Graunke
2015-06-28
1
-1
/
+3
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-6
/
+6
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965/fs: Add a do_rep_send flag to run_fs
Jason Ekstrand
2015-06-23
1
-4
/
+5
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-37
/
+18
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-18
/
+10
*
i965/fs: Plumb compiler debug logging through brw_compiler
Jason Ekstrand
2015-06-23
1
-4
/
+9
*
i965/fs: Do the no16 perf logging directly in fs_visitor::no16()
Jason Ekstrand
2015-06-23
1
-11
/
+2
*
i965/fs: Make no16 non-variadic
Jason Ekstrand
2015-06-23
1
-10
/
+4
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-1
/
+2
*
i965: Replace some instances of brw->gen with devinfo->gen
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965/fs: Don't mess up stride for uniform integer multiplication.
Matt Turner
2015-06-23
1
-4
/
+16
*
i965/fs: Remove one more fixed brw_null_reg() from the visitor.
Francisco Jerez
2015-06-12
1
-1
/
+1
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
1
-284
/
+0
*
i965/fs: Migrate translation of NIR ALU instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+2
*
i965/fs: Migrate FS framebuffer writes to the IR builder.
Francisco Jerez
2015-06-09
1
-5
/
+4
*
i965/fs: Migrate FS discard handling to the IR builder.
Francisco Jerez
2015-06-09
1
-3
/
+3
*
i965/fs: Migrate FS gl_SamplePosition/ID computation code to the IR builder.
Francisco Jerez
2015-06-09
1
-25
/
+24
*
i965/fs: Migrate FS interpolation code to the IR builder.
Francisco Jerez
2015-06-09
1
-14
/
+14
*
i965/fs: Migrate shader time to the IR builder.
Francisco Jerez
2015-06-09
1
-34
/
+20
*
i965/fs: Migrate pull constant loads to the IR builder.
Francisco Jerez
2015-06-09
1
-25
/
+14
*
i965/fs: Migrate Gen4 send dependency workarounds to the IR builder.
Francisco Jerez
2015-06-09
1
-16
/
+10
*
i965/fs: Migrate lower_integer_multiplication to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+11
*
i965/fs: Migrate lower_load_payload to the IR builder.
Francisco Jerez
2015-06-09
1
-23
/
+11
*
i965/fs: Migrate opt_sampler_eot to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+3
*
i965/fs: Allocate a common IR builder object in fs_visitor.
Francisco Jerez
2015-06-09
1
-0
/
+11
*
i965/fs: Print mlen in dump_instructions() output.
Kenneth Graunke
2015-06-04
1
-0
/
+3
*
i965/fs: Remove the ir_visitor code
Jason Ekstrand
2015-05-28
1
-99
/
+0
*
i965: Make NIR non-optional for scalar shaders
Jason Ekstrand
2015-05-28
1
-22
/
+3
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-2
/
+2
*
i965/fs: Fix lowering of integer multiplication with cmod.
Matt Turner
2015-05-28
1
-0
/
+11
*
i965/fs: Fix implied_mrf_writes for scratch writes
Jason Ekstrand
2015-05-23
1
-1
/
+1
*
i965/fs: Implement integer multiply without mul/mach.
Matt Turner
2015-05-18
1
-28
/
+66
*
i965/fs: Support integer multiplication in SIMD16 on Haswell.
Matt Turner
2015-05-18
1
-5
/
+47
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
1
-0
/
+66
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
1
-2
/
+4
*
i965: Don't forget the force_sechalf flag in lower_load_payload().
Francisco Jerez
2015-05-12
1
-0
/
+1
*
i965/fs: Disable opt_sampler_eot for textureGather
Neil Roberts
2015-05-11
1
-0
/
+10
*
i965/fs: Improve a comment about stripping trailing zeroes
Neil Roberts
2015-05-08
1
-3
/
+6
*
i965/skl: In opt_sampler_eot always set destination register to null
Neil Roberts
2015-05-08
1
-1
/
+1
*
i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eot
Neil Roberts
2015-05-08
1
-0
/
+1
*
i965/fs_inst: Get rid of the effective_width field
Jason Ekstrand
2015-05-06
1
-25
/
+0
[next]