OSDN Git Service

i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
[android-x86/external-mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-28 Matt Turneri965/fs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/fs: Remove duplicate scan_inst->mlen check
2013-02-22 Eric Anholti965/fs: Fix broken math on values loaded from uniform...
2013-02-19 Eric Anholti965/fs: Delay setup of uniform loads until after pre...
2013-02-19 Eric Anholti965/fs: Add a bit more instruction dumping useful...
2013-02-15 Eric Anholti965/fs: Do a general SEND dependency workaround for...
2013-02-14 Eric Anholti965/fs: Use a helper function for checking for flow...
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-12 Kenneth Graunkei965: Add an INTEL_DEBUG=no16 option.
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
2012-12-15 Eric Anholti965/fs: Drop an unnecessary _safe on a list walk.
2012-12-15 Eric Anholti965/fs: Add a note explaining a detail of register_coa...
2012-12-14 Eric Anholti965/fs: Move the failure for gen7 16-wide intdiv to...
2012-12-14 Chris Forbesi965: fs: fix gen6+ math operands in one place
2012-12-14 Eric Anholti965/fs: Set up gen7 UBO loads as sends from GRFs.
2012-12-14 Eric Anholti965/fs: Schedule instructions both before and after...
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-14 Eric Anholti965: Adjust the split between shader_time_end() and...
2012-12-11 Eric Anholti965/fs: Rewrite discards to use a flag subreg to track...
2012-12-11 Eric Anholti965/fs: Add an instruction flag for choosing the flag...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965/fs: Add support for uniform array access with...
2012-12-05 Eric Anholti965/fs: Restrict optimization that would fail for...
2012-12-05 Eric Anholti965/fs: Allow source mods on gen7+ math.
2012-12-05 Eric Anholti965/fs: Add instruction emit for varying-index reads...
2012-12-05 Eric Anholti965/fs: Rename the existing pull constant load opcode.
2012-12-03 Eric Anholti965: Include codegen time in the INTEL_DEBUG=perf...
2012-12-03 Eric Anholti965: Don't leak the IR annotation into later instructions.
2012-11-30 Kenneth Graunkei965/fs: Add fs_reg::is_zero() and is_one(); use for...
2012-11-28 Eric Anholti965/fs: Add some minimal backend-IR dumping.
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Split final assembly code generation out of...
2012-11-27 Kenneth Graunkei965/fs: Move uses of brw_compile from do_wm_prog to...
2012-11-27 Kenneth Graunkei965/fs: Pass the brw_context pointer into fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Remove struct brw_shader * parameter to fs_vis...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
2012-11-20 Eric Anholti965/fs: Add helper functions for IF and CMP and use...
2012-11-20 Eric Anholti965/fs: Add helper functions for generating ALU ops...
2012-11-17 Kenneth Graunkei965/fs: Properly patch special values during VGRF...
2012-11-15 Kenneth Graunkei965/fs: Don't calculate_live_intervals() in opt_algebr...
2012-11-04 Eric Anholti965/fs: Do dead code elimination just after copy propa...
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-16 Kenneth Graunkei965/fs: Fix segfault when using INTEL_DEBUG=perf with...
2012-10-08 Eric Anholti965/fs: Move constant propagation to the same codebase...
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-10-08 Eric Anholti965/fs: Add a couple more algebraic cases that help...
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-09-11 Kenneth Graunkei965: Remove incorrect comment above opt_algebraic.
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-08-31 Kenneth Graunkei965/fs: Don't use brw->fragment_program in calculate_u...
2012-08-27 Kenneth Graunkei965/fs: Assume shadow sampler swizzling is <X, X,...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-27 Kenneth Graunkei965: Only set proj_attrib_mask for fixed function.
2012-08-27 Kenneth Graunkei965: Don't set vp_outputs_written in the WM program...
2012-08-26 Kenneth Graunkei965: Don't set iz_lookup the FS precompile's program...
2012-08-14 Eric Anholti965: Fix the scaling of seconds to ms in perf debug.
2012-08-13 Eric Anholti965: Add perf debug for stalls during shader compiles.
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-13 Eric Anholti965: Add INTEL_DEBUG=perf for failure to compile 16...
2012-08-09 Olivier Galiberti965/fs: Fix the FS inputs setup when some SF outputs...
2012-08-07 Eric Anholti965/fs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Replace usage is_tex() with regs_written(...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-06 Eric Anholti965/fs: Invalidate live intervals in passes that remov...
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-25 Paul Berryi965/fs: Refactor interpolation code to prepare for...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-20 Eric Anholti965: Move the old live interval analysis code next...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-03-07 Yuanhan Liui965: handle gl_PointCoord for Gen4 and Gen5 platforms
2012-02-14 Eric Anholti965: Report the failure message when failing to compil...
2012-01-27 Eric Anholtintel: Comment typo fix.
2012-01-09 Eric Anholti965/fs: Fix projector==1.0 optimization pre-gen6.
2011-12-29 Eric Anholti965/fs: Allow constant propagation into IF with embedd...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
next