i965: Return NONE from brw_swap_cmod on unknown input.
[mesa.git] / src / mesa / drivers / dri / i965 /
2014-08-12 Matt Turneri965: Return NONE from brw_swap_cmod on unknown input.
2014-08-12 Neil Robertsi965: Enable the GL_ARB_texture_compression_bptc extension
2014-08-11 Kenneth Graunkei965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f...
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-08-11 Marek Olšákmesa: make _mesa_override_glsl_version context-independent
2014-08-11 Jason Ekstrandi965/cse: Don't eliminate instructions with side-effects
2014-08-11 Jason Ekstrandi965: Add support for ARB_copy_image
2014-08-11 Matt Turneri965/fs: Keep track of the register that hold delta_x...
2014-08-11 Matt Turneri965: Mark branch unreachable in sampler state code.
2014-08-11 Neil Robertsi965: Don't check for format differences when using...
2014-08-11 Kenneth Graunkei965/eu: Allow math on immediates on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Update jump distance scaling for Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-11 Kenneth Graunkei965/eu: Set UIP on ELSE instructions on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_patch_break_count only...
2014-08-11 Kenneth Graunkei965/eu: Make it clear that brw_find_loop_end only...
2014-08-11 Kenneth Graunkei965/eu: Port Broadwell CMP destination type hack to...
2014-08-11 Kenneth Graunkei965/eu: Explicitly disable instruction compaction...
2014-08-11 Kenneth Graunkei965/eu: Use Haswell atomic messages on Broadwell.
2014-08-11 Kenneth Graunkei965/eu: Change gen == 7 to gen >= 7 in a couple brw_eu...
2014-08-11 Ben Widawskyi965/clip: Removing scissor atom
2014-08-11 Ben Widawskyi965/guardband: Enable for all viewport dimensions...
2014-08-11 Ben Widawskyi965: Simplify viewport extents programming on GEN8
2014-08-11 Ben Widawskyi965/guardband: Improve comments for guardband clipping
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-10 Connor Abbotti965/fs: set virtual_grf_count in assign_regs()
2014-08-10 Connor Abbotti965/fs: don't read from uninitialized memory while...
2014-08-10 Matt Turneri965/fs: Fix bad whitespace.
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4/Gen8: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4/Gen4-7: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-09 Chris Forbesi965/fs/Gen8: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-09 Chris Forbesi965/blorp: Put sampler index in src1 of texture ops
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen5...
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen4...
2014-08-08 Kenneth Graunkei965: Emit a performance warning on conditional rendering.
2014-08-08 Kenneth Graunkei965: Set ExecSize to 16 for loop instructions in SIMD1...
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-08 Kenneth Graunkei965/eu: Drop redundant brw_set_src0/brw_set_dest from...
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-07 Kenneth Graunkei965/clip: Fix brw_clip_unfilled.c/compute_offset's...
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-02 Kenneth Graunkei965: Delete stale "pre-gen4" comment in texture valida...
2014-08-02 Kenneth Graunkei965: Delete sampler state structures.
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-08-02 Kenneth Graunkei965: Drop sizeof(struct brw_sampler_state) from estima...
2014-08-02 Kenneth Graunkei965: Make BLORP use brw_emit_sampler_state().
2014-08-02 Kenneth Graunkei965: Delete redundant sampler state dumping code.
2014-08-02 Kenneth Graunkei965: Make some brw_sampler_state.c functions static...
2014-08-02 Kenneth Graunkei965: Stop using gen7_update_sampler_state; rm gen7_sam...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state use 8 bits for...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state() use brw_emit_samp...
2014-08-02 Kenneth Graunkei965: Introduce a function to emit a SAMPLER_STATE...
2014-08-02 Kenneth Graunkei965: Add const to upload_default_color's sampler param...
2014-08-02 Kenneth Graunkei965: Add #defines for SAMPLER_STATE fields.
2014-08-02 Kenneth Graunkei965: Convert wrap mode #defines to an enum.
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Make brw_upload_sampler_state_table handle Gen7...
2014-08-02 Kenneth Graunkei965: Shift brw_upload_sampler_state_table away from...
2014-08-02 Kenneth Graunkei965: Push computation for sampler state batch offsets...
2014-08-02 Kenneth Graunkei965: Drop unused 'ss_index' parameter from gen7_update...
2014-08-02 Kenneth Graunkei965: Stop storing sdc_offset in brw_stage_state.
2014-08-02 Kenneth Graunkei965: Drop the degenerate brw_sampler_default_color...
2014-08-02 Kenneth Graunkei965: Write a better file comment for brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_S...
2014-08-01 Jordan Justeni965/miptree: Layout 1D Array as 2D Array with height...
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-23 Jason Ekstrandi965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_I...
2014-07-23 Kenneth Graunkei965/fs: Set LastRT on the final FB write on Broadwell.
2014-07-23 Kenneth Graunkei965: Port INTEL_DEBUG=optimizer to the vec4 backend.
2014-07-23 Kenneth Graunkei965: Save the gl_shader_stage enum in backend_visitor.
2014-07-23 Kenneth Graunkei965: Don't print WE_normal in disassembly.
2014-07-23 Neil Robertsmeta: Add a meta implementation of GL_ARB_clear_texture
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-07-21 Kenneth Graunkei965: Add missing persample_shading field to brw_wm_deb...
2014-07-21 Kenneth Graunkei965/disasm: Don't disassemble the URB complete field...
2014-07-21 Kenneth Graunkei965: Disable hex offset printing in disassembly.
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-21 Matt Turneri965/cfg: Add a foreach_block_and_inst macro.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-19 Ian Romanicki965: Silence unused parameter warning
2014-07-19 Ian Romanicki965: Silence 'comparison is always true' warning
2014-07-19 Ian Romanicki965: Silence many unused parameter warnings
2014-07-18 Jason EkstrandAdd support for RGBA8 and RGBX8 textures in intel_texsu...
2014-07-18 Jason Ekstrandi965: Improve debug output in intelTexImage and intelTe...
2014-07-17 Anuj Phogati965: Fix z_offset computation in intel_miptree_unmap_d...
2014-07-17 Anuj PhogatRevert "i965: Extend compute-to-mrf pass to understand...
2014-07-16 Kenneth GraunkeRevert "i965: Implement GL_PRIMITIVES_GENERATED with...
2014-07-16 Kenneth Graunkei965: Don't copy propagate abs into Broadwell logic...
next