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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
1
-2
/
+1
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
1
-1
/
+1
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
1
-2
/
+28
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
1
-0
/
+2
*
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2012-10-08
1
-1
/
+2
*
i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.
Eric Anholt
2012-10-08
1
-1
/
+1
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
1
-6
/
+3
*
i965/fs: Communicate the pull constant block read parameters through fs_regs.
Eric Anholt
2012-08-07
1
-1
/
+3
*
i965/fs: Don't clobber sampler message MRFs with subexpressions.
Kenneth Graunke
2012-08-06
1
-0
/
+3
*
i965/fs: Factor out texcoord setup into a helper function.
Kenneth Graunke
2012-08-06
1
-0
/
+1
*
i965/fs: Move message header and texture offset setup to generate_tex().
Kenneth Graunke
2012-08-06
1
-0
/
+1
*
i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.
Paul Berry
2012-07-20
1
-1
/
+0
*
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
2012-07-18
1
-0
/
+1
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
1
-1
/
+1
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
1
-278
/
+26
*
i965/fs: Move copy propagation test out to a separate function.
Eric Anholt
2012-07-03
1
-0
/
+4
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
1
-0
/
+1
*
i965/msaa: Add backend support for centroid interpolation.
Paul Berry
2012-06-25
1
-1
/
+2
*
i965/fs: Refactor interpolation code to prepare for adding centroid support.
Paul Berry
2012-06-25
1
-0
/
+2
*
i965: Compute dFdy() correctly for FBOs.
Paul Berry
2012-06-22
1
-1
/
+2
*
i965/fs: Fix user-defined FS outputs with less than four components.
Kenneth Graunke
2012-06-05
1
-0
/
+1
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+1
*
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2012-05-17
1
-0
/
+1
*
Revert "i965/fs: Jump from discard statements to the end of the program when ...
Eric Anholt
2012-05-14
1
-22
/
+0
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
1
-0
/
+3
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
1
-0
/
+4
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
1
-14
/
+14
*
i965/fs: Fix regression in comparison handling from ANDs change.
Eric Anholt
2012-05-04
1
-0
/
+1
*
i965: Add basic block generator.
Eric Anholt
2012-04-19
1
-0
/
+4
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
1
-0
/
+3
*
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2012-03-16
1
-0
/
+22
*
i965/fs: Add a new fs_inst::regs_written function.
Kenneth Graunke
2012-02-15
1
-0
/
+12
*
i965/fs: Add support for generating MADs.
Eric Anholt
2012-02-10
1
-0
/
+1
*
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
2012-01-30
1
-0
/
+2
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-5
/
+5
*
i965/fs: Make register file enum 0 be the undefined register file.
Eric Anholt
2011-11-30
1
-6
/
+6
*
i965/fs: Add support for user-defined out variables.
Eric Anholt
2011-11-09
1
-4
/
+4
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-0
/
+7
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-2
/
+2
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-2
/
+2
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-1
/
+2
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-0
/
+2
*
i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.
Kenneth Graunke
2011-09-26
1
-1
/
+10
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
1
-0
/
+1
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-2
/
+2
*
i965: Avoid generating MOVs for most ir_assignment handling.
Kenneth Graunke
2011-08-29
1
-0
/
+5
*
i965/fs: Revert "Avoid generating MOVs for assignments for expressions."
Kenneth Graunke
2011-08-29
1
-4
/
+1
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-1
/
+2
[next]