i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
[mesa.git] / src / mesa / drivers / dri / i965 /
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-04-03 Carl Worthi965: Split out per-stage dirty-bit checking into separ...
2015-04-03 Carl Worthi965: Split out brw_<stage>_populate_key into their...
2015-04-02 Jason Ekstrandi965/generator: Get rid of the ! in the unreachable...
2015-04-01 Matt Turneri965/fs: Relax type check in cmod propagation.
2015-04-01 Jason Ekstrandi965: Use the same nir options for all gens
2015-04-01 Jason Ekstrandi965/nir: Run DCE again before going out of SSA
2015-04-01 Jason Ekstrandi965/nir: Run the ffma peephole after the rest of the...
2015-04-01 Jason Ekstrandnir: Add a dedicated ffma peephole optimization
2015-04-01 Jason Ekstrandnir/algebraic: Add a seperate section for "late" optimi...
2015-04-01 Iago Toral Quirogai965: Handle scratch accesses where reladdr also points...
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
2015-03-31 Jordan Justeni965/state: Remove brw->state.dirty
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.mesa
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-31 Jordan Justeni965/state: Add compute pipeline with empty atom lists
2015-03-31 Jordan Justeni965/state: Only upload render programs for render...
2015-03-31 Jordan Justeni965/state: Create separate dirty state bits for each...
2015-03-31 Jordan Justeni965/state: Support multiple pipelines in brw->num_atoms
2015-03-31 Jordan Justeni965/state: Rename brw_clear_dirty_bits to brw_render_s...
2015-03-31 Jordan Justeni965/state: Rename brw_upload_state to brw_upload_rende...
2015-03-31 Matt Turneri965/fs: Allow CSE to handle MULs with negated arguments.
2015-03-31 Matt Turneri965: Mark brw_inst_bits' brw_inst* parameter const.
2015-03-31 Neil Robertsi965/skl: Avoid using the 1D stencil layout for stencil...
2015-03-28 Kenneth Graunkei965/nir: Use NIR for ARB_vertex_program support on...
2015-03-28 Kenneth Graunkei965: Move env_var_as_boolean to intel_debug.c.
2015-03-28 Kenneth Graunkei965/fs: Add ARB_fragment_program support to the NIR...
2015-03-28 Ben Widawskyi965/skl: Don't use the PMA depth stall workaround
2015-03-28 Ben Widawskyi965/skl: Disable partial resolve in VC
2015-03-25 Kenneth Graunkei965: Drop unnecessary brw->gen >= 8 check from scalar...
2015-03-25 Kenneth Graunkei965/fs: Implement texture projection support.
2015-03-25 Kenneth Graunkei965/fs: Rename offset to tex_offset to avoid shadowing...
2015-03-24 Matt Turnerglsl: Allow vector logic ops to be generated.
2015-03-24 Emil Velikovi965: add the remaining files to the tarball
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Calculate live intervals with subregister...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Define helper functions to convert a registe...
2015-03-23 Francisco Jerezi965/vec4: Don't lose the force_writemask_all flag...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-23 Francisco Jerezi965/vec4: Remove dependency of vec4_live_variables...
2015-03-23 Francisco Jerezi965/vec4: Trivial copy propagate clean-up.
2015-03-23 Francisco Jerezi965/vec4: Add argument index and type checks to SEL...
2015-03-23 Francisco Jerezi965/vec4: Fix broken saturate mask check in copy propa...
2015-03-23 Francisco Jerezi965/vec4: Don't lose copy propagation saturate bits...
2015-03-23 Francisco JerezRevert "i965/vec4: Don't lose the saturate modifier...
2015-03-23 Francisco Jerezi965/vec4: Remove unused method definition.
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Improve src_reg/dst_reg conversion constructors.
2015-03-23 Francisco Jerezi965/vec4: Pass argument by reference to src_reg/dst_re...
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Remove broken vector size deduction in setup...
2015-03-23 Francisco Jerezi965/vec4: Simplify visitor handling of swizzles using...
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_register_coalesce() using the...
2015-03-23 Francisco Jerezi965/vec4: Simplify reswizzle() using the swizzle utils.
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_reduce_swizzle() using the...
2015-03-23 Francisco Jerezi965: Fix signedness of backend_reg::reg_offset.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of dst_reg::writemask.
2015-03-23 Francisco Jerezi965/vec4: Don't use GL types in the IR data structures.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of brw_is_single_value_swizzl...
2015-03-23 Francisco Jerezi965: Define some useful swizzle helper functions.
2015-03-23 Jason Ekstrandi965/nir: Use signed integer type for booleans
2015-03-23 Jason Ekstrandi965/nir: Do boolean resolves on GEN <= 5
2015-03-23 Jason Ekstrandi965: Add a NIR analysis pass for determining when...
2015-03-23 Jason Ekstrandi965/nir: Properly set the predicate on the SEL used...
2015-03-23 Jason Ekstrandi965/nir: Use NIR lowering for ffma for gen < 6
2015-03-23 Jason Ekstrandi965/nir: Use emit_lrp for emitting flrp
2015-03-23 Jason Ekstrandi965/fs: Make emit_lrp return an fs_inst
2015-03-22 Dave Airliei965: define I915_PARAM_REVISION
2015-03-20 Ian Romanicki965/fs: Use correct null destination register in cmod...
2015-03-20 Connor Abbotti965/fs: bail on move-to-flag in sel peephole
2015-03-20 Francisco Jerezi965: Mask out unused Align16 components in brw_untyped...
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Don't disable exec masking for sampler message...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-03-20 Kenneth Graunkei965/skl: Break down SIMD16 3-source instructions when...
2015-03-20 Neil Robertsi965: Refactor SIMD16-to-2xSIMD8 checks.
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-19 Kenneth Graunkei965/fp: Emit discard jumps.
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-19 Matt Turneri965/fs: Ignore type in cmod prop if scan_inst is CMP.
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-18 Chris Wilsoni965: Defer the throttle until we submit new commands
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-17 Ian Romanicki965/fs: Apply gl_FrontFacing ? -1 : 1 optimization...
2015-03-17 Ian Romanicki965/fs: Change try_opt_frontfacing_ternary to eliminat...
2015-03-17 Ian Romanicki965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly...
2015-03-17 Matt Turneri965: Mark paths in linear <-> tiled functions as unrea...
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
next