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/fs: Fix FB writes that tried to use the non-existent m16 register.
Kenneth Graunke
2012-04-27
1
-1
/
+4
*
i965/fs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-6
/
+21
*
i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.
Eric Anholt
2012-04-19
1
-0
/
+2
*
i965/fs: Avoid generating extra AND instructions on bool logic ops.
Eric Anholt
2012-04-11
1
-22
/
+14
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
1
-12
/
+22
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
Kenneth Graunke
2012-03-30
1
-0
/
+3
*
i965: Enable SIMD16 mode for shaders with loops on Gen6+.
Kenneth Graunke
2012-03-14
1
-1
/
+1
*
i965: Make the dummy fragment shader work in SIMD16 mode.
Kenneth Graunke
2012-02-18
1
-5
/
+7
*
i965: Fix GPU hangs in the dummy fragment shader.
Kenneth Graunke
2012-02-18
1
-0
/
+2
*
i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
Kenneth Graunke
2012-02-15
1
-0
/
+6
*
i965/fs: Add support for generating MADs.
Eric Anholt
2012-02-10
1
-0
/
+41
*
i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.
Eric Anholt
2012-02-07
1
-5
/
+49
*
i965/fs: Move GL_CLAMP handling to coordinate setup.
Eric Anholt
2012-02-07
1
-29
/
+21
*
i965/fs: Fix GPU hangs with 16-wide integer div/mod on gen7.
Eric Anholt
2012-01-09
1
-0
/
+6
*
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
2011-12-19
1
-13
/
+13
*
i965/fs: Factor out texture offset bitfield computation.
Kenneth Graunke
2011-12-19
1
-18
/
+1
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-15
/
+15
*
i965/fs: Don't swizzle the results of textureSize().
Kenneth Graunke
2011-12-18
1
-0
/
+3
*
i965/fs: Fix regression in fbo-alphatest-nocolor.
Eric Anholt
2011-11-30
1
-1
/
+1
*
i965/fs: Add support for user-defined out variables.
Eric Anholt
2011-11-09
1
-31
/
+35
*
i965/fs: Preserve the source register type when doing color writes.
Eric Anholt
2011-11-09
1
-4
/
+7
*
i965/fs: Use the actual hardware g0 register for texel offset setup.
Kenneth Graunke
2011-10-28
1
-1
/
+1
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-10
/
+19
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+25
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-2
/
+6
*
i965/fs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
i965: Allow SIMD16 color writes on Ivybridge.
Kenneth Graunke
2011-09-28
1
-1
/
+1
*
i965/fs: Allow SIMD16 with control flow on Ivybridge.
Kenneth Graunke
2011-09-28
1
-1
/
+1
*
i965: Fix compiler warnings.
Eric Anholt
2011-09-20
1
-6
/
+4
*
i965/fs: Implement texelFetch() on Gen4.
Kenneth Graunke
2011-09-19
1
-4
/
+13
*
i965/fs: Implement texelFetch() on Ivybridge.
Kenneth Graunke
2011-09-19
1
-4
/
+21
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
1
-2
/
+9
*
i965/fs: Implement ir_u2f opcode.
Kenneth Graunke
2011-09-07
1
-1
/
+1
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-3
/
+3
*
i965: Avoid generating MOVs for most ir_assignment handling.
Kenneth Graunke
2011-08-29
1
-0
/
+43
*
i965/fs: Revert "Avoid generating MOVs for assignments for expressions."
Kenneth Graunke
2011-08-29
1
-73
/
+9
*
i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.
Eric Anholt
2011-08-23
1
-1
/
+2
*
i965: Implement textureSize (TXS) on Gen4.
Kenneth Graunke
2011-08-23
1
-5
/
+18
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-7
/
+21
*
i965/fs: Rudimentary support for non-floating point texture results.
Kenneth Graunke
2011-08-23
1
-1
/
+1
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-1
/
+5
*
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
Kenneth Graunke
2011-08-19
1
-1
/
+1
*
i965/fs: Fix 32-bit integer multiplication.
Eric Anholt
2011-08-17
1
-1
/
+17
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-10
/
+10
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
1
-3
/
+1
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-8
/
+8
*
i965/fs: Respect ARB_color_buffer_float clamping.
Eric Anholt
2011-07-28
1
-6
/
+15
*
i965/gen4: Fix message parameter loading for 1D TXD sampling.
Kenneth Graunke
2011-07-28
1
-2
/
+4
[next]