i965/state: Add generic surface update functions based on ISL
[mesa.git] / src / mesa / drivers / dri /
2016-07-15 Jason Ekstrandi965/state: Add generic surface update functions based...
2016-07-15 Jason Ekstrandi965/surface_state: Rename brw_update to gen4_update
2016-07-15 Jason Ekstrandi965/state: Use ISL for emitting image surfaces
2016-07-15 Jason Ekstrandi965/blorp: Use a generic ISL path for texture surfaces...
2016-07-15 Jason Ekstrandi965/state: Add a helper for emitting a surface state...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Add a generic ISL-based surface state emit...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
2016-07-14 Samuel Iglesias... i965/fs: emit DIM instruction to load 64-bit immediates...
2016-07-14 Samuel Iglesias... i965/eu: set DF imm value to the source of DIM
2016-07-14 Samuel Iglesias... i965: enable the emission of the DIM instruction
2016-07-14 Timothy Arcerii965: fix compiler warnings for 32bit build
2016-07-13 Jason Ekstrandisl: Use bpb in a few places where it's more natural...
2016-07-13 Topi Pohjolaineni965/blorp: Cleanup leftovers from push constant disabling
2016-07-13 Topi Pohjolaineni965/blorp/gen7+: Bring back push constant setup
2016-07-13 Samuel Iglesias... i965/fs: do d2x lowering before simd splitting
2016-07-13 Iago Toral Quirogai965/fs: do pack lowering before simd splitting
2016-07-13 Samuel Iglesias... i965/fs: do not require force_writemask_all with exec_s...
2016-07-13 Iago Toral Quirogai965/fs/gen7: split instructions that run into exec...
2016-07-13 Iago Toral Quirogai965/fs: use the new helper function to create double...
2016-07-13 Iago Toral Quirogai965/fs: add a helper function to create double immediates
2016-07-11 Francesco Ansanellii965: fix ignored qualifiers warning
2016-07-08 Eric Engestromi965/blorp: fix indentation level
2016-07-07 Francisco Jerezi965: Fix remaining flush vs invalidate race conditions...
2016-07-07 Francisco Jerezi965: Make room in the batch epilogue for three more...
2016-07-07 Francisco Jerezi965: Emit SKL VF cache invalidation W/A from brw_emit_...
2016-07-07 Francisco Jerezi965: Emit SNB write cache flush W/A from brw_emit_pipe...
2016-07-07 Timothy Arcerii965: consolidate generation check
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-05 Iago Toral Quirogai965: Remove trailing whitespace
2016-07-05 Iago Toral Quirogai965: Make inline function static
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
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-01 Alejandro Piñeiroi965: intel_texture_barrier reimplemented
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/mesa: split gl_shader in two
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 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-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
next