i965/draw: Account for BaseInstance in VBO bounds
[mesa.git] / src / mesa / drivers / dri / i965 /
2016-05-24 Jason Ekstrandi965/draw: Account for BaseInstance in VBO bounds
2016-05-24 Jason Ekstrandi965/draw: Use worst-case VBO bounds if brw->num_instan...
2016-05-24 Jason Ekstrandi965/draw: Delay when we get the bo for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Stop relying on min_index == -1 for invalid...
2016-05-24 Dave Airliei965: reenable ARB_cull_distance.
2016-05-24 Nanley Cheryi965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM
2016-05-24 Dave Airliei965: deindent blorp code.
2016-05-23 Kenneth Graunkemesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES...
2016-05-23 Francisco Jerezi965/fs: Mark UBO uniform pull constant loads as force_...
2016-05-23 Francisco Jerezi965/fs: Allow spilling of non-contiguous registers.
2016-05-23 Francisco Jerezi965/fs: Calculate the (un)spill block size correctly.
2016-05-23 Francisco Jerezi965/fs: Set exec_all on spills not matching the channe...
2016-05-23 Francisco Jerezi965/fs: Set exec_all on unspills.
2016-05-23 Francisco Jerezi965/fs: Move scratch block size calculation into the...
2016-05-23 Francisco Jerezi965/fs: Make emit_spill/unspill static functions takin...
2016-05-23 Francisco Jerezi965/fs: Apply execution controls from the instruction...
2016-05-23 Francisco Jerezi965/fs: Fix signedness of local variables and argument...
2016-05-23 Francisco Jerezi965/fs: Factor out calculation of the block of MRFs...
2016-05-23 Francisco Jerezi965/fs: do not depend on std140 alignment rules for...
2016-05-22 Timothy Arcerii965: remove redundant NULL check
2016-05-21 Kenneth Graunkei965: Just read the existing tally on EndTransformFeedb...
2016-05-21 Kenneth Graunkei965: Don't write a counter snapshot on EndTransformFee...
2016-05-20 Dave Airlienir: remove dead glsl variables before lowering io.
2016-05-20 Kenneth Graunkei965: Delete dead dFdy flipping code.
2016-05-20 Kenneth Graunkei965: Delete brw_wm_prog_key::render_to_fbo and drawabl...
2016-05-20 Kenneth Graunkei965, anv: Use NIR FragCoord re-center and y-transform...
2016-05-20 Kenneth Graunkei965: Fix brw_regs_equal() for NaN and positive/negativ...
2016-05-20 Matt Turneri965: Pass nir_src/nir_dest by reference.
2016-05-20 Mark Janesi965: Fix strerror error code sign
2016-05-20 Matt Turneri965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz.
2016-05-20 Matt Turneri965: Add infrastucture for sample lod-zero operations.
2016-05-20 Matt Turneri965/fs: Add and use get_nir_src_imm().
2016-05-19 Eduardo Lima Mitevi965/fs: Silence warnings related to use of uninitializ...
2016-05-18 Matt TurnerRevert "i965/urb: fixes division by zero"
2016-05-18 Ardinartsev Nikitai965/urb: fixes division by zero
2016-05-18 Matt Turneri965/fs: Assert that nir_op_extract_*'s src1 is a constant.
2016-05-18 Ian Romanicki965: Silence unused parameter warnings
2016-05-17 Kenneth Graunkei965: Make brw_reg_from_fs_reg() halve exec_size when...
2016-05-17 Kenneth Graunkei965: Move compression decisions before brw_reg_from_fs...
2016-05-17 Kenneth Graunkei965: Enable ES 3.2 sample shading extensions.
2016-05-17 Jason Ekstrandi965/fs: Add an allow_spilling flag to brw_compile_fs
2016-05-17 Alejandro Piñeiroi965: Expose OpenGL 4.2 for gen8+
2016-05-17 Alejandro Piñeiroi965: Enable ARB_vertex_attrib_64bit for gen8+
2016-05-17 Juan A. Suarez Romeroi965: take care of doubles when lowering VS inputs
2016-05-17 Juan A. Suarez Romeroi965/fs: calculate first non-payload GRF using attrib...
2016-05-17 Juan A. Suarez Romeroi965/vec4: use attribute slots to calculate URB read...
2016-05-17 Juan A. Suarez Romeroi965: take care of doubles when remapping VS attributes
2016-05-17 Juan A. Suarez Romeroi965/fs: shuffle 32bits into 64bits for doubles
2016-05-17 Alejandro Piñeiroi965/fs: half exec_size when dealing with 64 bits attri...
2016-05-17 Alejandro Piñeiroi965: passthru formats cannot be used width edge flag...
2016-05-17 Antia Puentesi965: Configure how to store *64*PASSTHRU vertex components
2016-05-17 Alejandro Piñeiroi965: get the proper vertex surface type for doubles...
2016-05-17 Kenneth Graunkei965: Enable ARB_shader_precision on Gen8+.
2016-05-16 Mark Janesi965: check tcs for NULL dereference
2016-05-16 Matt Turneri965: Mark is_lossless_compressed_aux UNUSED to silence...
2016-05-16 Iago Toral Quirogai965: Expose OpenGL 4.0 for gen8+
2016-05-16 Iago Toral Quirogai965: Enable ARB_gpu_shader_fp64 for gen8+
2016-05-16 Iago Toral Quirogai965/tes/scalar: Fix load input for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix store output for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix load input for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix nir_intrinsic_store_output for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix number of output components for doubles
2016-05-16 Iago Toral Quirogai965/vec4: handle doubles in type_size_vec4()
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable stores
2016-05-16 Iago Toral Quirogai965/fs: support doubles with ssbo stores
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_64bit_data_for_32bit_write helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with SSBO loads
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable loads
2016-05-16 Iago Toral Quirogai965/fs: Add do_untyped_vector_read helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with UBO loads
2016-05-16 Iago Toral Quirogai965/fs: fix pull constant load component selection...
2016-05-16 Francisco Jerezi965/fs: Fix and document component().
2016-05-16 Iago Toral Quirogai965/fs: Fix fs_visitor::VARYING_PULL_CONSTANT_LOAD...
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_32bit_load_result_to_64bit_data...
2016-05-16 Francisco Jerezi965/fs: Stop using the LOAD_PAYLOAD instruction in...
2016-05-16 Iago Toral Quirogai965/fs: fix copy/constant propagation regioning checks
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation from load payload
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation of partially invalidated...
2016-05-16 Francisco Jerezi965/fs: Reindent register offset calculation of try_co...
2016-05-16 Francisco Jerezi965/fs: Simplify and fix register offset calculation...
2016-05-16 Iago Toral Quirogai965/fs: disallow type change in copy-propagation if...
2016-05-16 Iago Toral Quirogai965/fs: Fix copy propagation of load payload for doubl...
2016-05-16 Francisco Jerezi965/fs: Fix propagation of copies with strided source.
2016-05-16 Iago Toral Quirogai965/fs: fix subreg_offset overflow in byte_offset()
2016-05-16 Kenneth Graunkei965: Fix JIP to skip over sibling do...while loops.
2016-05-16 Kenneth Graunkei965: Make a "does this while jump before our instructi...
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-16 Kenneth Graunkei965: Combine Gen4-7 and Gen8+ state base address emitters.
2016-05-16 Kenneth Graunkei965: Move Gen4-5 programs to brw_upload_programs(...
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-16 Kenneth Graunkei965: Flip interpolateAtOffset's y offset when necessary.
2016-05-14 Jason Ekstrandi965: Use blorp for all clears
2016-05-14 Jason Ekstrandi965: Use blorp for all stencil blits
2016-05-14 Jason Ekstrandi965: Use blorp for all updownsample blits
2016-05-14 Jason Ekstrandi965/blorp: Add support for 16x MSAA
2016-05-14 Jason Ekstrandi965: move brw_meta_set_fast_clear_color to brw_meta_util.c
2016-05-14 Jason Ekstrandi965; Move brw_meta_get_*_rect to brw_meta_util.c
2016-05-14 Jason Ekstrandi965: Move brw_is_color_fast_clear_compatible to brw_me...
2016-05-14 Jason Ekstrandi965: Move brw_get_rb_for_slice to brw_meta_util
2016-05-14 Jason Ekstrandi965/blorp: Get rid of the blorp_prog_data_int() helper
next