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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Define logical texture sampling opcodes.
Francisco Jerez
2015-07-29
1
-0
/
+92
*
i965/fs: Implement lowering of logical framebuffer writes.
Francisco Jerez
2015-07-29
1
-1
/
+136
*
i965/fs: Hook up SIMD lowering to unroll FB writes of unsupported width.
Francisco Jerez
2015-07-29
1
-0
/
+9
*
i965/fs: Define logical framebuffer write opcode.
Francisco Jerez
2015-07-29
1
-0
/
+35
*
i965/fs: Implement pass to lower instructions of unsupported SIMD width.
Francisco Jerez
2015-07-29
1
-0
/
+143
*
i965/fs: Fix return value of fs_inst::regs_read() for BAD_FILE.
Francisco Jerez
2015-07-29
1
-0
/
+1
*
i965/fs: Add stub lowering pass for logical send-message opcodes.
Francisco Jerez
2015-07-29
1
-1
/
+28
*
i965/fs: Factor out source components calculation to a separate method.
Francisco Jerez
2015-07-29
1
-10
/
+23
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+2
*
i965/fs: Fix stride field for uniforms.
Francisco Jerez
2015-07-21
1
-0
/
+6
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
1
-0
/
+3
*
i965/fs: fix regs_read() for LINTERP
Connor Abbott
2015-07-17
1
-1
/
+2
*
i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-07-16
1
-0
/
+3
*
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
2015-07-16
1
-8
/
+13
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
1
-3
/
+3
*
i965/fs: Fix PIXEL_X/Y in regs_read()
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-53
/
+9
*
i965/fs: Use exec_size instead of dst.width for computing component size
Jason Ekstrand
2015-06-30
1
-3
/
+3
*
i965/fs: Use the builder dispatch width instead of dst.width for pull constants
Jason Ekstrand
2015-06-30
1
-4
/
+4
*
i965/fs: Remove exec_size guessing from fs_inst::init()
Jason Ekstrand
2015-06-30
1
-22
/
+0
*
i965/fs: Use exec_size for determining regs read/written and partial writes
Jason Ekstrand
2015-06-30
1
-3
/
+3
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
1
-28
/
+2
*
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
[prev]
[next]