i965: don't copy VS attribute work arounds for HSW+
[mesa.git] / src / mesa /
2016-07-07 Timothy Arcerii965: don't copy VS attribute work arounds for HSW+
2016-07-07 Timothy Arcerii965: add double packing support to tess stages
2016-07-07 Timothy Arcerii965: add double support packing support to gs inputs
2016-07-07 Timothy Arcerii965: add indirect packing support to gs load inputs
2016-07-07 Timothy Arcerii965: add indirect packing support for tcs and tes
2016-07-07 Timothy Arcerii965: add component packing support for tcs
2016-07-07 Timothy Arcerii965: add component packing support for tes
2016-07-07 Timothy Arcerii965: add component packing support for gs
2016-07-07 Timothy Arcerinir: use the same driver location for packed varyings
2016-07-06 Eric Engestromi965/docs: update Intel Linux Graphics URLs
2016-07-06 Rob Clarkvbo: fix attr reset
2016-07-05 Ian Romanickmesa: Strip arrayness from interface block names in...
2016-07-05 Iago Toral Quirogai965: Remove trailing whitespace
2016-07-05 Iago Toral Quirogai965: Make inline function static
2016-07-05 Timothy Arcerimesa: stop copying SamplerUnits twice
2016-07-05 Timothy Arcerimesa: make attribute binding message more useful
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-07-05 Timothy Arcerimesa: fix build error
2016-07-05 Gregory Hainautmesa: faster validation of sampler unit mapping for SSO
2016-07-05 Dave AirlieRevert "st/glsl_to_tgsi: don't increase immediate index...
2016-07-04 Topi Pohjolaineni965/urb: Allow blorp to record current settings
2016-07-04 Topi Pohjolaineni965/blorp/gen7+: Do not trigger push constant space...
2016-07-04 Topi Pohjolaineni965/blorp/gen7+: Stop trashing push constant allocation
2016-07-04 Topi Pohjolaineni965/blorp: Remove support for push constants
2016-07-04 Topi Pohjolaineni965/blorp: Use flat inputs instead of uniforms
2016-07-04 Topi Pohjolaineni965/blorp: Fix the size requirement for vertex elements
2016-07-04 Topi Pohjolaineni965/blorp: Load tranformation coordinates as vec4
2016-07-04 Topi Pohjolaineni965/blorp: Rename LOAD_UNIFORM to LOAD_INPUT
2016-07-04 Topi Pohjolaineni965/blorp: Organize pixel kill and blend/scaled inputs...
2016-07-04 Topi Pohjolaineni965/blorp: Prepare for more than two vertex attributes
2016-07-04 Topi Pohjolaineni965/blorp: Tell vertex fetcher about flat inputs
2016-07-04 Topi Pohjolaineni965/blorp: Add support for flat input buffer
2016-07-04 Topi Pohjolaineni965/blorp: Store input read mask
2016-07-04 Topi Pohjolaineni965/blorp: Rename push constants to inputs
2016-07-04 Topi Pohjolaineni965/blorp: Use core vertex buffer state setup
2016-07-04 Topi Pohjolaineni965/blorp: Split vertex data and element setup
2016-07-04 Topi Pohjolaineni965: Unify vertex buffer setup
2016-07-04 Topi Pohjolaineni965/draw: Expose vertex buffer state setup
2016-07-02 Rob Clarki965: don't drop const initializers in vector splitting
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-07-02 Alejandro Piñeiromesa/main: fix error checking logic on CopyImageSubData
2016-07-02 Dave Airliest/glsl_to_tgsi: don't increase immediate index by 1.
2016-07-02 Ilia Mirkinst/mesa: get max supported number of image samples...
2016-07-01 Nicolai Hähnlest/mesa: check the texture image level in st_texture_ma...
2016-07-01 Nicolai Hähnlest/mesa: an incomplete texture may have a zero-size...
2016-07-01 Vinson Leemesa/st: Use 'struct nir_shader' instead of 'nir_shader'.
2016-07-01 Alejandro Piñeiroi965: intel_texture_barrier reimplemented
2016-06-30 Matt Turnermesa: Close fp on error path.
2016-06-30 Matt Turneri965: Simplify foreach_inst_in_block_safe() macro.
2016-06-30 Andres GomezRevert "i965: get PrimitiveMode from the program rather...
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/main: remove unused params and make function static
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-30 Timothy Arcerimesa: don't print name in _mesa_append_uniforms_to_file()
2016-06-30 Timothy Arcerimesa: remove unreachable code from _mesa_write_shader_t...
2016-06-30 Timothy Arcerimesa: don't use drivers NewShader function when creatin...
2016-06-29 Chad Versacei965: Use drmIoctl for DRM_I915_GETPARAM (v2)
2016-06-29 Chad Versacei965: Use intel_get_param() more often
2016-06-29 Chad Versacei965: Refactor intel_get_param()
2016-06-27 Kenneth Graunkei965: Print EOT in fs_visitor::dump_instruction().
2016-06-27 Kenneth Graunkei965: Make emit_urb_writes() not produce an EOT message...
2016-06-26 Jordan Justeni965: Use miptree to decide format on multi-plane image...
2016-06-25 Jordan Justeni965: Skip update_texture_surface when the plane doesn...
2016-06-24 Kenneth Graunkei965: Validate a few SEND-from-GRF requirements.
2016-06-24 Kenneth Graunkei965: Delete send-from-GRF only opcodes from implied_mr...
2016-06-24 Kenneth Graunkei965: Drop unnecessary inst->base_mrf = -1 assignments.
2016-06-24 Kenneth Graunkei965: Set fs_inst::base_mrf = -1 by default.
2016-06-24 Kenneth Graunkei965: Drop unused return value from intel_finalize_mipm...
2016-06-24 Kenneth Graunkei965: Move contents of brw_tex.c into intel_tex_validate.c.
2016-06-24 Ilia Mirkinst/mesa: don't assume that the whole surface gets mapped
2016-06-24 Francesco Ansanellist/mesa: handle negative _ColorDrawBufferIndexes values...
2016-06-24 Nicolai Hähnlest/mesa: fix readpixels regression with MESA_pack_invert
2016-06-24 Jordan Justeni965: Preserve the internal format of the dri image
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Kenneth Graunkei965: Implement rasterizer discard via SOL unless requi...
2016-06-23 Kenneth Graunkei965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_s...
2016-06-23 Kenneth Graunkei965: Copy propagate before doing variable index lowering.
2016-06-23 Topi Pohjolaineni965/blorp: Disable vertex element swizzling
2016-06-23 Topi Pohjolaineni965/blorp: Let program data tell if push constants...
2016-06-23 Topi Pohjolaineni965/blorp: Use prog data counters to guide wm/ps setup
2016-06-23 Topi Pohjolaineni965/blorp: Use prog data counters to guide sf/sbe...
2016-06-23 Ardinartsev Nikitai965: Avoid division by zero.
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating geom and tcs layout values
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating tes layout values
2016-06-22 Christian Gmeinerst/mesa: expose EXT_vertex_array_bgra when supported...
2016-06-22 Jason Ekstrandi965/blorp: Only set src_z for gen8+ 3D textures
2016-06-22 Jason Ekstrandi965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D textur...
2016-06-22 Jason Ekstrandi965/gen4: Subtract 1 from buffer sizes
2016-06-22 Jason Ekstrandi965: Remove fake W-tiled render target support
2016-06-22 Jason Ekstrandi965/fs: Use a default Y coordinate of 0 for TXF on...
2016-06-22 Jason Ekstrandi965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
2016-06-22 Jason Ekstrandi965/blorp/gen8: Use the correct max level and layer...
2016-06-22 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-22 Jason Ekstrandi965/gen4-6: Handle gl_texture_object::BaseLevel and...
2016-06-22 Jason Ekstrandi965/gen4: Pull texture formats from the texture object...
2016-06-22 Kenneth Graunkei965: Fix point size with tessellation/geometry shaders...
2016-06-22 Timothy Arcerii965: move vs outputs written into a helper
2016-06-22 Nicolai Hähnlest/mesa: use a single memcpy in st_ReadPixels when...
2016-06-21 Kenneth Graunkei965: Reorganize prog_data->total_scratch code a bit.
2016-06-21 Nicolai Hähnlest/mesa: cache staging texture for glReadPixels
next