index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
23.3
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/23.2
staging/23.3
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
i965: Don't copy propagate bitcasts with source modifiers.
Matt Turner
1
-0
/
+14
2013-07-09
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
1
-32
/
+30
2013-07-09
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
1
-1
/
+1
2013-07-09
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
1
-2
/
+2
2013-07-09
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
1
-3
/
+3
2013-06-21
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
1
-1
/
+0
2013-06-04
i965: fix problem with constant out of bounds access (v3)
Dave Airlie
1
-1
/
+14
2013-05-29
Revert "i965: fix problem with constant out of bounds access (v2)"
Kenneth Graunke
1
-11
/
+1
2013-05-30
i965: fix problem with constant out of bounds access (v2)
Dave Airlie
1
-1
/
+11
2013-05-09
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
1
-10
/
+11
2013-05-06
i965/fs: Add support for bit instructions.
Matt Turner
1
-0
/
+7
2013-05-02
i965: Share the register file enum between the two backends.
Eric Anholt
1
-6
/
+6
2013-05-02
i965: Make dump_instructions be a virtual method of the visitor.
Eric Anholt
1
-12
/
+3
2013-04-29
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
1
-0
/
+6
2013-04-29
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
1
-45
/
+0
2013-04-30
i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
Chris Forbes
1
-9
/
+17
2013-04-25
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
1
-1
/
+1
2013-04-12
i965: Silence one more compile warning.
Eric Anholt
1
-0
/
+1
2013-04-12
i965: Fix an unused variable warning in the release build.
Eric Anholt
1
-1
/
+0
2013-04-12
i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.
Eric Anholt
1
-4
/
+4
2013-04-12
i965/fs: Add basic-block-level dead code elimination.
Eric Anholt
1
-0
/
+160
2013-04-12
i965/fs: Remove incorrect note of writing attr in centroid workaround.
Eric Anholt
1
-1
/
+1
2013-04-12
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
1
-14
/
+20
2013-04-11
i965: NULL check prog on shader compilation failure.
Matt Turner
1
-4
/
+6
2013-04-11
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
1
-4
/
+4
2013-04-04
i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.
Kenneth Graunke
1
-12
/
+0
2013-04-04
i965: Remove fixed-function texture projection avoidance optimization.
Kenneth Graunke
1
-25
/
+18
2013-04-01
i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
Eric Anholt
1
-48
/
+44
2013-04-01
i965/fs: Don't double-emit SEND dependency workarounds at control flow.
Eric Anholt
1
-0
/
+2
2013-04-01
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
1
-19
/
+10
2013-04-01
i965/fs: Improve performance of varying-index uniform loads on IVB.
Eric Anholt
1
-5
/
+24
2013-04-01
i965/fs: Avoid inappropriate optimization with regs_written > 1.
Eric Anholt
1
-0
/
+6
2013-04-01
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
1
-1
/
+4
2013-04-01
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
1
-7
/
+9
2013-04-01
i965/fs: Remove creation of a MOV instruction that's never used.
Eric Anholt
1
-1
/
+0
2013-03-29
i965: Fix INTEL_DEBUG=shader_time for fragment shaders with discards.
Kenneth Graunke
1
-0
/
+2
2013-03-29
i965: Add names for all instructions to dump_instruction() in FS and VS.
Eric Anholt
1
-19
/
+1
2013-03-29
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
1
-1
/
+3
2013-03-28
i965/fs: Include everything but the final FB write in shader_time.
Eric Anholt
1
-3
/
+0
2013-03-28
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
1
-13
/
+16
2013-03-28
i965: Track ARB program state along with GLSL state for shader_time.
Eric Anholt
1
-12
/
+2
2013-03-24
i965/fs: Rename vp_outputs_written to input_slots_valid.
Paul Berry
1
-3
/
+3
2013-03-19
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
1
-0
/
+6
2013-03-15
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
1
-12
/
+12
2013-03-15
Get rid of _mesa_vert_result_to_frag_attrib().
Paul Berry
1
-8
/
+4
2013-03-15
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
1
-4
/
+4
2013-03-15
i965: Change fragment input related bitfields to 64-bit.
Paul Berry
1
-3
/
+4
2013-03-14
i965: Split shader_time entries into separate cachelines.
Eric Anholt
1
-1
/
+1
2013-03-11
i965/fs: Also do the gen4 SEND dependency workaround against other SENDs.
Eric Anholt
1
-9
/
+15
2013-03-11
i965/fs: Switch to using sampler LD messages for uniform pull constants.
Eric Anholt
1
-18
/
+21
[next]