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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
1
-163
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
1
-15
/
+21
*
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
2012-10-08
1
-0
/
+23
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
1
-0
/
+6
*
i965: Remove incorrect comment above opt_algebraic.
Kenneth Graunke
2012-09-10
1
-8
/
+0
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
1
-2
/
+0
*
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
2012-08-31
1
-1
/
+1
*
i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.
Kenneth Graunke
2012-08-27
1
-2
/
+8
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Only set proj_attrib_mask for fixed function.
Kenneth Graunke
2012-08-27
1
-1
/
+5
*
i965: Don't set vp_outputs_written in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
1
-4
/
+8
*
i965: Don't set iz_lookup the FS precompile's program key on Gen6+.
Kenneth Graunke
2012-08-25
1
-7
/
+10
*
i965: Fix the scaling of seconds to ms in perf debug.
Eric Anholt
2012-08-13
1
-1
/
+1
*
i965: Add perf debug for stalls during shader compiles.
Eric Anholt
2012-08-12
1
-0
/
+13
*
i965: Add performance debug for shader recompiles.
Eric Anholt
2012-08-12
1
-0
/
+6
*
i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.
Eric Anholt
2012-08-12
1
-1
/
+4
*
i965/fs: Fix the FS inputs setup when some SF outputs aren't used in the FS.
Olivier Galibert
2012-08-09
1
-1
/
+12
*
i965/fs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
1
-0
/
+5
*
i965/fs: Communicate the pull constant block read parameters through fs_regs.
Eric Anholt
2012-08-07
1
-2
/
+4
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
1
-27
/
+0
*
i965: Avoid unnecessary recompiles for shaders that don't use dFdy().
Paul Berry
2012-07-19
1
-7
/
+1
*
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
2012-07-18
1
-13
/
+12
*
i965/fs: Replace usage is_tex() with regs_written() checks.
Eric Anholt
2012-07-18
1
-9
/
+9
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
1
-5
/
+4
*
i965: Delete previous workaround for textureGrad with shadow samplers.
Kenneth Graunke
2012-07-12
1
-3
/
+0
*
i965/fs: Invalidate live intervals in passes that remove an instruction.
Eric Anholt
2012-07-06
1
-0
/
+6
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
1
-0
/
+239
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
1
-0
/
+12
*
i965/msaa: Add backend support for centroid interpolation.
Paul Berry
2012-06-25
1
-6
/
+15
*
i965/fs: Refactor interpolation code to prepare for adding centroid support.
Paul Berry
2012-06-25
1
-8
/
+15
*
i965: Compute dFdy() correctly for FBOs.
Paul Berry
2012-06-22
1
-0
/
+10
*
i965/fs: Do more register coalescing by using the interference graph.
Eric Anholt
2012-05-17
1
-0
/
+61
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
1
-0
/
+1
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
1
-0
/
+1
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
1
-1
/
+1
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-1
/
+2
*
i965: Move the old live interval analysis code next to the new live vars code.
Eric Anholt
2012-04-19
1
-122
/
+0
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
1
-0
/
+29
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
1
-0
/
+9
*
i965: Report the failure message when failing to compile the fragment shader.
Eric Anholt
2012-02-14
1
-0
/
+3
*
intel: Comment typo fix.
Eric Anholt
2012-01-27
1
-1
/
+1
*
i965/fs: Fix projector==1.0 optimization pre-gen6.
Eric Anholt
2012-01-09
1
-7
/
+3
*
i965/fs: Allow constant propagation into IF with embedded compare.
Eric Anholt
2011-12-29
1
-0
/
+1
*
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
2011-12-19
1
-2
/
+2
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-5
/
+5
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-3
/
+5
*
i965: Fix constant propagation into 32-bit integer MUL.
Paul Berry
2011-11-03
1
-1
/
+8
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
1
-2
/
+2
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
1
-3
/
+6
*
i965/fs: use determine_interpolation_mode().
Paul Berry
2011-10-27
1
-4
/
+4
[next]