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: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
1
-1
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
1
-2
/
+1
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
1
-31
/
+21
*
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2012-10-08
1
-20
/
+14
*
i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.
Eric Anholt
2012-10-08
1
-6
/
+3
*
i965/fs: Initialize output_components[] by filling it with zeros.
Kenneth Graunke
2012-08-29
1
-0
/
+1
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
1
-11
/
+11
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
i965/fs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-14
/
+14
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
1
-9
/
+6
*
i965/msaa: Add sample-alpha-to-coverage support for multiple render targets
Anuj Phogat
2012-08-23
1
-2
/
+28
*
i965/fs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
1
-1
/
+42
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+4
*
i965/fs: Don't clobber sampler message MRFs with subexpressions.
Kenneth Graunke
2012-08-06
1
-70
/
+68
*
i965/fs: Factor out texcoord setup into a helper function.
Kenneth Graunke
2012-08-06
1
-11
/
+27
*
i965/fs: Move message header and texture offset setup to generate_tex().
Kenneth Graunke
2012-08-06
1
-21
/
+5
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
1
-5
/
+0
*
i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.
Paul Berry
2012-07-20
1
-3
/
+1
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
1
-1
/
+1
*
i965: Always emit alpha when nr_color_buffers == 0.
Kenneth Graunke
2012-07-12
1
-7
/
+5
*
i965: Delete previous workaround for textureGrad with shadow samplers.
Kenneth Graunke
2012-07-12
1
-57
/
+5
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
1
-0
/
+61
*
i965/fs: Fix conversions float->bool, int->bool
Chad Versace
2012-06-25
1
-7
/
+7
*
i965: Add support for ir_unop_f2u to i965 backend.
Paul Berry
2012-06-15
1
-0
/
+1
*
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
2012-06-07
1
-0
/
+7
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-06-05
1
-2
/
+8
*
i965/fs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-12
/
+28
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-1
/
+57
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
1
-2
/
+3
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
1
-1
/
+1
*
i965/fs: Fix regression in comparison handling from ANDs change.
Eric Anholt
2012-05-04
1
-0
/
+17
*
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
[next]