i965: Don't dead-code eliminate instructions that write to the accumulator.
[mesa.git] / src / mesa / drivers /
2013-10-07 Matt Turneri965: Don't dead-code eliminate instructions that write...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-07 Matt Turneri965: Add UD null register helpers.
2013-10-06 Ilia Mirkindri/nouveau: add AllocTextureImageBuffer implementation
2013-10-05 Chris Forbesi965/ivb: Flag RG32F quirk for texture gather regardles...
2013-10-05 Chris Forbesi965/vs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/fs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965: Enable ARB_conservative_depth for Gen7+.
2013-10-05 Chris Forbesi965/wm: Program correct conservative depth modes
2013-10-05 Chris Forbesi965/vs: add missing break between ir_query_levels...
2013-10-05 Chris Forbesi965: enable ARB_texture_query_levels on Gen6+
2013-10-05 Chris Forbesi965/vs: implement ir_query_levels
2013-10-05 Chris Forbesi965/fs: implement ir_query_levels
2013-10-05 Chris Forbesi965: ignore all texturing opcodes without a coordinate...
2013-10-03 Paul Berryi965/fs: Improve accuracy of dFdy() to match dFdx().
2013-10-02 Chris Forbesi965/hsw: Apply gather4 RG32F w/a using SCS instead...
2013-10-02 Chris Forbesi965: Enable ARB_texture_gather on Gen7
2013-10-02 Chris Forbesi965: use gather slots in the binding table for gather4.
2013-10-02 Chris Forbesi965: Emit a second set of SURFACE_STATE for gather4...
2013-10-02 Chris Forbesi965: make room in the binding table for a full alterna...
2013-10-02 Chris Forbesi965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required...
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chris Forbesi965/vs: Add support for ir_tg4
2013-10-02 Chris Forbesi965/fs: Add support for ir_tg4
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-10-02 Chris Forbesi965: fix bogus swizzle in brw_cubemap_normalize
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-10-02 Chris Forbesi965/blorp: Use passed in framebuffer rather than ctx...
2013-10-02 Francisco Jerezi965: Switch vec4_live_variables to the non-zeroing...
2013-10-02 Francisco Jerezi965: Switch fs_live_variables to the non-zeroing alloc...
2013-10-02 Francisco Jerezi965: Switch fs_inst to the non-zeroing allocator.
2013-10-02 Francisco Jerezi965: Switch ip_record to the non-zeroing allocator.
2013-10-02 Francisco Jerezi965: Initialize all member variables of cfg_t on const...
2013-10-02 Francisco Jerezi965: Initialize all member variables of bblock_t on...
2013-10-02 Francisco Jerezi965: Initialize all member variables of vec4_instructi...
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-10-01 Paul Berryi965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
2013-10-01 Emil Velikovmesa/drivers: drop HAVE_*_DRI from individual makefiles
2013-10-01 Vinson Leei915: Fix memory leak in do_blit_readpixels.
2013-09-30 Eric Anholti965: Reenable glBitmap() after the sRGB winsys enabling.
2013-09-30 Paul Berryi965/blorp: retype destination register for texture...
2013-09-30 Eric Anholti965: Add a real native TexStorage path.
2013-09-30 Eric Anholti965: Add missing license to intel_tex_validate.c.
2013-09-30 Eric Anholti965: Always allocate validated miptrees from level 0.
2013-09-30 Eric Anholti965: Don't relayout a texture just for baselevel changes.
2013-09-30 Eric Anholti965: Don't allocate a 1-level texture when GL_GENERATE...
2013-09-30 Eric Anholti965: Stop allocating miptrees with first_level != 0.
2013-09-30 Eric Anholti965: Drop a special case for guessing small miptree...
2013-09-30 Eric Anholti965: Totally switch around how we handle nonzero basel...
2013-09-30 Eric Anholti965: Always look up from the object's mt when setting...
2013-09-26 Kenneth Graunkei965/fs: Don't double-accept operands of logical and...
2013-09-26 Kenneth Graunkei965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-26 Eric Anholtmesa: Remove some remaining FEATURE_* detritus.
2013-09-26 Chris Forbesi965: Fix cube array coordinate normalization
2013-09-23 Eric Anholtmesa: Use -Bsymbolic in the linker to locally resolve...
2013-09-21 Eric Anholti965/gen4: Fix fragment program rectangle texture shado...
2013-09-21 Abdiel Janulguei965/gen7.5: Fix missing Shader Channel Select entries...
2013-09-21 Kenneth Graunkei965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS...
2013-09-19 Ian Romanicki915: Set VertexProgram.MaxOutputComponents and Fragmen...
2013-09-19 Ian Romanicki965: Set *Program.Max{Input,Output}Components
2013-09-19 Kenneth Graunkei965: Refactor Gen4-6 SURFACE_STATE setup for buffer...
2013-09-19 Kenneth Graunkei965: Refactor Gen7+ SURFACE_STATE setup for buffer...
2013-09-19 Kenneth Graunkei965: Fix off by one errors in texture buffer size...
2013-09-19 Kenneth Graunkei965: Fix writemask != 0 assertions on Sandybridge.
2013-09-19 Kenneth Graunkei965: Fix brw_gs_prog_data_compare to actually check...
2013-09-19 Kenneth Graunkei965: Fix brw_vs_prog_data_compare to actually check...
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-19 Kenneth Graunkei965: Use brw_upload_binding_table() for the pixel...
2013-09-19 Kenneth Graunkei965: Generalize brw_vec4_upload_binding_table() beyond...
2013-09-19 Kenneth Graunkei965: Convert loop to memcpy in brw_vec4_upload_binding...
2013-09-19 Kenneth Graunkei965: Update comments in brw_vec4_upload_binding_table().
2013-09-18 Kenneth Graunkei965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4...
2013-09-17 Matt Turneri965: Lower ldexp.
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-17 Paul Berryi965: Add some missing bits to {mesa,brw,cache}_bits[].
2013-09-17 Paul Berryi965/gs: Implement basic gl_PrimitiveIDIn functionality.
2013-09-17 Paul Berryi965/gs: New gs primitive types are supported by HW...
2013-09-17 Paul Berryi965/gs: Add new primitive types.
2013-09-17 Kenneth Graunkei965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffe...
2013-09-17 Kenneth Graunkei965: Use gen7_upload_constant_state for 3DSTATE_CONSTA...
2013-09-17 Kenneth Graunkei965: Set brw_stage_state::push_const_size for PS const...
2013-09-17 Kenneth Graunkei965: Introduce a prog_data temporary in gen6_upload_wm...
2013-09-16 Paul Berryi965/gen6+: Support 128 varying components.
2013-09-16 Paul Berryi965/ff_gs: Generate URB writes using a loop.
2013-09-16 Paul Berryi965/gen6: Fix assertions on VS/GS URB size.
2013-09-16 Paul Berryi965/vec4: Generate URB writes using a loop.
2013-09-16 Paul Berryi965/fs: When >64 input components, order them to match...
2013-09-16 Paul Berryi965/fs: Simplify computation of key.input_slots_valid...
2013-09-16 Paul Berryi965/gs: Stop storing an input VUE map in the GS progra...
2013-09-16 Paul Berryi965/gen6+: Remove VUE map dependency on userclip_active.
2013-09-16 Paul Berryi965/fs: Stop wasting input attribute space on gl_FragC...
2013-09-16 Paul Berryi965/sf: Consult brw_wm_prog_data when setting up SF...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-16 Paul Berryi965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than...
2013-09-16 Paul Berryi965/fs: Consult brw_wm_prog_data::num_varying_inputs...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-13 Kenneth Graunkei965: Increase the size of brw_stage_state::surf_offset.
next