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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: fix alpha test for MRT
Chris Forbes
2013-07-06
1
-2
/
+1
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-3
/
+2
*
i965: fix problem with constant out of bounds access (v3)
Dave Airlie
2013-06-04
1
-0
/
+1
*
intel: initialize fs_visitor::params_remap in constructor
Frank Henigman
2013-05-30
1
-0
/
+2
*
i965: Shut up more compiler warnings from vector insert/extract changes.
Eric Anholt
2013-05-22
1
-0
/
+8
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-2
/
+2
*
i965/fs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+43
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
1
-1
/
+4
*
i965/fs: Don't save value returned by emit() if it's not used.
Matt Turner
2013-04-22
1
-11
/
+11
*
i965: Rename backend_visitor::prog to shader_prog.
Paul Berry
2013-04-11
1
-5
/
+7
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
1
-2
/
+5
*
i965/fs: Clean up the setup of gen4 simd16 message destinations.
Eric Anholt
2013-04-01
1
-5
/
+4
*
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
2013-04-01
1
-3
/
+2
*
i965/fs: Fix bad interaction between tex swizzles and textureQueryLOD.
Matt Turner
2013-04-01
1
-1
/
+1
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
1
-0
/
+6
*
i965/fs: Include everything but the final FB write in shader_time.
Eric Anholt
2013-03-28
1
-2
/
+15
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
i965/fs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-9
/
+47
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
1
-3
/
+32
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-02-19
1
-25
/
+3
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-1
/
+1
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-1
/
+2
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
1
-2
/
+17
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-2
/
+2
*
i965/fs: Don't mix integer/float immediates in i2b handling.
Kenneth Graunke
2013-01-12
1
-1
/
+3
*
i965/fs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
1
-1
/
+1
*
i965/fs: Remove the param_index/param_offset indirection.
Eric Anholt
2012-12-28
1
-7
/
+4
*
i965: Add a note about a bug from the no-recompile-on-sampler-updates change.
Eric Anholt
2012-12-28
1
-0
/
+4
*
i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy)
Eric Anholt
2012-12-14
1
-7
/
+12
*
i965/fs: Move the failure for gen7 16-wide intdiv to emit_math().
Eric Anholt
2012-12-14
1
-6
/
+0
*
i965: fs: Add fixup for textureSize on Gen6/7
Chris Forbes
2012-12-14
1
-0
/
+11
*
i965/fs: Set up gen7 UBO loads as sends from GRFs.
Eric Anholt
2012-12-14
1
-6
/
+26
*
i965: Make try_rewrite_rhs_to_dst compare VGRF size to regs written.
Kenneth Graunke
2012-12-12
1
-1
/
+1
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
1
-0
/
+14
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
1
-1
/
+11
*
i965/fs: Add support for uniform array access with a variable index.
Eric Anholt
2012-12-04
1
-10
/
+58
*
i965/fs: Conditionalize constant-index UBO load code and add comments.
Eric Anholt
2012-12-04
1
-28
/
+33
*
i965/fs: Rename the existing pull constant load opcode.
Eric Anholt
2012-12-04
1
-1
/
+1
*
i965/fs: Don't generate saturates over existing variable values.
Eric Anholt
2012-11-28
1
-0
/
+1
*
i965/fs: Move struct brw_compile (p) entirely inside fs_generator.
Kenneth Graunke
2012-11-26
1
-1
/
+0
*
i965/fs: Pass the brw_context pointer into fs_visitor explicitly.
Kenneth Graunke
2012-11-26
1
-2
/
+3
*
i965/fs: Move brw_wm_compile::fp to fs_visitor.
Kenneth Graunke
2012-11-26
1
-3
/
+5
*
i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.
Kenneth Graunke
2012-11-26
1
-2
/
+5
*
i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.
Kenneth Graunke
2012-11-26
1
-17
/
+18
*
i965/fs: Remove brw_wm_compile::computes_depth field.
Kenneth Graunke
2012-11-26
1
-1
/
+1
*
i965/fs: Add helper functions for IF and CMP and use them.
Eric Anholt
2012-11-20
1
-66
/
+21
*
i965/fs: Add helper functions for generating ALU ops, like in the VS.
Eric Anholt
2012-11-20
1
-150
/
+144
[next]