glsl: Update ir_variable::max_ifc_array_access properly.
[mesa.git] / src / mesa / drivers /
2013-10-09 Kenneth Graunkei965/blorp: Allow format conversions for CopyTexSubImage.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
2013-10-09 Kenneth Graunkei965/blorp: Explain why Z24 can't use a sensible format.
2013-10-09 Kenneth Graunkei965/blorp: Use R32_FLOAT for Z32F surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Use R16_UNORM for Z16 surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Add support for non-render-target formats.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 Eric Anholti965/blorp: Fix the register types on blorp's push...
2013-10-09 Eric Anholti965: Fix 3D texture layout by more literally copying...
2013-10-09 Eric Anholti965: Don't forget the cube map padding on gen5+.
2013-10-09 Chia-I Wui965: keep SecHalf flag after register coalescing
2013-10-09 Chia-I Wui965: allow SIMD8 sampler messages in SIMD16 mode
2013-10-09 Chia-I Wui965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
2013-10-09 Vinson Leei965: Initialize brw_blorp_const_color_program::prog_data.
2013-10-08 Eric Anholti965: Fix a compiler warning about conservative depth...
2013-10-08 Paul Berryi965/gs: Fixup gl_PointSize on entry to geometry shaders.
2013-10-07 Chad Versacegen7: Use logical, not physical, dims in 3DSTATE_DEPTH_...
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
2013-10-07 Matt Turneri965: Fixup for don't dead-code eliminate instructions...
2013-10-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Use the multiplication result's type for the...
2013-10-07 Matt Turneri965/fs: Disable CSE on instructions writing to HW_REG.
2013-10-07 Matt Turneri965: Add Gen assertion checks for newer instructions.
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.
next