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: Detect GRF sources in split_virtual_grfs send-from-GRF code.
Kenneth Graunke
2013-08-30
1
-1
/
+5
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
1
-0
/
+1
*
i965: Shorten sampler loops in precompile key setup.
Kenneth Graunke
2013-08-20
1
-1
/
+2
*
i965: Don't copy propagate bitcasts with source modifiers.
Matt Turner
2013-08-16
1
-0
/
+14
*
i965/fs: Add dump_instruction() support for ARF destinations.
Kenneth Graunke
2013-08-12
1
-0
/
+6
*
i965/fs: Remove extraneous newline in dump_instruction() for CMP.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Consider predicated SEL instructions as whole variable writes.
Kenneth Graunke
2013-08-12
1
-1
/
+1
*
i965/fs: Log a performance warning if skipping 16-wide due to pulls.
Kenneth Graunke
2013-08-12
1
-7
/
+11
*
i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3
Chris Forbes
2013-08-01
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-32
/
+30
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-1
/
+0
*
i965: fix problem with constant out of bounds access (v3)
Dave Airlie
2013-06-04
1
-1
/
+14
*
Revert "i965: fix problem with constant out of bounds access (v2)"
Kenneth Graunke
2013-05-29
1
-11
/
+1
*
i965: fix problem with constant out of bounds access (v2)
Dave Airlie
2013-05-30
1
-1
/
+11
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-10
/
+11
*
i965/fs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+7
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
1
-6
/
+6
*
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
2013-05-02
1
-12
/
+3
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
1
-0
/
+6
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
1
-45
/
+0
*
i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
Chris Forbes
2013-04-30
1
-9
/
+17
*
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
2013-04-25
1
-1
/
+1
*
i965: Silence one more compile warning.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965: Fix an unused variable warning in the release build.
Eric Anholt
2013-04-12
1
-1
/
+0
*
i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.
Eric Anholt
2013-04-12
1
-4
/
+4
*
i965/fs: Add basic-block-level dead code elimination.
Eric Anholt
2013-04-12
1
-0
/
+160
*
i965/fs: Remove incorrect note of writing attr in centroid workaround.
Eric Anholt
2013-04-12
1
-1
/
+1
*
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
2013-04-12
1
-14
/
+20
*
i965: NULL check prog on shader compilation failure.
Matt Turner
2013-04-11
1
-4
/
+6
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-4
/
+4
*
i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.
Kenneth Graunke
2013-04-04
1
-12
/
+0
*
i965: Remove fixed-function texture projection avoidance optimization.
Kenneth Graunke
2013-04-04
1
-25
/
+18
*
i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
1
-48
/
+44
*
i965/fs: Don't double-emit SEND dependency workarounds at control flow.
Eric Anholt
2013-04-01
1
-0
/
+2
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
1
-19
/
+10
*
i965/fs: Improve performance of varying-index uniform loads on IVB.
Eric Anholt
2013-04-01
1
-5
/
+24
*
i965/fs: Avoid inappropriate optimization with regs_written > 1.
Eric Anholt
2013-04-01
1
-0
/
+6
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
1
-1
/
+4
*
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
2013-04-01
1
-7
/
+9
*
i965/fs: Remove creation of a MOV instruction that's never used.
Eric Anholt
2013-04-01
1
-1
/
+0
*
i965: Fix INTEL_DEBUG=shader_time for fragment shaders with discards.
Kenneth Graunke
2013-03-29
1
-0
/
+2
*
i965: Add names for all instructions to dump_instruction() in FS and VS.
Eric Anholt
2013-03-29
1
-19
/
+1
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
1
-1
/
+3
*
i965/fs: Include everything but the final FB write in shader_time.
Eric Anholt
2013-03-28
1
-3
/
+0
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
1
-13
/
+16
*
i965: Track ARB program state along with GLSL state for shader_time.
Eric Anholt
2013-03-28
1
-12
/
+2
*
i965/fs: Rename vp_outputs_written to input_slots_valid.
Paul Berry
2013-03-24
1
-3
/
+3
[next]